DLL from C makefile

ashraf

Member
Joined
Feb 24, 2004
Messages
7
This is not related to C# but still....

Can anyone tell me how to make a DLL from a C makefile application...I have a C application that has to be compiled into a
dll to be called from C#...I am using visual studio to make the DLL...Now the C application is using a makefile and lot of C files that compile one after another....

How can I use Visual studio to make the DLL???
 
Back
Top