SFML community forums
Bindings - other languages => DotNet => Topic started by: Goz3rr on January 02, 2014, 12:04:46 am
-
There are a few (http://en.sfml-dev.org/forums/index.php?topic=13266.0) other (http://en.sfml-dev.org/forums/index.php?topic=12725.0) threads on this, but i'm running into the same issue with SFML.NET. I've recompiled SFML -> CSFML -> SFML.NET all from github source and it's still happening.
-
This problem is fixed in the latest source, so if you did recompile CSFML make sure you are using the dlls you compiled. ;)
-
I'm sure i used them, the only thing that i had to do was rename csfml-*-d-2.dll to csfml-*-2.dll
-
d stands for debug, so you should probably find release version.
-
Makes sense as i compiled with the debug configuration
-
Compiled as release, still not working
-
What I recommend you do is that you delete all SFML files from your computer, this will eliminate the chance of using old files anywhere. Then download the latest source from github and then recompile everything. ;)
-
These (https://dl.dropboxusercontent.com/u/14848632/csfml_2014-01-08.7z) are freshly compiled libs* and they work for me.
*vs 2012 x86 release
-
These (https://dl.dropboxusercontent.com/u/14848632/csfml_2014-01-08.7z) are freshly compiled libs* and they work for me.
*vs 2012 x86 release
Awesome! For some reason these work perfectly, i guess i somehow screwed up or something while trying to compile myself