"Sylvain" == Sylvain Petreolle spetreolle@yahoo.fr writes:
Sylvain> Here is another problem : it doesnt works until you use a Sylvain> native msvcrt. Strange thing to notice, it tries to call an Sylvain> unimplemented function in msvcrt... ... and the debugger isnt Sylvain> called at all !!
As soon as MSVCIRT (The C++ Stream library) comes into the play, we get the problem that MSVCIRT accesses internal structures in MSVCRT...
And I guess that Java uses C++...
Bye