Problem in Solution building using msvc #4891
Unanswered
Naveen-Attri
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am a beginner when it comes to contributing to opensource. I chose raylib as my first project. I has cloned this project on my pc. I compiled the raylib project in the solution( I am using vstudio 2022 ) and it works fine. I dont know if it is really needed or not but when I try to build the whole solution it gives me some errors. The raylib building and linking works fine so could anyone tell me if i should build the whole solution or not. i have pasted the output when building just in case.
1>CVTRES : fatal error CVT1100: duplicate resource. type:ICON, name:1, language:0x0409
1>LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt
1>Done building project "models_loading_gltf.vcxproj" -- FAILED.
========== Build: 0 succeeded, 1 failed, 144 up-to-date, 1 skipped ==========
========== Build completed at 1:33 AM and took 01.658 seconds ==========
Beta Was this translation helpful? Give feedback.
All reactions