Date: Wed, 4 Oct 1995 15:59:56 -0400 (EDT) From: Todd Muhlfelder To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: a hrruah, then a tear... I finally compiled my sample demo prog after days of slaving over the puter. My code compiled fine using "gcc prog.c -o prog -lpc". Then I ran "coff2exe prog". I got an EXE!!! HURRAH! Then I ran the EXE and got an error message which I cannot figure out. Segmentation voidlation in pointer 0x800020c8 at d8:1c09 eax = 800020c8 ebx = 00004200 ecx = 800040c8 edx = 800020c8 esi = 00000000 ebp = 7ffffeb8 esp = 7ffffe9c cs = d8 ds = 48 es = 48 fs = 48 gs = 38 ss = 48 cr2 = 000020c8 Call frame traceback EIP's: 0x00001c09 0x0000156e Please tell me what I am doing wronga and help me fix it! thanks in advance twm AT escape DOT com