Xref: news2.mv.net comp.os.msdos.djgpp:6905 From: brownjoh AT sfu DOT ca (Travis Brown-John) Newsgroups: comp.os.msdos.djgpp Subject: Re: Hello World = Crash Date: Wed, 07 Aug 1996 08:22:04 GMT Organization: Okanagan Internet Junction Lines: 30 Message-ID: <4u9cvg$ogv@felix.junction.net> Reply-To: brownjoh AT sfu DOT ca NNTP-Posting-Host: invermere-03.rockies.net To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp OK, sorry I figured that one out. Hadn't done any C work for awhile and I was using the write() function where I should have used a printf(). I knew that didn't look quite right. Now, I have another question, can anyone give me any pointers on making the 3DGPL Demo, gfx lib by Sergei Savchenko. Is it possibly a problem with v2? That's what I am running. The demo code gives a GPF: General Protection Fault at eip=0000356a eax=0000003f ebx=00001708 ecx=00003e80 edx=0000003f esi=00057000 edi=d0000000 ebp=0004f76c esp=0004f764 cs=00a7 ds=00af es=00af fs=0087 gs=00bf ss=00af Call frame traceback EIPs: 0x0000356a 0x0000187c 0x000035b8 0x0000194a 0x00004347 Thanks for the help. Travis