You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MSVC 2022 upgraded the project.
Replace include dir and file paths to what I had download for zlib and libpng (lpng) in the vcproj, vcxproj, and pcxproj.filters files.
In libpng copied scripts/pnglibconfig.h.prebuilt to root and took off last extension.
Set libpng version back to commit at tag 1.2.46rc02. Probably do this before copying that header.
Replace the use of the INDENT macro with the value everywhere. Might not need to be a constant expression.
To build for release, trimmed linker output property removing dots and "Exes" parts of the string.
So most of these steps are not an actual, or the best fix, and would need more. Update and probably link to the libraries instead of compiling them in?
https://github.com/Kanma/BLPConverter had more stars, but wasn't working for me, so trying this one.
All the steps I had to do:
MSVC 2022 upgraded the project.
Replace include dir and file paths to what I had download for zlib and libpng (lpng) in the vcproj, vcxproj, and pcxproj.filters files.
In libpng copied scripts/pnglibconfig.h.prebuilt to root and took off last extension.
Set libpng version back to commit at tag 1.2.46rc02. Probably do this before copying that header.
Replace the use of the INDENT macro with the value everywhere. Might not need to be a constant expression.
To build for release, trimmed linker output property removing dots and "Exes" parts of the string.
So most of these steps are not an actual, or the best fix, and would need more. Update and probably link to the libraries instead of compiling them in?
Exe
The text was updated successfully, but these errors were encountered: