cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
how to create dll files with C++
how to create dll files with C++
Mar 30, 2013 at 8:20am UTC
cyberdude
(123)
HELLO ALL,
Can some one tell me if it is possible to make a .dll file with c++.
It should be written in c++ language but it should be a stand alone .dll file
cheers,
cyber dude,
Mar 30, 2013 at 10:55am UTC
MiiNiPaa
(8886)
For gcc
http://stackoverflow.com/questions/847396/compile-a-dll-in-c-c-then-call-it-from-another-program
For MSVC
http://stackoverflow.com/questions/14462049/create-dll-from-unmanaged-c
In Code::Blocks there is project template "DLL"
Topic archived. No new replies allowed.