[haXe] haxe completion
jpjimenez
jpjimenez at estudiantes.uci.cu
Fri Jul 6 04:42:44 CEST 2007
Hi, I am a little new in this world of compilers and haxe, and I have a
doubt, I will appreciate any help. I am working in an simple IDE for
haxe, and one of the most important thing that I dont know is how to
capture all the messages that haxe output in my application, I mean:
For example, in my code in C++ I put
int main(int argc, char* argv[]){
/*calling the haxe compiler*/
system("haxe compilation.hxml");
return 1;
}
compilation.hxml is the file that contain the command line for haxe.
The question is :
How can I get in my program all the messages that haxe output ?
Thanks.
More information about the Haxe
mailing list