Tim,
1) I have not tried it. Please try it and check it for yourself, thanks
2) There is a 64 bits manifest at c:\fwh\samples\winxp\WindowsXP.Manifest64
3) There is no way (that I may be aware) to detect 64 bits from the RC, so in FWH we use a define in samples\build64.bat
IF EXIST %1.rc rc -r [color=#FF0000:1wjif1di]-D__64__[/color:1wjif1di] %1
so in our RCs we use such __64__ when needed:
from samples\combos.rc:
[code=fw:1wjif1di][/code:1wjif1di]
↧