Hi, I'm having difficulty getting compc to compile a swc. from the command line I'm doing "compc -load-config papervision.xml" which uses the following xml...
<?xml version="1.0"?> <flex-config xmlns="http://www.adobe.com/2006/flex-config"> <output>Papervision.swc</output> <compiler> <source-path> <path-element>.</path-element> </source-path> </compiler> <include-classes> <class>org.papervision3d.Papervision3D</class> </include-classes> </flex-config> but when I run it i get the following error... Papervision/org/papervision3d/Papervision3D.as(1): col: 1 Error: The definition of base class Object was not found. Any ideas as to where I'm going wrong? Thanks in advance for any help. cheers, Al

