Connecting Tech Pros Worldwide Forums | Help | Site Map

Making DLL's with DJGPP

Fabio Lima
Guest
 
Posts: n/a
#1: Jul 22 '05
Can anyone tell me where to find tutorials on how to compile programs
in dll format in DJGPP compiler.

Im a new programmer who needs to build some dll's :-)

Thomas Matthews
Guest
 
Posts: n/a
#2: Jul 22 '05

re: Making DLL's with DJGPP


Fabio Lima wrote:[color=blue]
> Can anyone tell me where to find tutorials on how to compile programs
> in dll format in DJGPP compiler.
>
> Im a new programmer who needs to build some dll's :-)[/color]

Have you tried searching the web for "tutorial djgpp dll"?

You will have to ask the experts in another newsgroup since
this newsgoup discusses the _standard_ C++ language which
has no standard facilities for Dynamic Link Libraries (DLL).

--
Thomas Matthews

C++ newsgroup welcome message:
http://www.slack.net/~shiva/welcome.txt
C++ Faq: http://www.parashift.com/c++-faq-lite
C Faq: http://www.eskimo.com/~scs/c-faq/top.html
alt.comp.lang.learn.c-c++ faq:
http://www.raos.demon.uk/acllc-c++/faq.html
Other sites:
http://www.josuttis.com -- C++ STL Library book
http://www.sgi.com/tech/stl -- Standard Template Library

Closed Thread