Monday, July 27, 2009

I have to convert a c program into a dll file using microsoft visualstudio c++ 6 version?

You have to tell the compiler that you are creating a .dll file. (Just look in the compiler's help file.)


If the C program is supposed to be an .exe file, then you'll have to modify the C code.


You need to put the code into exportable procedures, so that they can be called from another program.





If you don't know how to create a .dll file (in general) then use this link:


http://msdn2.microsoft.com/en-us/library...





This information is in the Windows R2 Platform SDK too. (Make sure you download it, otherwise you won't be able to create Win32 programs - if you're using the free Express C++ compiler.)

I have to convert a c program into a dll file using microsoft visualstudio c++ 6 version?
rahul try this link





http://www.google.co.uk/search?hl=en%26amp;q=h...


No comments:

Post a Comment