From: jeancom AT ms6 DOT hinet DOT net () Newsgroups: comp.os.msdos.djgpp Subject: Re: ANNOUNCE: CWSDPMI r4 large memory bug workaround Date: 25 Jul 1999 13:16:54 GMT Organization: DCI HiNet Lines: 18 Message-ID: <7nf2o6$r3v@netnews.hinet.net> References: <3735fe68 DOT sandmann AT clio DOT rice DOT edu> NNTP-Posting-Host: ms6.hinet.net NNTP-Posting-User: jeancom X-Newsreader: TIN [version 1.2 PL2] To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com If I don't use "CWSDPMI -P" as TSR (Terminate and Resident program) ,My program would halt my PC. Do I must be using -P option ? My program is as follows: main() { . . system("TDE"); /* 32 bit DJGPP protect mode appl program */ . . system("list textfile /e"); /* 16 bit protect mode appl program */ . . . }