View previous topic :: View next topic |
Author |
Message |
JohnCampbell
Joined: 16 Feb 2006 Posts: 2615 Location: Sydney
|
Posted: Wed Mar 25, 2009 3:08 am Post subject: /3gb and /debug |
|
|
Paul,
I find that /debug and /3gb are not compatible, even if /debug is used in routines that are not being called.
Is this a significant issue or could this restriction be relaxed.
/debug is very useful as it provides the source file and line number if an error condition occurs. I'm not sure what else /debug does.
thanks,
John |
|
Back to top |
|
 |
PaulLaidler Site Admin
Joined: 21 Feb 2005 Posts: 8210 Location: Salford, UK
|
Posted: Fri Apr 03, 2009 12:09 pm Post subject: |
|
|
Ian
You should be able to use /debug on the compiler and /3gb on the linker.
/check and /undef are more of a problem because they use pseudo addresses in the upper range.
Regards
Paul |
|
Back to top |
|
 |
JohnCampbell
Joined: 16 Feb 2006 Posts: 2615 Location: Sydney
|
Posted: Fri Apr 03, 2009 12:59 pm Post subject: |
|
|
Paul,
I tried /debug with version 5.21 and new_memory on. That stopped access to above 2gb. I had to remove all references to /debug, even in library routines.
I will try it on Ver 5.30 and report back, when back at work, as I don't have a 4gb machine or Ver 5.30 at home.
John |
|
Back to top |
|
 |
|