Tbh I'm getting different errors from running msbuild in CLI manually, and clicking "run" in VS itself
In VS, I get this when compiling
`'std::min': no matching overloaded function found XXL-Editor D:\Users\\Documents\coding\XXL-Editor\rw.cpp`
Okay, I assume it is failing on
size_t ms = std::min(32u, strlen(str.c_str()));
?
Are you compiling on x64?
good point

yeah, that would otherwise compile on x86
Ok that actually builds and runs now
VS/VCPKG called me a liar
I could not get this compiling for so long
Tbh it was probably the missing triplet in proj config
I believe it was not finding the headers because you still had it on x64
because there were no libraries installed for x64
I'm pretty sure I tried it on x86 before
Anyways, I'm glad you got it working! 👍
NP!
