문제

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