CorelDraw 4 almost working

Marcus Meissner marcus at jet.franken.de
Sun Jan 5 11:32:42 CST 2003


On Sun, Jan 05, 2003 at 11:17:33AM -0500, Dimitrie O. Paun wrote:
> On January 4, 2003 09:20 am, Claudiu Costin wrote:
> >   Is someone kind enough to implement them just as
> > little stubs, just to not have CorelDraw crashed?
> > This functions need aditional functionality to
> > be implemented or these are "standalone"?
> 
> Give this a try, and let me know if it helps:

It won't...

> -4 stub DLLGETCLASSOBJECT
> +4 pascal DllGetClassObject(ptr ptr ptr) OLE32_DllGetClassObject

No, the function should return a 16bit interface, not a 32bit one.

> -49 stub OLESETCLIPBOARD
> -50 stub OLEGETCLIPBOARD
> +49 pascal OleSetClipboard(ptr) OleSetClipboard
> +50 pascal OleGetClipboard(ptr) OleGetClipboard

These are getting passed pointers to 32bit interfaces, but need 16bit 
ones.

Ciao, Marcus



More information about the wine-devel mailing list