Daniel Pistelli
June 11th, 2008, 14:35
I wouldn't have written an extra topic, but I fixed some MAJOR bugs in the message handling of the CFF Explorer.
In particular, the hex editor control was very buggy. This was because the control itself was based on a CDialog and CDialogs aren't supposed to be used like a control. I wrote that control when I was 15 and I didn't know better. Now the Hex Editor is a CStatic which also needed to be configured in order to reiceve keyboard input and mouse input (how come that everything has to be so annoying). Anyway, the message handling should be perfect now.
Please update and, in case, report bugs.
Thanks.
In particular, the hex editor control was very buggy. This was because the control itself was based on a CDialog and CDialogs aren't supposed to be used like a control. I wrote that control when I was 15 and I didn't know better. Now the Hex Editor is a CStatic which also needed to be configured in order to reiceve keyboard input and mouse input (how come that everything has to be so annoying). Anyway, the message handling should be perfect now.
Please update and, in case, report bugs.
Thanks.