Date: Sat, 8 May 1993 23:13 EST From: "Wonkoo Kim, EE, U. of Pittsburgh" Subject: Question: go32 To: djgpp AT sun DOT soe DOT clarkson DOT EDU Hi. I got an error message of Exception 14 when I issued "go32 myprog". I usually strip and aout2exe to get .exe file, so I didn't notice this. According to FAQ, "go32 myprog" should be equivalent to .exe execution. What is happening??? Any possiblity that relates to my system() call problem?? Here is the error message I got: ------------------------------------------------- C:\PGM\C\GCC\DISPIMAG>go32 dispimg d:/gcc/bin/go32.exe version 1.09 Copyright (C) 1991 DJ Delorie Segmentation violation in pointer 0x00000000 at 40:1273 Exception 14 (0xe) at eip=1273 But the following made normal program execution: ------------------------------------------------- C:\PGM\C\GCC\DISPIMAG>aout2exe dispimg C:\PGM\C\GCC\DISPIMAG>dispimg.exe Thanks. Regards, Wonkoo.