hello,
Visual C++ .NET
I have a problem with calling my dll from other file. I use static linking, I can obtain .dll and .lib file, .lib file is included to project. When I debbug my calling file, I can see that my .dll is not loaded to project.
I use command:
extern "C" __declspec(dllimport)void myfun(int& Ck)
What is wrong? For what should I pay attention ?
How can I check in Visual C++ .NET - how dll function is exported?


Reply With Quote

Bookmarks