Home > Software engineering >  MFC code compilation errors (vs2008, run on vs2012)
MFC code compilation errors (vs2008, run on vs2012)

Time:09-21

A total of seven project
Compiled for the first time, two successful 5 failure, errors are two lnk1104 and three image unsafe based on the debugging a errors become lnk2001, lnk2019, lnk1120!
Then regenerated solution, four failed three successfully, one of the mistakes lnk1104 and three images is unsafe, then debugging time, the error is 1 lnk1104.
Why two times to regenerate the mistake is not the same?
How can the debugging success?

CodePudding user response:

Between different compiler versions have compatible problem, suggestion is that all the code is the same version of compiler

CodePudding user response:

You have successively dependencies between seven projects? The generated DLL, first regeneration into try calling DLL

CodePudding user response:

How to use vc6 write vs2017 look? Every time I open the said to generate solutions, but still can't open!

CodePudding user response:

Vs2017 default not to install a c + +
  • Related