LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Does Labview PDA support CE .NET?

Does Labview PDA support CE .NET?
0 Kudos
Message 1 of 5
(3,897 Views)
LabVIEW for PDA is supposed to support CE.net 4.2 and higher, as can be found by a simple search of the site.

___________________
Try to take over the world!
0 Kudos
Message 2 of 5
(3,890 Views)
So, a .dll written for CE.net should be able to be called using a Call Library Function Node?  When I reference the .dll file, no functions appear in the drop down list.  I just wondered if .net changed the way functions were called. 
0 Kudos
Message 3 of 5
(3,889 Views)
I never actually did any DLL calls in the PDA module and I never tested it in .net (the only device I got my hands on so far had CE.net 4.1 and the EXE didn't run), but as far as I know, if you expose the functions correctly in the DLL, LV should be able to see them. One thing to note about working with the PDA module is that you need to have the source code for the DLL before you can build the application for the PDA. Try searching the site for more details about using the module with CE.net.

___________________
Try to take over the world!
0 Kudos
Message 4 of 5
(3,884 Views)
The PDA module for LabVIEW supports CE.NET as a platform, but it doesn't support calling the .NET framework on that platform. This version of CE is not a rewrite of CE with .NET, but merely the next version that includes the .NET framework. You should be able to use it as you did the previous CE versions.
0 Kudos
Message 5 of 5
(3,864 Views)