[haXe] Compiler error

Nicolas Cannasse ncannasse at motion-twin.com
Wed Aug 2 15:03:57 CEST 2006


> I have reconfigured CMD.exe to not change folder, so now the
> compilation finishes succesfully.
> 
> I think that nekoc should be fed with the full path to the file to compile.
> Or, maybe, haxe.exe can spawn a new process without using CMD.exe, to
> preserve the current directory.

Interesting problem, didn't know this kind of thing was possible. haXe
does not namely use cmd.exe , but instead execute a system command.
Usually you can assume that the command is running in the same directory
as the calling process.

Nicolas



More information about the Haxe mailing list