Skip to content

Forcibile add a local header referance #53

Description

@neimanpinchas

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions