FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index Utilities / Utilidades required changes to migrate from FWH 32 to 64 bits
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
required changes to migrate from FWH 32 to 64 bits
Posted: Thu May 22, 2014 12:40 PM
If you are using a RC file and you use a manifest file, then this change is required in the RC file:

Code (fw): Select all Collapse
#ifdef __FLAT__
   1 24 "./WinXP/WindowsXP.Manifest"
#endif

#ifdef __64__
   1 24 "WinXP/WindowsXP.Manifest64"
#endif


If you link the old one (32 bits) by mistake, your EXE will not start and you will get an error that your app can't be executed
regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion