Hi,

I have currently to issues:

1] The stdout should be opend in binary-mode not text-mode.
I run into problems as I tried to send an image to the webserver via stdout on the windows platform. The problem seems to be that the stdout (and might stdin) is opened in text-mode which makes all datastreams altered. From a few other mailing lists, the problem seems to be that the default option on ANSI-C is the textmode for the standart-streams which converts the line-carriges on windows. However, I didn't done anyting a long time in C, therefore I guess it's more something for the next release.

2] I'm playing with haxe and neko and would like to build a few standart-libaries (zlib, jpeg, etc.). What might would do my job much easier, would be if there is anyhow a way to implement the native c-datatypes, since I sometimes need to work with the unsigned versions eg. of int32.

Alex


--
Neko : One VM to run them all
(http://nekovm.org)

Reply via email to