help-octave
[Top][All Lists]
Advanced

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

Re: Windows Package


From: Tatsuro MATSUOKA
Subject: Re: Windows Package
Date: Mon, 11 Oct 2010 04:54:01 +0900 (JST)

Hello

The windows octave-forge package does not auto-loaded at the start-up because 
it causes 'clear all'
crash.  

Please see

http://sourceforge.net/projects/octave/files/Octave_Windows%20-%20MinGW/Octave%203.2.4%20for%20Windows%20MinGW32%20Installer/RELEASE_NOTES-3.2.4.txt/download

Regards

Tatsuro

--- XWolf wrote:

> 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
> 
> 
> 
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://www-old.cae.wisc.edu/mailman/listinfo/help-octave
> 


--------------------------------------
Learn more about breast cancer - Pink Ribbon Campaign 2010
http://yj.pn/JAy9L7


reply via email to

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