Activity overview
Latest activity by DavidFuchs
Thank you that helps a lot. The variables names are there when de-compiling the debug dll. One further question, the release build of the dll also has a pdb file associated with it every time it is compiled in VS 2010, why do the variables not show up when de-compiling it(the release mode dll)? / comments
Thank you that helps a lot. The variables names are there when de-compiling the debug dll. One further question, the release build of the dll also has a pdb file associated with it every time it is...
C++ to C# Conversion Local Variable Names Changed to numxxx
First to bring you up to speed. I am converting TA-lib (http://sourceforge.net/projects/ta-lib/) from Managed C++ to C#, none of the language translation programs I have tried has even come close t...