hyperfiction / HypPlay_services

Google Play Services for haxe NME
BSD 2-Clause "Simplified" License
23 stars 10 forks source link

Haxe 3 & OpenFL #1

Closed luboslenco closed 11 years ago

luboslenco commented 11 years ago

Hi,

If I understand it correctly, HypPlay_services is compatible with Haxe 2 and NME, any plans for making it work with Haxe 3 and OpenFL?

Maybe I'm doing something silly there but the thing that prevents me to do it myself is a @:build macro: HypPlay_services/src/fr/hyperfiction/playservices/PlayServices.hx:15: characters 2-7 : Class not found : ShortCuts

Thanks, Lubos

shoebox commented 11 years ago

Coming soon. Probably this week.

louisbl commented 11 years ago

The macro is in inthebox: https://github.com/shoebox/inthebox. Clone the repo and add the src folder in your classpath. There is a "standalone" version of the native mirror macro there: https://github.com/hyperfiction/HypFacebook/blob/master/src/org/shoebox/utils/NativeMirror.hx, but I don't know if it's still compatible and you will need to change the package.

shoebox commented 11 years ago

Hi luboslenco !

The extension is now Haxe 3 & OpenFL compatible. Take a look at the Haxe 3 branch.

Please note than you need the macros inside that project : https://github.com/shoebox/inthebox-macros

I will do auto-link of the dependencies with haxelib soon.

luboslenco commented 11 years ago

Thanks so much for this!