Showing posts with label Visual Cpp. Show all posts
Showing posts with label Visual Cpp. Show all posts

Friday, January 1, 2016

Basics

Books for Visual C++

Programming Visual C++ by David J. Kruglinski is the most popular one and Ivor Horton's Beginning Visual C++ but Kanithkar's Visual C++ Programming was the one that I began with.

Files and Purposes

  • .sln file records information about the projects in the solution - names, relative paths, VS version used and configuration platforms such as debug/release defined for both solution and projects etc..
  • .suo file, in which user options that apply to the solution will be recorded.
  • .sdf contains data about IntelliSense for the solution. 
  • .opensdf captures information about the state of the project. One would happen to see this file only while the project is open and disappears soon the solution is closed.


Reference(s)
MSDN
Ivor Horton's Beginning Visual C++ 2013

Monday, February 21, 2011

atlcom.h errors

After installing Visual Studio 2008, It is recommended to run Windows Updates to ensure whether the below updates have been installed? If not then one should install them.

Microsoft Visual Studio 2008 Service Pack 1 ATL for Smart Devices (KB973675)
Microsoft Visual Studio 2008 Service Pack 1 (KB971092)
Microsoft Visual Studio 2008 Service Pack 1 (KB972222)
Otherwise, It will throw compilation errors as listed below when you compile your source code.