What scripting languages can I use on a Pocket pc?

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
 
A

Alex Feinman [MVP]

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top