I want to make an .exe file of my script so I can execute the script inside a C++ program. The script works fine in the script editor, but when I run the exe file I get this error message (translated as good as possible from Dutch)
Runtime-error 611
Can't create object
(can't create specified OLE-object)
Somehow it can't do this:
WITHOBJECT "CorelPhotoPaint.Automation.7"
The fault ain't in my code, because the exe file of the example script that needs corelphotopaint too gives the same error.
I'm using CorelPhotopaint 7.0 and windows 2000.
Runtime-error 611
Can't create object
(can't create specified OLE-object)
Somehow it can't do this:
WITHOBJECT "CorelPhotoPaint.Automation.7"
The fault ain't in my code, because the exe file of the example script that needs corelphotopaint too gives the same error.
I'm using CorelPhotopaint 7.0 and windows 2000.