02-17-2005 09:13 AM
02-17-2005 09:29 AM
02-17-2005 10:20 AM
02-17-2005 01:33 PM
10-11-2007 10:46 PM - edited 10-11-2007 10:46 PM
@JRA wrote:
I see. LabVIEW can not currently created DLLs that can be run on a PDA (in your case, Pocket PC 2003). The Application Builder can only create DLLs that can be called on the desktop (laptop, PXI chassi, etc) but not the PDA. If you want to run the LabVIEW code on your PDA, you'll need to do it as a regular executable. Can you make all of your other code modules into DLLs and call all of them from LabVIEW? If so, then you can just build the VI and then download it to your PDA as a regular executable.
Message Edited by joku on 10-11-2007 10:48 PM