05-30-2023 11:45 AM
Hi,
I use PMEngine.dll and RadiantCommon.dll in MATLAB and view images stored in .pmxm file.
Is there a way I can use PMEngine.dll and RadiantCommon.dll in LabView to use .dll file and import .pmxm file?
Thanks,
Nilesh
Solved! Go to Solution.
05-30-2023 01:26 PM
Call a Dynamic Link Library (DLL) from LabVIEW
05-30-2023 01:40 PM
I did that, I don't see any function associated with .dll files. However in matlab, I can use same files with its functions.
Thanks
05-30-2023 02:22 PM - edited 05-30-2023 02:23 PM
Those DLL files might be actually .Net assemblies (the fact they don’t follow the 8.3 naming scheme makes it very likely even though there is no need for that restriction in modern Windows for classical DLLs).
Try to place a .Net constructor on a diagram, right click on it and select Browse, selecting your DLL file. Does it give you any classes to select?
05-30-2023 02:39 PM
Yes, I see functions associated with .dll.