On Friday, 7 January 2022 at 22:41:01 UTC, Adam D Ruppe wrote:
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?

lflags "/IMPLIB:gamelog.lib"
copyFiles "gamelog.lib"
copyFiles "gamelog.exp"

Reply via email to