From: "Miles F. Bintz Ii" Newsgroups: comp.os.msdos.djgpp Subject: PF with CWSDPMI but not WIN95 Date: Wed, 21 Oct 1998 14:04:58 -0400 Organization: Clarkson Univeristy Lines: 11 Message-ID: NNTP-Posting-Host: polaris.clarkson.edu Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: news.clarkson.edu 908993101 15179 128.153.4.24 (21 Oct 1998 18:05:01 GMT) X-Complaints-To: abuse AT clarkson DOT edu NNTP-Posting-Date: 21 Oct 1998 18:05:01 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I have a routine that is looking at argv and trying to extract data from it. I do a strncpy and a strtoul and one of these is causing my program to page fault in cwsdpmi. Oddly enough, this works under win95. I cant step through the code in DOS because of problems with LFNs, so I can't tell you for sure which one is causeing the problem. Are there any known bugs with either of these funcitons? -Miles