What did I lose when I upgraded to Win7?
November 30, 2009 7:32 AM
Subscribe
[Various Filters] I am stuck.
I am using MS Visual Studio 2008 to create a software package. I saved all the source code and what (I thought) I needed so I could format the machine and install the Win7 Update as a fresh OS. After reinstalling the VS2008 compilers, now the project will not compile.
The project is a VB.NET front-end GUI and a VC++ DLL back-end which talks to a PIC24FJ256GB110 micro over USB.
The compiler starts spewing error messages as the except.h header file is drawn in. (This file is created by Microsoft and included by some other file, I do not know what file actually includes it.)
The first specific error is: "C2065 '_In_': undeclared identifier."
I suspect that the problem is some kind of compiler setting or directive that is not carried over in the project file. I tried creating a new project from scratch and working the source files into the new project, but the error persists.
I have posted questions on the MS news servers and on stackoverflow.com and have not received helpful answers.
posted by Drasher to computers & internet (7 comments total)
posted by mkultra at 7:40 AM on November 30, 2009