On Fri, 3 May 2002, Ralf Paaschen wrote: > YACC: Line containing Hallo found. > Runtime error 103 at 0x08053A3A > 0x08053A3A > 0x080480B0 > 0x00000000 Compile everything with -gl, then you'll get line numbers next to the reutrn addresses, which should help you pinpoint the problem. Jonas