Question

I want to know which compiler I can use to create a .dll file from a .C file. I cant find any tutorial how to create a .dll file from a C file. I am new to creating dll files . Please help

Thanks in advance

Was it helpful?

Solution

You mention that you want to create a DLL from a .C file. Just to clarify, are you using C (.c file) or C++ (.cpp) to write your code?Also, if you are using C++, are you using Visual Studio?

I would suggest if you have .C file go with Eclipse

EDITED

Eclipse Managed Build

+

Shared libraries with Eclipse CDT and cygwin on Windows

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top