I have a class Main.hx that refrences CivetC.hx (Main.cpp and CivetC.cpp)
When building with the provided batch file in the sample project, CL complaints about the CivetC static functions.
When I add manually #include <CivetC.h> then its compiling fine.
So I tried to add via meta @:headerInclude("CivetC.h"), but it does not get passed to the compiled CPP
What can be a solution?
I have a class Main.hx that refrences CivetC.hx (Main.cpp and CivetC.cpp)
When building with the provided batch file in the sample project, CL complaints about the CivetC static functions.
When I add manually
#include <CivetC.h>then its compiling fine.So I tried to add via meta @:headerInclude("CivetC.h"), but it does not get passed to the compiled CPP
What can be a solution?