Jeff Fox
unread,Jul 28, 2009, 5:40:50 PM7/28/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to FoxR Developers Group
If you happen to run into these errors when first compiling:
1017: The definition of base class Application was not found.
1020: Method marked override must override another method.
Make sure that the classpaths to the root of the main FoxR library is
correct.
If your compiling via Eclipse or Flash Develop, make sure to run
FoxR.as file located in the demo project at /flash/FoxR.as. If your
running from Flash CS3/4, make sure the classpath in FoxR.fla is
correct.
In my recommended setup, I have both the library and demo in their own
seperate folders in the same parent directory. If you use this setup,
FoxR should compile fine.
Example:
FoxR Test Dir
- FoxR Library Dir
- caurina
- com
- org
- FoxR Template Dir
- deploy
- flash
- proj