Wrapper Help

Previous topic - Next topic

Omadan

Hi all. I want to start writing wrappers for the many opportunites I am getting from 3rd parties, but cannot be done in GlBasic.
I would like a step in the right direction, solid tutorials etc. I have not done this before so easy tutorials to advanced is what I seek.

For example firstly I want to implement this.
http://www.heyzap.com/mobile/docs/ios_sdk

How hard would this be to implement.
Anyone can really help me here.  :nw:


Top Arcade Apps - Best game for mobiles and computers

http://www.toparcadeapps.com

matchy

That doesn't look hard a to implement after you do a tutorial.

Detailed wrapper tutorials and constant queries for developed wrappers have been repeatedly been posted on this forum. You cry for help is not new.

hardyx

The page you link has a tutorial for implementing, but you must to learn to manage some Objetive-C code. There are many tutorials in the Apple developer page, not easy for begginers but is the only way. You can include c++/objetive-c code files in GLBasic using the REQUIRE instruction. There are some examples in the "Inline-3rd party" forum.