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