LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

dll windows & mac

I have a dll that was probably written on a windows machine and run in a vi on a windows machine. I am now having trouble using the dll on a mac. Is that because it was written on a windows machine?
Is rewritting it or going back to a windows machine my only options?
Thanks
0 Kudos
Message 1 of 3
(2,257 Views)
Probably yes.

A windows dll is different from a MAC shared library.

Maybe a windows emulator on MAC.

Good luck.

André
Regards,
André (CLA, CLED)
0 Kudos
Message 2 of 3
(2,244 Views)
DLL's are compiled code.  If the DLL was compiled on a Windows machine, it was compiled for that platform.  It will not function properly on a Mac.  If you have the capability, you can rebuild the DLL on the Mac and the VI should run, assuming there were no Windows specific programming done in the DLL.
0 Kudos
Message 3 of 3
(2,242 Views)