> Well, I can single step, but the lines displayed are off. could you send me a sample .c file and the generated .exe file to I can put my hands on it (without installing mingw) > B.t.w, I wonder about line 451 in hash.c: > > 449 if (!nh) return FALSE; > 450 nh->addr = *addr; > 451 nh->flags &= SYM_INVALID; > 452 DEBUG_FixAddress( &nh->addr, DEBUG_context.SegDs ); > 453 return TRUE; > 454 } > > is &= really meant? > I would either expect |= or &=~ it's supposed to be &= ~, but since the function is never called, that's not an issue (anyway, it's already in a yet to be sent patch) A+ -- --------------- Eric Pouech (http://perso.wanadoo.fr/eric.pouech/) "The future will be better tomorrow", Vice President Dan Quayle