Hi all,
I am having issues linking and running a simple SFML program from the tutorial found here:
http://www.sfml-dev.org/tutorials/2.3/start-vc.phpI've linked the specified libraries and the includes are all setup as specified, but when I run it I am getting an error that I am missing a .DLL.
After compiling SFML from source to run with VS2015 Enterprise's compiler, the Bin folder only contains one dll: openal32.dll. Are there supposed to be more, and if so did I generate a bad .sln file with CMake or could it be another reason?
I've been messing with settings/files/configurations and I'm getting unresolved external errors now. The header files are recognized fine, it's just the libraries that are not working correctly.
Should I provide any screenshots or more information? Can anyone provide me with anymore insight into static linking or the .DLL issue? Thanks
I'm using DEBUG configurations and static debug library files... Ex.