On Saturday, 8 January 2022 at 13:25:25 UTC, mesni wrote:
On Saturday, 8 January 2022 at 13:21:15 UTC, mesni wrote:
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?
Dump of file ..\bin\gamelog.dll
With `export class`, symbols are imported, but why didn't I have
such problems on linux