Windows link trouble

Adam D Ruppe destructionator at gmail.com
Fri Jan 7 22:41:01 UTC 2022


On Friday, 7 January 2022 at 20:48:17 UTC, mesni wrote:
> Windows: when creating dll file, ClassInfo and ModuleInfo are 
> not exported? The linker swears specifically at *__Class or 
> *__ModuleInfo symbols.

nothing is exported unless you use the export keyword or a module 
definition file.

but they shouldn't really be needed from the outside.... what 
exactly build command and error output are you seeing?


More information about the Digitalmars-d-learn mailing list