Search found 4 matches

by AB
24 Feb 2011, 18:59
Forum: SFS2X iPhone / iPad / OSX API
Topic: Finding the type of a value in an SFSObject?
Replies: 1
Views: 6130

Finding the type of a value in an SFSObject?

Is there a way to find out the type of a value contained inside a SFSObject of which only the key is known? Or a way to retrieve an object by its key, but without prior knowledge of the type? The reason I'm looking for this is that we want to collect all values contained in a SFSObject together and ...
by AB
24 Jan 2011, 15:08
Forum: SFS2X iPhone / iPad / OSX API
Topic: client connect: no packet is sent?
Replies: 1
Views: 5200

Resolved:
our game uses threads, and the client didn't reside in the mainloop.
SmartFox needs the threads NSRunLoop pumped in order to live.
by AB
19 Jan 2011, 19:30
Forum: SFS2X iPhone / iPad / OSX API
Topic: client connect: no packet is sent?
Replies: 1
Views: 5200

client connect: no packet is sent?

First, let me mention I've successfully used the iphone sample bundled with the API. When I try to connect, debug messages will be output to the console, which is fine. I tried wrapping the API in a static lib. While that wasn't painless (due to a bug with Xcode3 and categories not being loaded, see...
by AB
19 Jan 2011, 19:12
Forum: SFS2X iPhone / iPad / OSX API
Topic: Smartfox client inside static library
Replies: 2
Views: 7694

Solve, If u want to make smartfox to work in a static library just add -ObjC -all_load linkage flags to "Other Linking flags" option Just an extra info if, like me, using -all_load will lead to other issues like duplicated symbols, there's also the -force_load flag where you specify the l...

Go to advanced search