----- Original Message -----
From: "Patrik Stridvall" <[EMAIL PROTECTED]>
To: "'Gilroy Billard'" <[EMAIL PROTECTED]>
Cc: "Wine-Devel (E-post)" <[EMAIL PROTECTED]>
Sent: Wednesday, June 21, 2000 11:56 AM
Subject: RE: Indeo Codec
> > Is anybody else using the Indeo5 Codec under wineLib besides me?
>
> Not me.
>
> > I am having a problem where if I Initialize the Indeo Codec
> > more than four
> > times it starts throwing exceptions. c0000005
>
> I probably misunderstood you but:
> Why do you try to initialize it FOUR times?
> It doesn't make any sense.
>
I am writing a server that streams live video. Each connected client can
choose which Codec to use for compression.
The Indeo5 codec can only be in use four times. One for each client. Any
subsequent calls will fail and WINE will throw an exception.
> > Wine also reports this error three times: "err:
> > module:BUILTIN32_dlopen
> > failed to load libir50_lcs.so: /root/wine/cvs/libir50_lcs.so:
> > cannot open
> > shared object file"
>
> It needs a DLL called IR50_LCS.DLL. This is not a standard DLL
> so I presume it is part of Indeo 5. Just copy it to the
> Wine System directory.
>
That's just it. There is no IR50_LCS.DLL. The Codec will work just fine
without it so I didn't worry about it to much.
All that Indeo has is: Ir50_32.dll, Ir50_qc.dll, and Ir50_qcx.dll.
> > The problem doesn't seem to exist for Indeo 3.
>
> Well, Indeo 3 probably doesn't use IR50_LCS.DLL.
>
Well anyway I'll try a few more things to see if I can find out whats going
on.
Thanks,
Gilroy