[Issue 23974] A ModuleInfo in a separate Windows DLL should not be referred to by MIimportedModules

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Jun 6 03:54:46 UTC 2023


https://issues.dlang.org/show_bug.cgi?id=23974

--- Comment #5 from Walter Bright <bugzilla at digitalmars.com> ---
I don't think that is necessary. I fixed the only outstanding .di gen bug I
could find in bugzilla.

Taking a pile of modules, and randomly assigning some to a DLL and others to
the EXE will never work with Windows DLLs. It'll always need to be designed to
be in a DLL.

For example, templates in a DLL meant to be expanded by the EXE will never work
properly. They are not like Linux shared libraries.

--


More information about the Digitalmars-d-bugs mailing list