I have a purchased copy of visual C++ 6 standard. I recently decided to try the 2005 express edition as i was considering upgrading. I found that while I like the ui better, it lacks a large amount of the header files that came with VC++6. I was wondering how i would go about switching 2005 to the compiler and header set of 6.0 or if that is even possible.

Question about the express edition(switching the compiler)
Jon Brickey
Here is a link to some of the videos that help you through such steps: http://msdn.microsoft.com/visualc/learning/vcexpvids/default.aspx
You can for sure point to any include files in your machine and still use the new compiler but due to increased conformance of the compiler, older header files might cause lots of errors that were fixed in newer versions. This is just not advisable.
Thanks,
Ayman Shoukry
VC++ Team
G Pearlman