X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f NNTP-Posting-Date: Sat, 31 Mar 2007 14:30:03 -0500 Date: Sat, 31 Mar 2007 11:30:00 -0800 From: Jim Michaels User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: cwsdpmi "protected mode not availible" on win2k, stub don't work Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: Lines: 22 NNTP-Posting-Host: 24.20.110.103 X-Trace: sv3-CiFN4Sthb2ZKzbvP/v4LXCMzXgC16yTyJDx5uGEaO+1KTfSXMVrQKEgsE1eUQir1OFUCimOHnMGSwQY!IcTZzwf/ojG1jm2x2Q+T7nPlHdC2gECK5/o4bv5t4FyyGZikpOqc/Jr3KG3xmCwhl9+Dwap/gQpQ!vLUUrPFRh8T2tLKVemw8+/k4HOutFQ== X-Complaints-To: abuse AT comcast DOT net X-DMCA-Complaints-To: dmca AT comcast DOT net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.34 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I get "Protected mode not avcailible" when I run my app under Windows 2000 consistently, whether I include the stub or whether I have the cwsdpmi.exe alongside it. Without these it just says "cwsdpmi not found". Something always goes wrong. gxx whatever.c (which generates a.out & a.exe) exe2coff a.exe (which generates a) copy /b f:\djgpp\2.03\v2misc\bin\cwsdstub.exe+a whatever.exe (which generates whatever.exe) and "availible" is misspelled. tried this with CMD.exe shell and with command.com. If it's of any interest, this computer was made for Windows 98, before ACPI-compliant power supplies were made, so it must be turned off manually. I saw the earlier post about ACPI and CWSDPMI having a problem with windows, but I wasn't quite sure what to make of it in the end.