actionscript 3 - Warning: The definition depended on by in the SWC could not be found -


help.
compiled flashdevelop "swc" of svgrenderer as3 (https://github.com/lucaslorentz/as3svgrenderer) when compile swc project, don't have issues. when import them in as3 air project, flashdevelops outputs following alerts (not errors):

c:\users\usuario\illiatv_editor\lib\svgrenderer.swc warning: definition com.lorentz.svg.svg_internal depended on com.lorentz.svg.display.base.svgelement in swc c:\users\usuario\illiatv_editor\lib\svgrenderer.swc not found  c:\users\usuario\illiatv_editor\lib\svgrenderer.swc warning: definition com.lorentz.svg.svg_internal depended on com.lorentz.svg.display.svgtspan in swc c:\users\usuario\illiatv_editor\lib\svgrenderer.swc not found  c:\users\usuario\illiatv_editor\lib\svgrenderer.swc warning: definition com.lorentz.svg.svg_internal depended on com.lorentz.svg.display.svgdocument in swc c:\users\usuario\illiatv_editor\lib\svgrenderer.swc not found  c:\users\usuario\illiatv_editor\lib\svgrenderer.swc warning: definition com.lorentz.svg.svg_internal depended on      com.lorentz.svg.display.base.svgtextcontainer in swc       c:\users\usuario\illiatv_editor\lib\svgrenderer.swc not found 

i have no idea why alerts appears. code works fine, loads svg image file , show correctly, don't want alerts showing in output console.

thanks.

changing project --> properties --> build path --> link type "merged" fixed me.

you compiler warnings, haven't figured out how fix.


Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -