Category Archives: Visual Studio

Visual Studio 2005

First the good. My current C++ projects were updated from VS6.0 so the project files are quite messy. One project file was 250KB large. One of the feature I like about VS2K5 is unloading the project (right click on the … Continue reading

Posted in Programming, Software, Visual Studio | Leave a comment

Visual Studio 2005, C++ and Time

Microsoft wisely updated time_t and the ATL CTime and CTimeSpan to use a int64 under the hood (from a int32), this is good except when we have those data types in our interfaces, and now we have broken backwards compatibility. … Continue reading

Posted in C++, Programming, Visual Studio | Leave a comment

Visual Studio 2005

Well after attending Connect Technical Session, I duly collected my Visual Studio 2005 (and other stuff). Tonight I installed VS2005 and I have to say it went without a hitch. It told me I had the RTM of Visual Studio … Continue reading

Posted in .Net, Visual Studio | Comments Off