How do i get a .lib for a .dll i create?
Printable View
How do i get a .lib for a .dll i create?
it should be in the folder that you built the dll in.
There are 4 files there,
project.dll
project.obj
project.pch
vc60.idb
Check to ensure you haven't got 'Doesn't Produce Lib' ticked in Projects\Settings\Link.
That box is not selected, and i have the line
/implib:"Release/project.lib"
in my link options.
Im sure this is simething simple, but im not seeing it.
my guess would be to delete this line.Quote:
Originally posted by Eber Kain
/implib:"Release/project.lib"