Paul,
I have developed a memory mapping program which identifies all available memory in the range 0:4gb using FTN95. With Windows 7_64 ( and XP_64 ) memory between 2gb and 4gb is available using ALLOCATE if compiled as ftn95 program /link. (This is a useful extension to FTN95 when running on 64 bit OS.) However, if I use ftn95 program /debug /link only memory between 0gb and 2gb is available. Can you indicate why /debug excludes the availability of this extended memory. I extensively use /debug to provide better call-back error report of code addresses (line numbers) if the program crashes. Is there a possibility that 2gb to 4gb memory on 64 bit OS could be available when using the /debug option to provide line numbers.
John