BranK

Results 6 comments of BranK

A fancy multicolored terminal I've been working on for a game (with autocompletes), and no it's not a cheat menu ocornut. Source can be [found here](https://github.com/CodeRedModding/CodeRed-ImGui/blob/main/CodeRed.hpp#L262). ![](https://i.imgur.com/TcZvzlm.png)

All I can recommend is you make sure you know the difference between hex and decimal values for offsets, and double check everything with the C macro `offsetof` to make...

If its a compiler issue you might have to manually set the right class alignment for your project, can debug with sizeof and the offsetof macro which you can do...

Thanks for the info! I was planning on rewriting this entire project in modern C++ so it uses std::ofstream and std::filesystem (which would fix a lot of these issues) but...

- Make sure you're compiling for release, x64 bit in visual studio. - Make sure your runtime library is set to "Multi-threaded (/MT)" under Project Properties -> C/C++ -> Code...

Damn, still trying to find plug and play C++ library that isnt DirectXText, can't find a single one that isn't 10 years old and supports DXT10 images.