Skip to main content
Participant
August 2, 2017
Question

ANE recompile

  • August 2, 2017
  • 1 reply
  • 235 views

I have the NativeDialogs.ane file where there are 2 bugs is AS files. I've fixed it and compile swc and swf files for compiling ane. But I have a mistake while compiling ane with adt because of my bad knowleges. Can anyone help me?

If someone can help me, these files in http://bisneslink.com/storage/. There are the original working ANE file and my recompiled swc and swf.

P.S. That errors:

In the NativeListDialog.as in the row 323 instead of "_selectedValues==true;" must be "_selectedValues=true;", and in the row 384 instead of "_selectedValues = true;" must be "_selectedValues[val] = true;". I can't use multichoice because of it. Can anybody recompile it? Especially, that worked on iphone 64 bit.

This topic has been closed for replies.

1 reply

Colin Holgate
Inspiring
August 2, 2017

I don't know how you compile an ActionScript ANE. It looks like it uses ant, which I've never used.

As you noticed, the developer hasn't done any work on this in four years, though he has contributed to other projects. Maybe he will reply to your GIT issue.

I switched over to using Distriqt for native dialogs, because of other issues.