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

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

[Octave-bug-tracker] [bug #50463] gsvd implementation uses functions rem


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #50463] gsvd implementation uses functions removed from lapack >= 3.6.0
Date: Wed, 3 Jan 2018 08:42:08 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

Follow-up Comment #22, bug #50463 (project octave):

It appears that 


GetModuleHandle (0);


will return a handle to the current process that may then be passed to
GetProcAddress to search for a function.  Does that also work to search any
DLLs that are already linked or loaded as dlopen (0) and dlsym does?  If so,
then we could easily fix Octave's dynamic_library class to search for
functions that are available in the current process.

I found this info here:

https://stackoverflow.com/questions/11741580/dlopen-loadlibrary-on-same-application

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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