当前位置: 首页 > 工具软件 > FlasCC > 使用案例 >

FlasCC 配置

韦知
2023-12-01
Installation(Windows)
The Windows version of FlasCC was compiled to run within the Cygwin environment. Cygwin is a Linux-like environment for Windows making it possible to port software running on POSIX systems (such as Linux, BSD, and Unix systems) to Windows. Cygwin is required to use FlasCC on Windows. FlasCC bundles a version of Cygwin that you can access by launching the run.bat file. Advanced users can use a separate Cygwin installation if desired.
1. Extract the contents of the ZIP file onto your hard drive. This can be extracted to anywhere on your hard drive, but this readme will assume it is located at C:\flascc\
2. Ensure 64-bit Java is installed
3. Ensure Java is on your PATH
4. Download the Flex SDK (some of the tutorials require Flex 4.6 or higher in order to be compiled.)
5. Download a debugger version of the Flash Player (only needed if you want to use GDB to debug your code)
6. Double click the run.bat file
7. Check that FlasCC is working by compiling the first tutorial:
1. cd 01_HelloWorld
2. make FLASCC=/path/to/sdk FLEX=/path/to/flex

3. Launch the hello.swf file

由于没装64位操作系统,64-bit 没有安装,运行错误,测试终止.过后再测

 

相关应用参考资料:

Using C++ code for path finding in your ActionScript game


 类似资料: