You still need .lib file for linking - add it to the list of linker dependencies. .lib file in this case is used as "proxy" which helps to open dll at runtime.
Without .lib file, you can use LoadLibrary/GetProcAddress.
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 8 of 8
Thread: DLL Creation and Linking IssueThreaded View
|
Click Here to Expand Forum to Full Width |