14.07.2022, 23:09
Very interesting. What string encoding method is Hybrid compiled to use? If I recall correctly, there's 3 types: single-byte, multi-byte, and unicode. Maybe this has something to do.
Ref: https://docs.microsoft.com/en-us/cpp/atl...w=msvc-170
What does QFile.fileName() print? Does that work?
If you can send me a tiny sample app with the code you just mentioned above, I can try to reverse engineer/debug it to see the exact memory that gets compared and see how it differs.
Thanks
Ref: https://docs.microsoft.com/en-us/cpp/atl...w=msvc-170
What does QFile.fileName() print? Does that work?
If you can send me a tiny sample app with the code you just mentioned above, I can try to reverse engineer/debug it to see the exact memory that gets compared and see how it differs.
Thanks