I built an AIR native extension with following setup:
- Visual studio 2005 for building my dll
- Flash CS6 IDE with AIR SDK 3.2 to create SWC from my AS3 source
- The namespace version of my ANE is 33.1
- ADT (AIR SDK 33.1)
I tested the ANE with FlashDevelop 5.3.3.1 and the ANE works as expected on a machine that I use for development. However, when I test the same ANE in FlashDevelop on a different machine, the AIR can't find a necessary method in the native side implementation (Error code #3500). I am using the same version of FlashDevelop with same AIR SDK (33.1) in both machines. It seems that for some reason AIR could not load the dll in second machine (but does so in my development machine), and I am not sure why. Any help would be highly appreciated.
Thank you.