LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Calling library node not working

I tried following this tutorial:

http://forums.ni.com/attachments/ni/170/29800/1/dllmatlablabview.pdf

Everything worked and I got foo_wrapper.dll. When I tried using it in Labview I got the following error:

"The procedure entry point mxGetRegisterINternalFcnsFcn could not be located in the dynami link library libmx.dll."

What am I doing wrong?
0 Kudos
Message 1 of 2
(3,005 Views)

Hello Honeywell,

I looked a little at the DLL and didn't see anything that caught my eye right away.  That error is likely generated because your wrapper or functions the wrapper calls is improperly calling a DLL -- specifically the Matlab DLL named "libmx.dll".  With a Google search I found some record of that DLL and the function you are calling in a couple places.  I also recommend visiting the mathworks website for more information on this DLL and how to call its functions.

Thanks for posting and I hope this helps a little.

Travis M
Applications Engineer
National Instruments


Message Edited by Travis M. on 07-15-2005 10:20 AM

Travis M
LabVIEW R&D
National Instruments
0 Kudos
Message 2 of 2
(2,998 Views)