12
« on: February 14, 2012, 04:45:13 am »
I'm testing out SFML on Mono on my MacBook Pro, but it can't find the csfml-window file, no matter what I do. I tried using a dll.config, using the linux files, the os x files, the windows dll's, nothing works! I can't get this working!
Edit:
Unhandled Exception: System.DllNotFoundException: csfml-window
at (wrapper managed-to-native) SFML.Window.Window:sfWindow_Create (SFML.Window.VideoMode,string,SFML.Window.Styles,SFML.Window.WindowSettings)
at SFML.Window.Window..ctor (VideoMode mode, System.String title, Styles style, WindowSettings settings) [0x00000] in <filename unknown>:0
at SFML.Window.Window..ctor (VideoMode mode, System.String title) [0x00000] in <filename unknown>:0
at SFMLTest.MainClass.Main (System.String[] args) [0x00000] in <filename unknown>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.DllNotFoundException: csfml-window
at (wrapper managed-to-native) SFML.Window.Window:sfWindow_Create (SFML.Window.VideoMode,string,SFML.Window.Styles,SFML.Window.WindowSettings)
at SFML.Window.Window..ctor (VideoMode mode, System.String title, Styles style, WindowSettings settings) [0x00000] in <filename unknown>:0
at SFML.Window.Window..ctor (VideoMode mode, System.String title) [0x00000] in <filename unknown>:0
at SFMLTest.MainClass.Main (System.String[] args) [0x00000] in <filename unknown>:0