Function names are garbled
Closed this issue · 2 comments
WoxWik commented
Describe the bug
Function names look garbled, or are using some strange format. What is the likely cause of this?
99% of my functions imported look like this no matter the library they are from.
To Reproduce
Lumina -> View All
Expected behavior
Clear function names like TiXmlDeclaration instead of ??0TiXmlDeclaration@@QAE@PBD00@Z
Server (please complete the following information):
lumen.abda.nl
Client (please complete the following information):
windows 11, 64bit, 8.3
tomrus88 commented
That's called Name mangling and likely intended.
WoxWik commented
That makes sense, thanks