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

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top