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

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

[Octave-bug-tracker] [bug #46235] [OF] windows package doesn't work anym


From: John Donoghue
Subject: [Octave-bug-tracker] [bug #46235] [OF] windows package doesn't work anymore with newest Octave 4.1.0+
Date: Fri, 06 Nov 2015 11:35:53 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko

Follow-up Comment #3, bug #46235 (project octave):


>> uname
ans =

  scalar structure containing the fields:

    sysname = MINGW32_NT-6.1
    nodename = JYRW4S1
    release = Windows 7
    version = Service Pack 1
    machine = x86_64

>>  app = actxserver ("Excel.Application")
app =

<COM object _Application (0x0x63e738)>
>> app.Visible = 1

app =

<COM object _Application (0x0xdd1b5c8)>

>> app.Visible = 0
app =

<COM object _Application (0x0xdd1b5c8)>

>> get(app.Workbooks, 'Count')

ans = 0

>> app.Quit()
ans = [](0x0)
>> delete(app)


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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