Compiling a MFC app from Visual Studio 2010 to 2012 RC results in LNK2038

前端 未结 4 1251
走了就别回头了
走了就别回头了 2020-12-11 20:10

My project is compiling and running OK in debug and release modes in VS 2010. Today I tried to compile it with VS 2012 and I got this error :

1>  Generati         


        
4条回答
  •  醉话见心
    2020-12-11 20:25

    Looking it up at http://msdn.microsoft.com/en-us/library/b0084kay.aspx It seems that variable holds the compiler's version number. I would think the best way to fix it would be to create a new project in 2012 and add the source files to the new project.

提交回复
热议问题