Creating a dynamic library on Linux with DMD

Frank Benoit keinfarbton at googlemail.com
Thu Jun 7 20:06:17 PDT 2007


I want to call D from Java.
I think, I need a dynamic library (.so) which implements generated C stubs.

The lib does only need to export those C function. The lib shall contain
 the needed runtime. (and i want to use tango)

Is that possible?



More information about the Digitalmars-d mailing list