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

--- Comment #5 from Walter Bright <[email protected]> ---
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.

--

Reply via email to