A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
Hello @Sid Kraft ,
Thanks for your question.
I can see you are putting a lot of effort into getting these files linked manually. Dealing with .lib files, .obj files, and folder paths by hand is notoriously tricky in C++.
Because manual linking is so prone to breaking - especially with older packages like glut-3.7. I highly recommend we go back to the vcpkg method we successfully set up in your previous thread.
Using vcpkg is the modern, Microsoft-recommended approach because it handles all of this linking automatically behind the scenes.
Furthermore, I have tested and it works as expected. It will help us save much time.
Hope this helps. Thank you for your time.