I have seen that the project was set up with:
Import Library $(TargetDir)$(TargetName).lib
And I have tried adding to the linker command line:
/IMPLIB:"c:\TPCAgent\Debug\TPCAgent.lib"
What else must I do to generate .lib and .exp files for this DLL?
I have what I believe is an identical project elsewhere that /does/
produce the .lib and .exp files I want.
Thanks!
The next thing to check is that functions are exported; if there are no
exported functions then there might not be a lib and dll file created.
Of course, the output won't be created if there are link errors, but you
probably know that.
"pete" <pet...@yahoo.com> wrote in message
news:04510950-896d-46b2...@s13g2000prd.googlegroups.com...