07-05-2006 06:40 AM
07-05-2006 09:31 AM
Depending on the complexity of your application, this may not be so simple.
If you already have C code, you're probably better off recompiling it in embedded VC++ (which I believe you can download from Microsoft's site for free) instead of going through LV.
Note that CE is different from windows and that you may need to change at least the code which calls the Bluetooth hardware.
07-05-2006 09:39 AM
07-05-2006 12:13 PM
eVC will compile C code to any CE version (that includes PocketPC), but be sure to check the supported versions on the version you use.
I'm sure there are also tools for compiling C code to palm, but I have no idea what they are.
Note - in any case, using the LV PDA module is probably not good for you. Unlike LV for desktop systems, LV for PDAs is still very limited and quite buggy. If you know C, use other tools, which will be cheaper and more versatile.