DLL project not producing the .LIB file
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi ALL, I have created a Win32 Simple DLL project in VC++ 6. But although it is producing the .DLL file it is not producing the .LIB file. I don't know what is the problem. Please help me out. Regds. Somenath Mukhopadhyay
-
Hi ALL, I have created a Win32 Simple DLL project in VC++ 6. But although it is producing the .DLL file it is not producing the .LIB file. I don't know what is the problem. Please help me out. Regds. Somenath Mukhopadhyay
If a DLL has no exports, the linker will not generate a .lib file. See http://msdn.microsoft.com/library/en-us/vccore/html/vcurfLinkerPropertyPages.asp[^] Regards, Ashok Dhamija _____________________________ Padam Technologies