actionscript 3 - Creating AsDoc I keep getting "Error: Type was not found or was not a compile-time constant: " -


i'm trying create asdoc flash develop tool :/. keeps giving me error.

col: 41 error: type not found or not compile-time constant: antenacoupler.     public function antennakeypad(v:antenacoupler, m:antennacouplermodel, c:antennacouplercontroller)  

it seems pointing @ v:antenacoupler. know that's spelled wrong that's symbol in swc. application compiles fine swf. i've been looking around haven't found satisfying yet. or direction appreciated.

you need change settings include swc location.

-library-path c:\somefolder\myprojectlibs


Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -