Silverfrost Forums

Welcome to our forums

/3gb and /debug

25 Mar 2009 2:08 #4372

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

3 Apr 2009 11:09 #4393

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

3 Apr 2009 11:59 #4399

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

Please login to reply.