Table of Contents
1. 简述
2. cpp端
2.1. 编写
2.2. 编译为ndll
3. haxe端
1 简述
cffi全称 C Foreign Function Interface,相当于jni之于java
2 cpp端
2.1 编写
需要在头部加上
#define IMPLEMENT_API
#include <hx/CFFI.h>
若希望支持[……]
Table of Contents
1. 简述
2. cpp端
2.1. 编写
2.2. 编译为ndll
3. haxe端
1 简述
cffi全称 C Foreign Function Interface,相当于jni之于java
2 cpp端
2.1 编写
需要在头部加上
#define IMPLEMENT_API
#include <hx/CFFI.h>
若希望支持[……]
XML Format
Overview
Usually a simple project file is all you need to build projects using OpenFL, but it can be extended based on your needs. Here is a reference of what you can do.
Conditionals
First, every node in the project file format suppor[……]