Home > Software engineering >  MFC win32 project transplant to x64. MShflexgrid does not support x64
MFC win32 project transplant to x64. MShflexgrid does not support x64

Time:10-01

In the existing a c + + win32 project, engineering interface USES the MShflexgird, Microsoft msflexgrid control without x64 version, as well as the same function of vsflexgrid also does not support x64 platform (at the end of 2010), and now have to transplant to x64 platform, does everybody have what good method? Or you can use a control to replace it?
I appreciate online etc.

CodePudding user response:

A 64 - bit platform can run to compile the 32-bit application

CodePudding user response:

reference 1st floor boylafong response:
64 - bit platform can run to compile the 32-bit application

May not be clear, I also need a 64 - bit application,

CodePudding user response:

In a 64 - bit Windows:
64 exe and DLL in the directory c: \ Windows \ sys tem32 directory.
32 bit exe and DLL in the directory c: \ Windows \ sys wow64 directory.
So pay attention to:
In win64 system registered under 32-bit ocx DLL to 32 ocx or copy the DLL to the c: \ Windows \ syswow64 \ directory,
And registered to c: \ Windows \ syswow64 \ regsvr32 XXXXXXX ocx or DLL

CodePudding user response:

This problem solved? Can you say about how to solve?
Instead of vsflexgrid controls?

CodePudding user response:

Both 32-bit and 64 - bit version vsflexgrid control points,
  • Related