Important hotfix for VS 2010 (for 64 bit C++ projects)
The Lounge
1
Posts
1
Posters
0
Views
1
Watching
-
See: http://support.microsoft.com/kb/2280741/en-us This is a important fix for optimised (/O2) 64 bit projects. Basically you can get application crashes if you're using classes/structures of over 64 bytes size. Mike