10-06-2009 06:42 PM
where can i find what strings are returned from the property node for the deferent operating systems?
what we are trying to do is have a single vi, that depending on the OS (Windows or LabVIEW RT), call a function in dll a.dll or b.dll so that the same vi can be used on the 2 different OS'es.
if there is a better way, i'd be interested. thanks.
10-06-2009 06:47 PM
10-06-2009 06:59 PM
10-06-2009 07:15 PM
10-06-2009 08:21 PM - edited 10-06-2009 08:28 PM
That will not give you the same strings. Open up Context Help (Ctrl + H), hover over the property node for Operating System >> Name and then click on Detailed Help. That should take you to the following page:
Operating System:Name Property
10-07-2009 08:48 AM