cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Writing, compiling, and linking against
Writing, compiling, and linking against DLLs
May 4, 2011 at 11:27pm UTC
Ignatus
(8)
How does one make and use a DLL? everywhere I've looked is in fragments and the fragments don't add up. IF there a place one of you know of that explains it?
If you could help me then know that i use Code::Blocks
May 5, 2011 at 12:49am UTC
modoran
(2077)
Code::Blocks has a template for creating DLLs, what do you not understand ?
May 5, 2011 at 3:52am UTC
Ignatus
(8)
How to add functions to it, and what to #include when im ready to use it.
May 5, 2011 at 7:44am UTC
kbw
(9488)
What compiler are you using?
May 5, 2011 at 10:46pm UTC
Ignatus
(8)
MinGW 3.81 i do believe
May 5, 2011 at 10:51pm UTC
Computergeek01
(5613)
Have you seen this yet?
http://www.mingw.org/wiki/DLL
May 6, 2011 at 10:37pm UTC
Ignatus
(8)
Not yet, but its methods described looks alien to me.
Last edited on
May 8, 2011 at 7:41pm UTC
Topic archived. No new replies allowed.