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
resource for developing dynamic library
resource for developing dynamic library
Nov 3, 2010 at 8:42pm UTC
Bezi
(24)
I need help with how to write a dynamic library in C++,
__declspec(dllexport) kind of stuff.
Can anyone introduce me a good resource, preferably online?
Nov 4, 2010 at 3:24am UTC
helios
(17607)
http://www.google.com/search?q=how+to+write+a+dll
For UNIX systems it's more or less the same thing save for a few details.
Last edited on
Nov 4, 2010 at 3:25am UTC
Topic archived. No new replies allowed.