CorelDraw 4 almost working

Dimitrie O. Paun dpaun at rogers.com
Sun Jan 5 10:17:33 CST 2003


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:

Index: dlls/ole32/ole2.spec
===================================================================
RCS file: /var/cvs/wine/dlls/ole32/ole2.spec,v
retrieving revision 1.5
diff -u -r1.5 ole2.spec
--- dlls/ole32/ole2.spec        5 Jan 2003 01:04:34 -0000       1.5
+++ dlls/ole32/ole2.spec        5 Jan 2003 16:12:47 -0000
@@ -1,7 +1,7 @@
 1 pascal OleBuildVersion() OleBuildVersion
 2 pascal OleInitialize(ptr) OleInitialize
 3 pascal OleUninitialize() OleUninitialize
-4 stub DLLGETCLASSOBJECT
+4 pascal DllGetClassObject(ptr ptr ptr) OLE32_DllGetClassObject
 #5 WEP
 6 stub OLEQUERYLINKFROMDATA
 7 stub OLEQUERYCREATEFROMDATA
@@ -46,8 +46,8 @@
 46 stub MONIKERRELATIVEPATHTO
 47 stub MONIKERCOMMONPREFIXWITH
 48 stub ISACCELERATOR
-49 stub OLESETCLIPBOARD
-50 stub OLEGETCLIPBOARD
+49 pascal OleSetClipboard(ptr) OleSetClipboard
+50 pascal OleGetClipboard(ptr) OleGetClipboard
 51 stub OLEDUPLICATEDATA
 52 stub OLEGETICONOFFILE
 53 stub OLEGETICONOFCLASS



-- 
Dimi.




More information about the wine-devel mailing list