Shared library support: Where we are at

rikki cattermole rikki at cattermole.co.nz
Sun Jun 12 13:52:17 UTC 2022


While fixing one of the bugs I have discovered that when using MSVC 
linker, shared libraries that have symbols that contain Unicode is 
currently broken.

It is not on our end. This is a hard blocker for our non-english 
speaking users.

It will mean that we have to do something to sanitize those symbol names 
to make them ASCII in nature.

Unfortunately we had an incomplete test case in the testsuite that only 
covered executables.

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


More information about the Digitalmars-d mailing list