generating the lib
-
Hi, I'm using VS .NET 2003. Whwn I generate my application, I used to have a lib generated as well. Since this morning, I don't know what I changed in my vcproj, but when the exe is generated, I don't get the lib as well. I've spent many hour trying to find why, but I need help ! Anyone know how to make sure the lib with be generated ? Thanks for your help ! Jerome
-
Hi, I'm using VS .NET 2003. Whwn I generate my application, I used to have a lib generated as well. Since this morning, I don't know what I changed in my vcproj, but when the exe is generated, I don't get the lib as well. I've spent many hour trying to find why, but I need help ! Anyone know how to make sure the lib with be generated ? Thanks for your help ! Jerome
Have a look at
linker-->Advanced-->Import library
option. See, if lib name is mentioned there. Be sure, your program is exporting something.
Prasad MS MVP - VC++