Date: Mon, 3 May 1999 09:53:47 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Mary Ellen Howitt cc: djgpp AT delorie DOT com Subject: Re: WSOCK using WFW3.11 - issues In-Reply-To: <3.0.6.16.19990502135912.353fab88@199.60.237.2> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 2 May 1999, Mary Ellen Howitt wrote: > 'lo all. I can compile programs using the latest release of DJGPP and the > WSOCKv0.99 library. However, when I try to run the programs they GPF [dos > GPF, with scroll back.] Please make a point of posting the crash message with the stack traceback whenever you report such problems. Please run SYMIFY on the traceback before posting it, so that function names are seen instead of hex addresses (see section 9.2 of the FAQ if you don't know what SYMIFY is). The crash message printed by DJGPP programs includes important clues as to the reason(s) of the trouble; people who know how to read that information can do much better in helping you to identify and correct the cause of the crashes when they see the traceback. Section 12.2 of the FAQ reveals some of the techniques of putting the traceback information to good use.