Skip to main content
Aureliu
Inspiring
July 21, 2019
Question

Debug 64 bit application/native extension in Flash Builder

  • July 21, 2019
  • 1 reply
  • 604 views

I created a 64 bit native extension, addded it to a project and was able to export a release build in Flash Builder.

The applications runs without problems.

However, when I try to debug the project which uses the 64 bit native extension, I get two error messages:

According to this post, a 64 bit version is required for debugging:

When will the 64-bit version of adl.exe become available?

Is this true, or is there a way for debugging 64 bit applications that use a 64 bit native externsion?

This topic has been closed for replies.

1 reply

Legend
July 21, 2019

adl is still 32bit only. The only way to test is to test a 64bit release build.

Your ANE should contain both x86 and x86_64 (which explains error 2).

Harman have mentioned making adl support 64bit for Windows is on their to do list.