Andrej Mitrovic wrote: >I manage to forget the important parts: > >D2-only, WinXP is the only OS tested. Note that there is nothing >windows-specific in the wrapper (except the one-liner batch builders >and the DLLs), for a Linux version all that is needed are the shared >libraries on that platform - C++ DLL and the C API DLL, and an import >lib to implicitly link to the C DLL. It /should/ run on Linux and >other OSes.
I can confirm that it works on linux without any changes :-) Oh and dmd on linux doesn't need import libs. -- Johannes Pfau
