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

Author Topic: Seting up with C#/Visual Studio  (Read 28877 times)

0 Members and 1 Guest are viewing this topic.

joeparrilla

  • Newbie
  • *
  • Posts: 14
    • View Profile
Re: Seting up with C#/Visual Studio
« Reply #15 on: April 24, 2012, 05:38:09 am »
Ok so it works. Weird. I was accidentally using the 1.6 release, but I was using the example from the 1.6 docs anyway... so it should've worked.
If you have a ATI card that would explain why 1.6 wasn't working. http://en.sfml-dev.org/forums/index.php?topic=3438.0
I did have to change while (window.IsOpened()) to while (window.IsOpen()) though. Is that a mistake in the example? It seems like IsOpen() is the correct method.
Yes, .IsOpen() is correct. Read above^^ as me and Laurent went back and forth on it.  ;D

As for the 64 bit trouble, I will pass to Laurent  8)

Yep I have an ATI card. No problem... 2.0 works fine :)

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: Seting up with C#/Visual Studio
« Reply #16 on: April 24, 2012, 08:08:24 am »
Quote
I attached the x64 versions and VS was complaining that it was not compatible with my processor.
You need to set you project to x64 mode too (you can choose from the dropdown list in the toolbar).
Laurent Gomila - SFML developer

 

anything