02-15-2011 03:24 AM
Hello,
in order to limit stand alone application developed in LabView fro Mac, i need to get serial number of the mac machine.
The number that can be found in properties. Is there any way to do it with LabView.
If not, is there anything i would try to stick my appication to one Mac?
i'd like to do it programmaly wihout any securitu dungle.
Thanks.
02-16-2011 09:29 AM
Hi,
You should try to look for a library (dll) in your operating system that allow to get the serial number. If this exist, you could try to use CALL library Function in LV
For more information look this tutorial
Tutorial: Configuring the Call Library Function Node to call a Simple DLL
http://decibel.ni.com/content/docs/DOC-9069
Regards