CyberPeter 11 Posted March 7, 2023 (edited) 2 hours ago, aehimself said: code for C++ projects I needed to convert the class names to a TStyleHookClass, which is a TClass, by using __classid() Vcl::Themes::TStyleManager::Engine->RegisterStyleHook(__classid(TATBinHex), __classid(TScrollingStyleHook)) ; Edited March 7, 2023 by CyberPeter 1 Share this post Link to post
limelect 48 Posted March 8, 2023 I have been using TMPHexEditor, TMPHexEditorEx for ages Share this post Link to post
CyberPeter 11 Posted March 8, 2023 1 minute ago, limelect said: I have been using TMPHexEditor, TMPHexEditorEx for ages Cool. Where can I find it ? Share this post Link to post
limelect 48 Posted March 8, 2023 simple search https://github.com/michalgw/mphexeditor Share this post Link to post
limelect 48 Posted March 8, 2023 An application of mine for loading 2 binary and comparing Share this post Link to post
CyberPeter 11 Posted March 8, 2023 49 minutes ago, limelect said: https://github.com/michalgw/mphexeditor Thanks. Will check it out. Share this post Link to post
CyberPeter 11 Posted March 8, 2023 13 hours ago, limelect said: simple search https://github.com/michalgw/mphexeditor This is Lazarus code. That's a step too far for me 🙂 I Googled TMPHexEditor and downloaded it from SoftPedia. Trying to compile that code resulted in the exact same errors found in https://github.com/zhugecaomao/HexEditor which leaves me to believe they are the same (or one heavily borrowed from the other)(without doing some file compares, no point). The code is simply too old, it predates UnicodeString able compilers. I'm not fluent enough in Delphi to sort it all out. If you have updated the *.pas file(s) to be able to compile them using recent compilers, and if you don't mind, please share. Thanks. Share this post Link to post