I am using VC++ / Visual Studio 2005. I created a DLL project. The output DLL is getting created properly. But the associated LIB file is not getting created. Where might I go wrong? Do I have to do any special setting for that?
Asked
Active
Viewed 433 times
1 Answers
0
Did you check if this worked
http://binglongx.spaces.live.com/blog/cns!142CBF6D49079DE8!274.entry

ckv
- 10,539
- 20
- 100
- 144
-
Thanks. I forgot to export something. – bdhar Jun 29 '10 at 05:04