digitalmars.D - D DLLs?
- kinghajj (1/1) Aug 17 2004 Is it possible to make a .dll, or any other type of D shared library (Wi...
- Deja Augustine (10/11) Aug 17 2004 Yes, and for once I feel justified in saying RTFD, although I confess it...
- Walter (4/5) Aug 17 2004 (Windows)?
- J C Calvarese (4/5) Aug 17 2004 The example at http://spottedtiger.tripod.com/D_Language/D_WinDLL.html w...
Is it possible to make a .dll, or any other type of D shared library (Windows)?
Aug 17 2004
In article <cft98n$176k$1 digitaldaemon.com>, kinghajj says...Is it possible to make a .dll, or any other type of D shared library (Windows)?Yes, and for once I feel justified in saying RTFD, although I confess it's rather hidden. But since you've already specified that you want to do it in windows, there's an obvious link you should check. I'll give you a hint... it says Win32 in the name, and the html file it points to is called windows.html... actually, in the interest of preventing any more posts than are necessary: http://www.digitalmars.com/d/windows.html look toward the bottom where it talks about DLLs -Deja
Aug 17 2004
"kinghajj" <kinghajj_member pathlink.com> wrote in message news:cft98n$176k$1 digitaldaemon.com...Is it possible to make a .dll, or any other type of D shared library(Windows)? See the example in \dmd\samples\d\mydll
Aug 17 2004
In article <cft98n$176k$1 digitaldaemon.com>, kinghajj says...Is it possible to make a .dll, or any other type of D shared library (Windows)?The example at http://spottedtiger.tripod.com/D_Language/D_WinDLL.html worked for me. jcc7
Aug 17 2004