Answer the question
In order to leave comments, you need to log in
How to do without the import library?
The import library (.lib files) to link against. The import library is automatically created by the linker when the DLL is built.
(MDSN)
Answer the question
In order to leave comments, you need to log in
An import library for a dll is an auxiliary artifact for linking the main program image with a dynamic module.
In general - in any way, since you do not offer an explicit download. :)
Another thing is your tricky manipulations to establish dependencies between the main and dynamic modules. Why did you need to explicitly link with the lib file?
Each studio project has a list of dependencies (References). If you install a dependency on the dynamic library project in the project of the main program module, then msbuild will connect everything for you.
And then there is the non-standard but widely supported #pragma comment(lib,"xxx.lib").
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question