GLBasic forum

Main forum => GLBasic - en => Topic started by: djtoon on 2012-Sep-27

Title: does any one know how to add stuff to wotk with the iphone? like nextpeer's ?
Post by: djtoon on 2012-Sep-27
http://developers.nextpeer.com/documentation/docs

Title: does any one know how to add stuff to wotk with the iphone? like nextpeer's ?
Post by: Kitty Hello on 2012-Sep-29
Hi
you need to write an .mm file that exports
extern "C" int wrapper()
functions.
You can use import in glb to call these wrappers then.