c++ - use MFC x86 instead of x64? -
i have 2 questions really use with.
i have mfc application compiles using win32 (32bit) x86 settings, meaning have not targeted x64 , dont release under x64, when build setup using installshield shows dependency visual c++ mfc 12.0 (x64). should visual c++ mfc 12.0 (x86) instead.
now wondering:
1- how can change in visual studio project reference mfcx86 instead of mfc x64 compiles library instead, in reality should same, not sure why it's compiling x64.
2- can remove reference mfc x64 in installshield , ship mfc x86 instead? still work? how know library use?
i appreciate one.
thanks lot!
Comments
Post a Comment