I see where Visual Studio 2005 Express is different, than having a Configuration Manager, but about the same thing in Options -> Projects & Solutions -> VC+ Directories, where the different PATHs seem to be. Separated for like -- Include files, Library files, executable files, and the like.
I thought for a minute I have to mess with the Import & Export the Settings file, and that is hard to look at, but it is still there also. I suppose change the above and Visual Studio 2005 Express must write it to the CustomSettings (if you Export) file or that main file for the program.
Whoa!
You may notice like with the -> Include files Directory, it has the Default Path with Platform SDK\include
and such. Above any of those listings I think one would PATH to the other Platform SDK that is downloaded whereever it is on your computer, so the program follows that PATH first, and ignores the Default File Paths.
Underneath that Options -> Project & Solutions -> V++ Directories is C++ Projects something in the next category of the Settings one can change.
I am not sure what Validate Schemas really is without looking it up, but either it is On or Off, as in True or False.
Maybe that would have something to do with the Version # of the files, perhaps, and then again, maybe not. I do not know what it is for sure.
----------------------------------------------------------------------
Well, I guess scratch all of that above and in the other post. According to someone else:
quote:
It is because VC++ 2005's compiler is incompatible with VC++ 2003's libraries, it seems that the exception handling is different.
end quote.
Back to the drawing board.
Leave it to Microsoft, well the Visual Studio 2003 Toolkit is mentioned over there to be downloaded for anyone.
The rest would again have to be looked into, or something would have to make it compatible with VS 2003 on the "Exception Handling" with VS 2005 then.
I don't think I saw anything on that, but I guess it does not hurt to take another look around again in VS 2005 Express.
Where Microsoft should be?
I thought for a minute I have to mess with the Import & Export the Settings file, and that is hard to look at, but it is still there also. I suppose change the above and Visual Studio 2005 Express must write it to the CustomSettings (if you Export) file or that main file for the program.
Whoa!
You may notice like with the -> Include files Directory, it has the Default Path with Platform SDK\include
and such. Above any of those listings I think one would PATH to the other Platform SDK that is downloaded whereever it is on your computer, so the program follows that PATH first, and ignores the Default File Paths.
Underneath that Options -> Project & Solutions -> V++ Directories is C++ Projects something in the next category of the Settings one can change.
I am not sure what Validate Schemas really is without looking it up, but either it is On or Off, as in True or False.
Maybe that would have something to do with the Version # of the files, perhaps, and then again, maybe not. I do not know what it is for sure.
----------------------------------------------------------------------
Well, I guess scratch all of that above and in the other post. According to someone else:
quote:
It is because VC++ 2005's compiler is incompatible with VC++ 2003's libraries, it seems that the exception handling is different.
end quote.
Back to the drawing board.
Leave it to Microsoft, well the Visual Studio 2003 Toolkit is mentioned over there to be downloaded for anyone.
The rest would again have to be looked into, or something would have to make it compatible with VS 2003 on the "Exception Handling" with VS 2005 then.
I don't think I saw anything on that, but I guess it does not hurt to take another look around again in VS 2005 Express.
Where Microsoft should be?
Comment