griffithinfotech / quickb2

Automatically exported from code.google.com/p/quickb2
0 stars 0 forks source link

SWC not usable in FDT 4 #26

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Create new project in FDT 4, or open an existing project.
2.Add QuickB2.swc to the classpath

What is the expected output? What do you see instead?

Expect SWC's contents to be browsable, and for code completion to recognise it. 
Instead, there appears to be nothing inside the SWC and FDT does not 
code-complete for any of qb2's classes.

What version of the product are you using? On what operating system?

qb2 v0.6
windows 7
fdt 4.3.1

Please provide any additional information below.

The same SWC does work in flashDevelope. (i will be sending the issue to FDT as 
well, i suspect it might have to do with being HaXe-compiled)

Original issue reported on code.google.com by patrick....@gmail.com on 20 May 2011 at 8:36

GoogleCodeExporter commented 9 years ago
Hi,

I've had many problems with providing QuickB2 as a precompiled .swc, and for 
now I have decided not to support it.  Some of these problems are conceptual or 
annoying, some are technical issues with the compiler.

You will have to compile off of source for now until these issues are resolved.

- Doug

Original comment by doug...@gmail.com on 22 May 2011 at 4:50