Quote:
|
Originally Posted by scotty1024
I'm not a snake charmer but I can hum a few bars.
My guess would be that the current working directory for the DLL isn't what you expect it to be. I would suggest you replace "test.lrs" with "C:\My\Exact\Path\test.lrs".
Hope that helps.
|
Humm... I tried that, but unfortunately it didnīt work either. But you might have gotten near the answer. I tried to set the name of the lrs file first using
Code:
xylog.XYP_SetXmlFileName(ur"C:\test.lrs")
This returns an error code 11 (the number of chars in the string?). The file is there all right so the thing should not complain...