http://bugs.winehq.org/show_bug.cgi?id=7885
------- Additional Comments From focht@gmx.net 2007-28-03 10:50 ------- Hello,
decorated names usually come in form of:
?name[@][scope@]@parameters
For "name" and "scope" part there is no lower/uppercase distinction. Certain parts in "parameters" (like operator name, data types, return type) are uppercase-only. For the rest there is nolower/uppercase distinction.
So i guess the supplied decorated name must be somehow invalid. Please run wine with "WINEDEBUG=+msvcrt" to see what kind of decorated name is supplied to undecorator function (__unDName() or __unDNameEx()).
Regards