J
Jonathan Brown
I'm writing a wrapper around our legacy code using managed extensions.
The problem is that I have a class with a method 'GetUserName()'.
Everything compiles without error and I can reference the generated
..dll from a C# project. The problem is that my function is now named
'GetUserNameA()'. This problem impacts 3 out of 500+ functions and
I'm at wits end trying to figure out what's going on.
Any clues or suggestions?
TIA,
Jonathan
The problem is that I have a class with a method 'GetUserName()'.
Everything compiles without error and I can reference the generated
..dll from a C# project. The problem is that my function is now named
'GetUserNameA()'. This problem impacts 3 out of 500+ functions and
I'm at wits end trying to figure out what's going on.
Any clues or suggestions?
TIA,
Jonathan