The engine is opened automatically if you use lite-c and include acknex.h..

Code:
#include <acknex.h>

int main() {
  while(1) {
    wait(1);
  }
}



You do not need to call engine_open / engine_frame or engine_close. Those instructions are for C++ / Delphi / C# developers only.