Hello guys
I'm trying to put myself in memory editing (yeah, seems like a long road). I wrote a basic memory reading class using Win32 API, and want to add a GUI to use it, however I don't like Win API way to do that. Is that a bad idea to mix Qt and the Win API or is it OK? The code seems to work, but it sounds strange to me to mix these. Don't know why.
Thanks ;p