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

Author Topic: Xamarin DLL Not found.  (Read 3034 times)

0 Members and 1 Guest are viewing this topic.

Hunter259

  • Newbie
  • *
  • Posts: 5
    • View Profile
Xamarin DLL Not found.
« 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.

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10989
    • View Profile
    • development blog
    • Email
AW: Xamarin DLL Not found.
« Reply #1 on: April 08, 2016, 11:52:24 am »
Does the title have anything to do with text?

What's exactly the exception you get?
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Hunter259

  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: Xamarin DLL Not found.
« Reply #2 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.

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10989
    • View Profile
    • development blog
    • Email
Re: Xamarin DLL Not found.
« Reply #3 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.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Hunter259

  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: Xamarin DLL Not found.
« Reply #4 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.
« Last Edit: April 09, 2016, 09:26:24 pm by Hunter259 »