haxiomic / haxe-c-bridge

Easily interact with haxe classes from C with an automatically generated C header
MIT License
51 stars 5 forks source link

programPath "Bind failed" #44

Closed sonygod closed 2 years ago

sonygod commented 2 years ago

programPath "Bind failed"

is this hxcpp error or c-bridge issue?

var currentFolder = Sys.programPath;

        trace('current folder: ' + currentFolder);

        var env=currentFolder+"/3.1/datafiles/colormanagement/config.ocio";

        Sys.putEnv("OCIO",env);
sonygod commented 2 years ago

sorry,this is not a bug.