Hi! when i test wine-20040121 , it works fine. but wine-2040213 is not work.
the function of AVIMakeCompressedStream is not returned AVRERR_OK .
i tested each dlls(avifil32.dl.so, ntdll.dll.so,...). finally i found i replace kernel32.dll.so(in the wine-20040121) it works fine.
How I can do it ?
Thanks in advance
"kscho" kscho@tibetsystem.com writes:
Hi! when i test wine-20040121 , it works fine. but wine-2040213 is not work.
the function of AVIMakeCompressedStream is not returned AVRERR_OK .
What does it return?
i tested each dlls(avifil32.dl.so, ntdll.dll.so,...). finally i found i replace kernel32.dll.so(in the wine-20040121) it works fine.
How I can do it ?
Sounds interesting. Could you please send me a trace (-debugmsg trace+avifile) so that I can try to find out where it fails. Is your program freely available so that I can try myself?
Michael Günnewig