Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - FallenWyvern

Pages: [1]
1
DotNet / Mono and SFML.net
« on: July 21, 2014, 10:00:26 pm »
So there are already a tonne of posts about this, but I'm not sure what to do next because no one else has quite had this issue.

First, SFML/CSFML are compiled from source and are in the /usr/local/lib directory.
Second, copying the c++ SFML code from the linux example and compiling works.
Third, I have all the SFMLnet dlls in the same directory as my exe.
Fourth, I have all the configmaps for DLL's in the same directory as my exe AND my source.
Fifth, my code only opens a window. It's literally just the RenderWindow and loop code.
Lastly, the error it's giving me is a Segmentation Fault : http://pastebin.com/0JLWchRX

My boss says it's unicode error but I don't think so. Is there anything obvious I'm doing wrong? It's Mint 15, 64 bit. I've compiled SFML.net's dlls for both 32, while 64 bit fails to compile.

Pages: [1]