Hi,
I'm fairly new to SFML (and programming), tried the base C++ a bit, liked it very much, and wanted to try the C# version.
The problem I'm running in to, is that I can't seem to find the DLL's I need.
I added the NuGet package, and wrote my program, but on execution I get an Error that they can't find the dll's.
From google I find several answers telling me to copy the dll's from the lib folder of the files I downloaded... But I didn't download any files! For 2.4 and older versions there is a file with dll's I can download, but for 2.5 there is only the NuGet package, and the source code that I can find.
Am I missing something obvious?
Thanks for your help in advance!