Does-it happens when you try to compile a haxe file?
class Main {
public static function main () {
trace("ok");
}
}
haxe -main Main -cpp cpp_export
Does-it happens when you try to compile a haxe file?
class Main {
public static function main () {
trace("ok");
}
}
haxe -main Main -cpp cpp_export