Search code examples
haxeopenflneko

HaxeDevelop Openfl releasing to Neko .exe opens terminal console


... which shows & lists all the trace(); , boolean and int changes... How do I disable this terminal console from opening when I open the .exe generated through neko?

Help sincerely appreciated!


Solution

  • According to singmajesty's (OpenFL author) answer here regarding this issue, it's currently not possible:

    This is currently the way Neko works, and is expected. I resolved this before in our Windows C++ target, but Neko likes having a command-prompt (perhaps using the Windows "console" subsystem)

    Alternatively, you could try using the CPP target which does not have this issue.

    You can hide traces with the no-traces haxedef though.