[Mono-list] C# bindings and FILE* question

Артем Попов tfwo@mail.ru
Mon, 30 Aug 2004 15:01:05 +0700


Hello,

Is it possible to pass a Stream object to the C code as FILE* pointer?
I'd like to wrap some native code that has lots of functions with FILE*-
args and I want to pass at least to kind of Stream from the class
library to them (the Memory Stream and the File Stream)

Regards,
Artem.