What did I lose when I upgraded?

Posted by Richard on Stack Overflow See other posts from Stack Overflow or by Richard
Published on 2009-11-25T00:57:13Z Indexed on 2010/03/20 21:31 UTC
Read the original article Hit count: 432

I upgraded my work box from Vista64 to Win7-64 by doing a format and reinstall. I kept backups of the project done in MS Visual Studio 2008 (Team). But now it won't compile. I am getting errors generated on lines in the MS created header files like "'_In_' not defined" etc. I know it is because I lost some compiler setting/directive. I was sure that the compiler settings would be in the project file; now I see that things like the include file directories, LIB files, etc. are not. [FYI: The project is a VB.NET GUI with VC++ DLL talking to a PIC24 micro over USB.]

How do I most efficiently get my project back on the road to execution?

© Stack Overflow or respective owner

Related posts about visual-studio-2008

Related posts about windows-7-x64