Home > Software engineering >  VS2013 to run the program prompts unregistered MSchart components
VS2013 to run the program prompts unregistered MSchart components

Time:09-22

Use VS2013 run the MFC application, after adding in the toolbox com components, add the corresponding class CDMSchart, generate the success, but the debugging tip unregistered corresponding components, but before the MSchart classes can run, excuse me each great god what's the problem? What solution? Thank you very much!

CodePudding user response:

Design for VS is 32 bit so there is no problem, vs2013 default compiler configuration is 64, mschart no 64 - bit version,
Switch to a 32-bit compiler configuration,

CodePudding user response:

Hello, thank you for your reply, I use mysql vs2013 connection, but the mysql is 64, switch to the 32-bit compiler, can pass?
  • Related