Building 64th Note in MSVC .NET by hcs at 7:36 PM EDT on October 5, 2005
Since that's all they have in the computer lab I tried this out... I had to put #define NOCRYPT at the top of every file to prevent some definition of UWORD in the "smart card" headers from getting in the way. I end up with a much smaller DLL than in MSVC6 and it doesn't run... just sits at 99% CPU.
Also on the note of VC.NET 2003 Toolkit, when building Pj64 USF, the PulseEvent doesn't work. I assume this is caused by some of its optimizations as it also doesn't work in VC6 with /Ox
I got around this by just waiting for a variable to be 1.
As with VS.NET i found it quite easier to just comment out the definition in WinSmCrd.h I dont normally use Visual Studio so i keep forgetting to change the Build to External Release. Welcome to my world and the optimiztions of VS.NET.
First, it only should affect the recompiler CPU, i think it messes with it's calling techniques.
And so far i have found no switches that can fix this.