Post by bojanPost by Werner PerpliesBojan,
Post by bojanPost by Werner PerpliesWhy do think, the driver is too old?
You got the message "dll not found", an incompatible program should give
another message, or jaust a crash ;-)
Post by bojanafter this i become error runtime error 48.
Post by bojanrun time error-53
which means "file not found error"
and is different from runtime error 48
that indicates an incopatibility in dll
- wait for a driver upgrade of my plotter
- try to make the dll compatible
Do you have tried one of my suggestions?
Entschuldigung
no problem ;-)
Post by bojani haven't understand...
I try to change the position of dll files and
i try to change the directory with VBA proc chDir()
and after this the error changes from 53 to 48
Is the script Corel script or VBA?
Do you tried this?
Declare Sub StartClient Lib ----->"LoaderCorelCut"<----- (ByVal
WindowHandle As Long)
_AND_ copy #
LoaderCorelCut.dll to the same Folder, from which you calls the script.
Means the script must exist in that folder.
Then try this:
Declare Sub StartClient Lib ----->"LoaderCorelCut"<----- (ByVal
WindowHandle As Long) ALIAS "StartClient"
This is necessary, if target dll is case dependend.
Check, if StartClient exist in target dell and check spelling. You can do
this with the program Dependency Walker:
http://www.dependencywalker.com/
Post by bojanDanke und aufwiedersehen : )
Viel Glück und einen schönen Tag ;-)
Post by bojanPost by Werner Perplieshave a good day
Werner
--
Werner Perplies
www.weepee.biz/en/scripts.html (Last updated: March 27, 2005)
New: MultiSaveAsPro V. 1.06, bilingual, german manual
www.weepee.de/corel_scripts/multisaveaspro/downloads/setupger.exe
http://www.weepee.eu/forum/en/venturascripts/viewtopic.php?p=3#3
have a good day
Werner
--
Werner Perplies
www.weepee.biz/en/scripts.html (Last updated: March 27, 2005)
New: MultiSaveAsPro V. 1.06, bilingual, german manual
www.weepee.de/corel_scripts/multisaveaspro/downloads/setupger.exe
Screenshots and small howto:
http://www.weepee.eu/forum/en/venturascripts/viewtopic.php?p=3#3