[Issue 23179] Unicode in symbol names in DLLs breaks MSVC linker
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Sat Jan 28 14:39:24 UTC 2023
    
    
  
https://issues.dlang.org/show_bug.cgi?id=23179
--- Comment #7 from Richard Cattermole <alphaglosined at gmail.com> ---
Okay I may end up eating my words on this one.
I can't reproduce on VS 2022.
But what I can get on dmd&ldc rather than VC is:
```
   Creating library test.lib and object test.exp
test.exp : error LNK2001: unresolved external symbol _µ
  Hint on symbols that are defined and could potentially match:
    _µ
test.exe : fatal error LNK1120: 1 unresolved externals
```
So something isn't right, will need to review this at some other point in time
and file a different bug report if I can figure out what is going on there.
--
    
    
More information about the Digitalmars-d-bugs
mailing list