required changes to migrate from FWH 32 to 64 bits

Post Reply
User avatar
Antonio Linares
Site Admin
Posts: 42404
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 12 times
Been thanked: 48 times
Contact:

required changes to migrate from FWH 32 to 64 bits

Post by Antonio Linares »

If you are using a RC file and you use a manifest file, then this change is required in the RC file:

Code: Select all | Expand

#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
Post Reply