GLBasic forum

Main forum => GLBasic - en => Topic started by: Omadan on 2011-Jul-23

Title: Wrapper Help
Post by: Omadan on 2011-Jul-23
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 (http://www.heyzap.com/mobile/docs/ios_sdk)

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


Title: Re: Wrapper Help
Post by: matchy on 2011-Jul-24
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.
Title: Re: Wrapper Help
Post by: hardyx on 2011-Jul-24
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.