|
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 |
D - questions about DLL ...
- I'm not used to link (I used gcc -shared..:-), so I wonder, how could I build a DLL with LINK / dmd ? - I have, also, to put export in fornt of each of my class, isn't it ? - and as phobos is not a DLL, but a .LIB file any of my D DLL will have is own garbage collection ? and I canot assume garbage collection in code from one set of code in DLL 1, would correctly garbage data from DLL 2, right ? (in fact I will have problem !?) - what about building phobos as a DLL ? I just have to put export in front of each class (as we have the source), isn't t ? thanks for any help, particularly for the 1st question, cheers, Lloyd Nov 22 2002
|