Hello,
I have tried converting a Visual C++ project( Consisting of around 50 files) to DLL by
using the following step.
Properties->General ->Configuration type(Dynamic Library (.dll)).
C/C++ -> Runtime Library ->Multi-threaded Debug DLL (/MDd).
Linker->General ->Output file ->project_name.dll
I am able to see the .dll file. But the .lib file is not getting generated.
Any pointers for this is really appreciated.
I want to use this DLL in Visual C# for making GUI.
Thanks
-Manish