From: gwong AT cse DOT unsw DOT edu DOT au (Geoffrey Wong) To: djgpp AT sun DOT soe DOT clarkson DOT edu Date: Sat, 23 Dec 95 10:20:24 +1100 Subject: Memory Hi, I think that I have some problem with the way memory was handled. I wrote this program and I am currently debugging it. Now the funny thing is that when running under dpmi-mode (windows's dos shell) it ran okay, ( at least for 1 function call, but the same function running under non-dpmi (straight dos) has segmentation violation error. I complied the programming under Unix, and I get segmentation violation error also. Dos anyone know why? Also , How can I pass arguments for gdb under dos? It accepts arguments but it ignores them! Any help will be appreciated! Geoff