1
General / Re: SFML Visual Studio 2022 Initial Configuration error
« on: July 09, 2024, 06:00:13 pm »
I found the solution to my problem, and I'll list it here for anyone else who gets this error.
Instead of listing the additional dependencies "sfml-window-d.lib" as instructed, I listed the full file path to where the library file was located. I removed the quotes windows adds when you use the right click command "copy as path". I did this for all the library's I was using in my project.
For example: instead of sfml-window-d.lib, I put C:\SFML\lib\sfml-window-d.lib. So sfml-system-d.lib would be C:\SFML\lib\sfml-system-d.lib, and sfml-graphics-d.lib would be C:\SFML\lib\sfml-graphics-d.lib, etc.,
Thanks for your help eXpl0it3r!
Instead of listing the additional dependencies "sfml-window-d.lib" as instructed, I listed the full file path to where the library file was located. I removed the quotes windows adds when you use the right click command "copy as path". I did this for all the library's I was using in my project.
For example: instead of sfml-window-d.lib, I put C:\SFML\lib\sfml-window-d.lib. So sfml-system-d.lib would be C:\SFML\lib\sfml-system-d.lib, and sfml-graphics-d.lib would be C:\SFML\lib\sfml-graphics-d.lib, etc.,
Thanks for your help eXpl0it3r!