Skip to main content
z_abdulgalimov
Inspiring
February 27, 2015
Question

The ANE library is compiled to MacOS, but does not compile on Windows.

  • February 27, 2015
  • 1 reply
  • 514 views

ANE lbrary FPHockeyApp http://flashpress.ru/blog/contents/ane/hockeyapp/FPHockeyApp-6.1.ane

Application:

package

{

    import flash.display.Sprite;

   

    import ru.flashpress.hockeyapp.FPHockeyApp;

    import ru.flashpress.hockeyapp.ns.haIOS;

   

    public class TestHockeyApp extends Sprite

    {

        public function TestHockeyApp()

        {

            super();

            use namespace haIOS;

            //

            var APP_ID:String = 'you app id';

            FPHockeyApp.manager.configureWithIdentifier(APP_ID);

            FPHockeyApp.manager.startManager();

            FPHockeyApp.manager.authenticator.authenticateInstallation();

        }

    }

}

Compiled in MacOS, but does not compile on Windows:

Why so?

This topic has been closed for replies.

1 reply

Inspiring
March 1, 2015

‌Is your Windows computer 32 bit?

z_abdulgalimov
Inspiring
March 1, 2015

Windows 64-bit.

On a single MacBookPro installed OSX and Windows(not virtual).