SFML community forums
Help => General => Topic started by: dotty on January 15, 2012, 12:29:45 pm
-
Hay, I'm having difficulties getting 2.0 to work, so I wish to uninsall it and revert back to 1.6 untill 2.0 gets an official released. Can anyone share some information on doing this? Also, when 2.0 get's released we we have templates for XCODE 3 like we did for 1.6?
-
I think that's a bad idea. A big part of the API and functionality changed from 1.6 to 2.0, so you will need to adapt a lot of code...
What doesn't work with SFML 2? Have you read the installation tutorial?
-
Ok, it's working now! I did write a big post here about the steps I went through and it's not working. I must had done something wrong along the way.
I'm kind of new to this so bare with me! My application is saying that "RenderWindow" doesn't have a member called "GetEvent". What has this ben replaced with?
-
PollEvent().
There's a thread (http://www.sfml-dev.org/forum/viewtopic.php?t=5343) with the most important API changes. The documentation is also your friend.
-
Thank you VERY much, I actually just stumbled across that thread.
Thanks for the help.
-
Also, when 2.0 get's released we we have templates for XCODE 3 like we did for 1.6?
Nope. At least not from me. Only Xcode 4 is supported.
-
That sucks, as I'm on OS X 10.5.8 (Snow Leopard) and xcode 4 isn't available for it. How much work is it to make xcode3 templates? Or would it be easier to just update to lion?
-
How difficult is it to use SFML in XCode without the templates? Are they mandatory or just for beginners?
-
That sucks, as I'm on OS X 10.5.8 (Snow Leopard) and xcode 4 isn't available for it. How much work is it to make xcode3 templates? Or would it be easier to just update to lion?
You mean "Leopard", right ?
Anyway, it would be very inconvenient for me to provide Xcode 3 templates because :
- I need to install Xcode 3 again
- which implies to remove Xcode 4
- so I have to reinstall my OS to make sure everything is Ok
- moreover I won't be able to install Xcode 4 otherwise I won't be able to test Xcode 3 templates anymore if I have to
- but if I don't install Xcode 4 I won't be able to test Xcode 4 templates anymore
- so I'm stuck
- and it would take me a HUGE amount of time for nothing because Xcode 3 is dead (Apple don't want to maintain it anymore)
;-)
How difficult is it to use SFML in XCode without the templates? Are they mandatory or just for beginners?
It's very easy in fact. Everything is explained here (http://www.sfml-dev.org/forum/viewtopic.php?p=23677#23677).
-
Looks like it's time to update to Lion....
-
Don't update to Lion only for the templates! Update to Lion if you really want to. ;-)
Using Xcode 3 without the templates is easy.
-
I'm using xcode 3, I have to make a command line project, then add the libraries. How would I make an application file from this? I had an issue with load images with Texture.LoadFromFile() because where I was working wasn't the project directory or something like that. When I opened the xcode templates for 1.6 everything worked well and I could export as an application and everything fine.