|
-
August 28th, 2003, 07:41 AM
#1
problems with calling DLL
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?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|