I've been able to find a few hex controls by searching online, but none that will compile under Unicode. Does anyone know if there is one available?

link|improve this question

66% accept rate
I have compiled Colin Wilson's cmpHexEdit unit, part of his ResourceEditorComponents library, used in his resource editor. It's compiling, but isn't quite working right with widestrings. I'm still looking, but could probably get this to work if I don't find something better. What did you end up using? – Chris Thornton Nov 27 '10 at 17:32
@Chris: I ended up using KHexEditor. I didn't need it to actually display Unicode characters correctly; just that it would compile and display binary files properly under Unicode-enabled versions of Delphi. – Mason Wheeler Dec 1 '10 at 4:22
Thanks Mason, I do need it to render the unicode chars, so I'm going with ATBinHex. I had previously been using Colin Wilson's, which now apparently supports editing (mine was old) but doesn't handle Unicode right. – Chris Thornton Dec 1 '10 at 23:40
feedback

2 Answers

up vote 3 down vote accepted

I think that KHexEditor has support for D2009 and D2010, but not tried, I'm currently using D2007...

link|improve this answer
on the website they say that D2010 is supported – Joe Meyer Nov 15 '09 at 6:34
I tried the demo and opened a Unicode file with Russian and Chinese characters. Didn't display properly. So I'm still looking... – Chris Thornton Nov 27 '10 at 17:33
feedback

Alexey Torgashin's ATBinHex and ATViewer . Did not tried it with unicode delphi versions, but it supports Delphi 2009.

link|improve this answer
That looks very promising - thanks. – Chris Thornton Nov 30 '10 at 13:30
The demo seems to work nicely, including a "Unicode/Hex" view that renders a unicode file perfectly, with mixed Cryllic/Chinese/English text in the text area, while showing the hex view. Nice. – Chris Thornton Dec 1 '10 at 2:27
unfortunately, I have to install 3 additional libraries in order to compile the demo.... bummer. OSS, I guess I can't complain too much. – Chris Thornton Dec 1 '10 at 2:28
It's working! Seems great, so far. Bounty is yours! – Chris Thornton Dec 1 '10 at 23:37
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.