octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #45864] mkoctfile is unable to overwrite oct-f


From: Philip Nienhuis
Subject: [Octave-bug-tracker] [bug #45864] mkoctfile is unable to overwrite oct-files that have been loaded on Windows
Date: Tue, 22 Sep 2015 17:41:50 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0 SeaMonkey/2.35

Follow-up Comment #12, bug #45864 (project octave):

@Mike: is this along the lines you suggest?

>> pth
pth =
C:\Programs\Octave\Octave-4.1.0+_w64\lib\octave\packages\image-2.4.1\x86_64-w64-mingw32-api-v50+

>> autoload ("bwlabel", [pth filesep "bwlabeln.oct"])

>> which bwlabel
'bwlabel' is a function from the file
C:\Programs\Octave\Octave-4.1.0+_w64\lib\octave\packages\image-2.4.1\x86_64-w64-mingw32-api-v50+\bwlabeln.oct

>> which bwlabeln
'bwlabeln' is a function from the file
C:\Programs\Octave\Octave-4.1.0+_w64\lib\o
ctave\packages\image-2.4.1\x86_64-w64-mingw32-api-v50+\bwlabeln.oct

>> which clearoct
'clearoct' is a function from the file
C:\Users\philip\MyDocs\octave\clearoct.m

>> clearoct ("bwlabeln")

>> which bwlabeln
'bwlabeln' is a function from the file
C:\Programs\Octave\Octave-4.1.0+_w64\lib\octave\packages\image-2.4.1\x86_64-w64-mingw32-api-v50+\bwlabeln.oct

>> which bwlabel
'bwlabel' is a function from the file
C:\Programs\Octave\Octave-4.1.0+_w64\lib\octave\packages\image-2.4.1\x86_64-w64-mingw32-api-v50+\bwlabeln.oct
>>


Similar goes for __COM__.oct (using com_get, com_set).

I suspect I have to do something with the autoload func before this works but
I never used that so I'm, well, clueless here.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?45864>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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