What scripting languages can I use on a Pocket pc?

  • Thread starter Thread starter Jack Martinelli
  • Start date Start date
J

Jack Martinelli

What does 'hello world' look like on a pocket pc?
e.g., in "C" its:

main()
{
printf("hello world");
}

(I'd like to write a simple barcode reader app for a pocket pc)

Can you add ActiveX controls to web-apps?

Regards

Jack Martinelli

http://www.martinelli.org
 
Many of the barcode readers support "wedge" mode, where the scanned data is
inserted into keyboard input stream.
Console applications will not have any ouptut on PPC devices (just on the
regular WinCE devices), but you could install a third party console.
 
Back
Top