help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Windows Package


From: XWolf
Subject: Re: Windows Package
Date: Sun, 10 Oct 2010 15:23:18 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

I had the same problem. It seems that it's briefly mentioned in the "Known
issues" text file too. The trick is to explicitly load the windows package with
"pkg load windows".

The following output demonstrates the error and fix:

octave.exe:3> xs=actxserver("Scripting.FileSystemObject")
error: `actxserver' undefined near line 3 column 4
octave.exe:3> pkg load windows
octave.exe:4> xs=actxserver("Scripting.FileSystemObject")
xs =

<COM object FileSystemObject (0x0x3832958)>

octave.exe:5> xs.DriveExists('c:')
ans =  1





reply via email to

[Prev in Thread] Current Thread [Next in Thread]