> The solution is to change the lines to:
>
> wvInternalStream str;
> str.file_stream=inner;
> wvStream_create(in, FILE_STREAM, str);
>
> and
>
> wvInternalStream str;
> str.libole_stream=inner
> wvStream_create(in, LIBOLE_STREAM, str);
>
> respectively.

Except of course, we're using C, not C++ here, so the wvInternalStream str;s
will need to be declared at the top of the function.

Jamie.




Reply via email to