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

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

[Octave-bug-tracker] [bug #51470] OF-windows: COM objects do not accept


From: Philip Nienhuis
Subject: [Octave-bug-tracker] [bug #51470] OF-windows: COM objects do not accept method arguments
Date: Mon, 17 Jul 2017 11:09:35 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0

Follow-up Comment #2, bug #51470 (project octave):

It is possible to work around it using the com_invoke, com_get and com_set
functions (much like bug #511532 could be worked around using javaMethod), but
that's quite clumsy and does not make for easy to maintain code.

Mike's fix for bug #51152 merely comprised addition of a "isjava(<obj>)" call
to an if clause in pt-eval.cc. However that is relatively easy as isjava() is
built into core Octave, while an "iscom()" call would have to come from an
add-on package.
Maybe COM objects can be masqueraded as general objects?


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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