Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
Debugging Examine Memory window
mandrav:
I was trying to fix this and all of the sudden I see it worked fine!
You could as well tell us about it ;)
Anyway, I had to change your fix to something more safe for the future. I also updated this dialog's XRC and added the wxTE_PROCESS_ENTER style flag for the address field. Without this, your fix to allow the Enter key didn't work (at least in linux).
tiwag:
sorry, i forgot to post it here too ...
i fear, that your solution is as unsure as my quick fix, because it depends too on the fact,
that always 8 bytes per address got sent, but it's easier to adapt in the future if any changes will get necessary.
thanks for the hint with linux, (i only tested with WinXp and there it worked).
mandrav:
--- Quote from: tiwag on May 04, 2006, 08:04:02 am ---i fear, that your solution is as unsure as my quick fix, because it depends too on the fact,
that always 8 bytes per address got sent
--- End quote ---
I wonder why you say that.
It just saves the current address whenever 16 bytes have passed (and once at the very first byte).
tiwag:
--- Quote from: mandrav on May 04, 2006, 08:46:35 am ---
--- Quote from: tiwag on May 04, 2006, 08:04:02 am ---i fear, that your solution is as unsure as my quick fix, because it depends too on the fact,
that always 8 bytes per address got sent
--- End quote ---
I wonder why you say that.
It just saves the current address whenever 16 bytes have passed (and once at the very first byte).
--- End quote ---
i think it'll fail too if any other number of bytes than 8 are sent per line (per sent address),
but maybe it'll work though.
anyway, it's fixed now, thank you.
Navigation
[0] Message Index
[*] Previous page
Go to full version