Hi All,

I created a "Win32" DLL using Appwizard (VC++ v6.0)by selecting "A Simple DLL project" radio button. When i build the DLL i do not get the .lib file created though i get .dll successfully. I tried checking the link options and found /implib:"xxx.lib" option present, which is the linker switch that generates the lib file... what's going wrong here???? Win32 DLL wont create .lib files????

Thanks,
Shashi