Fravia's Messageboard ~ Moderated
some help with this please......
Wednesday, 10-Mar-99 03:36:06

Q U E S T I O N - A

A proggie which I'm on.

WDASM gives:

int 03
int 03
int 03
int 03
push 02345
push 45677
mov ax, [esi+8977]
push FFFFFF <----------- what the heck....???
push 2345
call 89775

This above snippet makes me break out in WinIce with a general protection fault. Everytime. And this is where the prot scheme dwells. Any ideas what this is ? I can understand the int 03's to break the proggie back to debugger, but push FFFFFF (that's bios/HMA area, if I recall correctly). And this is not an API call, but local func() call.

Q U E S T I O N - B

Can I exchange the "TYPE" of resources in BRW ? I mean, I can replace one string table with another. But can I replace a string table with a dislog. (I think not, but who knows someone out there may have done it..?)



Aimless