0 Members and 1 Guest are viewing this topic.
Quote from: joeparrilla on April 23, 2012, 08:05:12 pmOk 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.0Quote from: joeparrilla on April 23, 2012, 08:05:12 pmI 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. As for the 64 bit trouble, I will pass to Laurent
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.
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.
I attached the x64 versions and VS was complaining that it was not compatible with my processor.