From: Frank K. <fbk...@co...> - 2003-10-16 01:07:54
|
brutus wrote: Hi, Brutus! Thanks for joining us. I'm *way* over my head on this stuff, but debugging code by clueless trial-and-error is something I'm gaining experience at :) > while debuging, OllyDbg[1] remarks that my entry point is outside the > codesegment and complains about beeing outside the code segment when i > set breakpoints. Adding "class=code" to the segment declaration seems to fix this. I added "flat", too. Dunno what it does, but it sounds cool :) I think it's the "class=code" that fixed it. > another strange one: the message box that is used to display the error > messages don't have a titlebar or border or anything. just a grey > background the text and the ok button. This one I'm not seeing. When I try to run the (modified by "class=code flat") executable, I get a normal-looking messagebox with "Error connecting to server..." as the text. That's as far as I've got - just thought I'd mention the "class=code" thing. Research continues... Later, Frank |