View Single Post
Posts: 18 | Thanked: 94 times | Joined on Dec 2012
#25
Originally Posted by coderus View Post
okay. almost same:
I just noticed that your version doesn't have that nativeGetPossibleOrientations method either. Olso remove lines:
Code:
self->priv->native_gpo = (angrybirds_gpo_t)LOOKUP_M("ka3d_MyRenderer_nativeGetPossibleOrientations");

self->priv->native_gpo != NULL &&
Edit and also:
Code:
self->priv->native_loadfromurl = (angrybirds_loadfromurl_t)LOOKUP_M("ka3d_MyRenderer_nativeLoadFromUrl");

self->priv->native_loadfromurl != NULL &&

Last edited by Art-O; 2012-12-22 at 18:01.