http://bugs.winehq.com/show_bug.cgi?id=853
------- Additional Comments From apa3a@yahoo.com 2002-07-15 14:26 ------- Researching the main issue - the application startup problem. The problem occurs because application tries to create a COM object using not registered class ID. This is a class ID from the OLEAUT32.DLL provided with the application. You can fix the problem by registering the dll. To register the dll run command: regsvr32 OLEAUT32.DLL in the application directory. Try to do this instead of installing and using additional dlls.
I suggest you to submit other issues in separate bug reports.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://bugs.winehq.com/show_bug.cgi?id=853. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.