We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Past this cmake step: #11 With the sln opened in Windows 10 VS 2022, I received these 2-4 errors from building the entire solution:
3>dcraw/dcraw.c(8742,37): error C3688: invalid literal suffix 'VERSION'; literal operator or literal operator template 'operator ""VERSION' not found 3>dcraw/dcraw.c(8742,3): error C2660: 'strcpy': function does not take 1 arguments 3>C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\ucrt\string.h(130,1): message : see declaration of 'strcpy' 3>dcraw/dcraw.c(8742,3): message : while trying to match the argument list '(char [32])' ...... 4>blp.cpp 4>Generating Code... 4>LINK : fatal error LNK1104: cannot open file 'lib\Debug\freeimage.lib' 4>Done building project "BLPConverter.vcxproj" -- FAILED. 5>------ Build started: Project: ALL_BUILD, Configuration: Debug x64 ------ 6>------ Skipped Build: Project: INSTALL, Configuration: Debug x64 ------ 6>Project not selected to build for this solution configuration ========== Build: 3 succeeded, 2 failed, 0 up-to-date, 1 skipped ========== ========== Elapsed 00:56.103 ==========
The text was updated successfully, but these errors were encountered:
me too. the author of this project is long time no see, I try to fix it.
https://github.com/alexzshl/BLPConverter/tree/windows
Sorry, something went wrong.
No branches or pull requests
Past this cmake step: #11
With the sln opened in Windows 10 VS 2022, I received these 2-4 errors from building the entire solution:
The text was updated successfully, but these errors were encountered: