SFML community forums

Bindings - other languages => DotNet => Topic started by: Hunter259 on April 08, 2016, 01:27:32 am

Title: Xamarin DLL Not found.
Post by: Hunter259 on April 08, 2016, 01:27:32 am
I followed the guide now twice but every time i try to use the Mouse.GetPosition() it throws CSFML-Window-2 exception even though i have it linked correctly.
Title: AW: Xamarin DLL Not found.
Post by: eXpl0it3r on April 08, 2016, 11:52:24 am
Does the title have anything to do with text?

What's exactly the exception you get?
Title: Re: Xamarin DLL Not found.
Post by: Hunter259 on April 08, 2016, 05:17:30 pm
Of course it does. Thats the exception and the reasoning is CSFML-Window-2. I have fixed the exception by giving it its own configuration file but now it simply does not work.
Title: Re: Xamarin DLL Not found.
Post by: eXpl0it3r on April 08, 2016, 06:39:46 pm
Since it's missing the Xamarin DLL (which is what I conclude from the title), have you provided the DLL?

But I'm still not really sure what role Xamarin plays here.
Title: Re: Xamarin DLL Not found.
Post by: Hunter259 on April 09, 2016, 08:57:47 pm
Might help if I say im running Mac Xamarin. When I print what position its getting for the mouse it prints garbage (Stuff way off the screen). Even when using win forms for mouse positioning the GetGlobalBounds().Contains still doesn't work.