Date: Thu, 27 May 93 11:17:55 -0500 From: rcharif AT math DOT utexas DOT edu Posted-Date: Thu, 27 May 93 11:17:55 -0500 To: engdahl AT brutus DOT aa DOT ab DOT com Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: source debug Reply-To: rcharif AT math DOT utexas DOT edu I found something odd when recompiling debug32 with mods - my new stuff was so big that the code segment of debug32 was greater than 64K, but bcc and tlink didn't complain. Obviously, the executable didn't run, and it took a while to figure out why. This raises the question, can I recompile go32 and debug32 using a different memory model? My hunch is that the answer is "no", because the mapping of rcode onto the codeseg will no longer be valid. Someone in Japan has found a way to compile debug32 in the M mode and added source line listing, but this was in v1.05. You might want to check if they ported their work to 1.09 or get the old source and try to apply the patches to 1.09. Try looking at the ftp site where the DPMI version was announced (I forgot which one) or on utsun.s.u-tokyo.ac.jp Regards, Rami