Browse thread
[Caml-list] really_input won't read in an entire file...
-
Jonathan Roewen
-
Gerd Stolpmann
- Jonathan Roewen
-
Gerd Stolpmann
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2006-04-10 (15:31) |
From: | Jonathan Roewen <jonathan.roewen@g...> |
Subject: | Re: [Caml-list] really_input won't read in an entire file... |
> > # let ic = open_in "C:/texture.raw";; > > Use open_in_bin. Looks like a text/binary mode problem. Ah, so it is :-) Thanks