Sid
Sid

Reputation: 275

Creation of .dll file from .C file

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

Upvotes: 2

Views: 6885

Answers (1)

Santosh
Santosh

Reputation: 1815

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

Upvotes: 2

Related Questions