• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

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

Explorer ,
Feb 27, 2015 Feb 27, 2015

Copy link to clipboard

Copied

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:

Снимок экрана 2015-02-27 в 10.25.07.png

Why so?

TOPICS
Development

Views

403

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Feb 28, 2015 Feb 28, 2015

Copy link to clipboard

Copied

‌Is your Windows computer 32 bit?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Mar 01, 2015 Mar 01, 2015

Copy link to clipboard

Copied

LATEST

Windows 64-bit.

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

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines