making a really simple dll.
Trass3r
un at known.com
Thu Aug 18 12:48:47 PDT 2011
Am 18.08.2011, 21:42 Uhr, schrieb Kai Meyer <kai at unixlords.com>:
> 2) check if there are any exported functions (via .def or export()), if
> not, export them all
That's insane. Larger projects have tons of functions and may only need to
export a few.
The language includes the export keyword to export functions and people
should use it.
dmd just needs to generate a .def file to make Optstink create a dll.
More information about the Digitalmars-d-learn
mailing list