Archive for the 'Visual Studio' Category

How To Installing the Platform SDK for use with Visual C++ Express Edition

Wednesday, September 9th, 2009

When using Visual C++ Express Edition to compile and build win32 application it will get a error like:
‘fatal error C1083: Cannot open include file: ‘windows.h’: No such file or directory’
To Solve it you must install Microsoft Platform SDK.
There is some steps to setting up visual c++ Express edition for use Platform SDK:

From the Tools menu [...]

Disabling / Enabling Just-In-Time Debugging

Thursday, March 19th, 2009

To Enabling or disabling just in time debugger, which in some case very disturbing me….:P, after search on site i found it in msdn site this is the detail:
To enable/disable Just-In-Time debugging

On the Tools menu, [...]