Back to MainPage. Back to MiscellaneousStuff.
I use Visual Studio 2005, Service Pack 1, and occasionally we'll run into small problems due to not everyone using the same compiler. The most innocuous result is different warnings / errors when compiling, and the worst is generally hard-to-reproduce crashes.
Here are the build numbers for the versions of VS 2005 of interest to me:
These will be reported by:
c:\> cl.exe
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.762 for 80x86
And in Visual Studio's Help->About page.
Back to MainPage. Back to MiscellaneousStuff.