1
edit
Changes
m
Just AS2:When we want to test our code under LNX, it is important to change include statement in biof.c. <br/>From <code> #include "biof.h" </code>to reserve a space<br/><code> extern "C"{ #include "biof.h" };</code> Otherwise, we will get compile error. :)
→Shengwei
===Shengwei===
===Dachuan===