I am using Delphi 7 and I love it due to small exe size, and no worries about 64bit datatypes as I really don't need it.
Now as WinXP is dead, and Win7 is also in its last stage, I really see a need to migrate to newer version of Delphi, and have XE3 installed now. My source code uses Pointer(s), String(s) (not AnsiString), DWORD, Cardinal etc. I don't want to make my code 64bit compatible as I really don't need it.
As far as I know, 32bit codes can run fine on 64bit OS, and I just want to confirm that is there any option in XE5 to compile exe like I did in Delphi7, no need to worry about OS Architecture, as Delhi 7 compiler always compiled 32bit exe, and datatypes are always 32bit regardless of System Architecture.
So, in short, I just need to upgrade my IDE, not the source, not the support for another CPU architecture. Just plain 32bit application, which can run in both 32bit and 64bit environment. Is it possible?
Regards,