|
Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
c++.windows.32-bits - How to make a DLL?
Hello, all: I would like to know how to build a DLL, but DMC document did not provide very 'easy' and 'clear' Example and Steps. Since I have never done any DLL on any C compiler before. If someone could give me a easy instruction to build DLL and wirte another program to USE this DLL, I will appreciate. P.S. So far, I am able to compile C/C++ program under DOS prompt, and I don't have DMC IDE. Jau Bing Lin Dec 02 2003
The best guide I've found to the issues involved is Richter's "Advanced Windows", see the link in www.digitalmars.com/bibliography.html <linjaubing mail.com> wrote in message news:bqk4kr$1mve$1 digitaldaemon.com...Hello, all: I would like to know how to build a DLL, but DMC document did not provide very 'easy' and 'clear' Example and Steps. Since I have never done any DLL on any C compiler before. If someone could give me a easy instruction to build DLL and wirte another program to USE this DLL, I will appreciate. P.S. So far, I am able to compile C/C++ program under DOS prompt, and I don't have DMC IDE. Jau Bing Lin Dec 03 2003
|