Re: Programming language compatible with AutoIT?

"valery_vi" <[email protected]> Mon, 16 Jul 2007 12:28:25 -0000
Newsgroups gmane.comp.windows.autoit.user
Message-ID <[email protected]>
coasty from AutoItScript forum wrote:
http://www.autoitscript.com/forum/index.php?showtopic=49499

"
This works fine, but I have now got a PDA that has WiFi and runs
WindowsCE and I want to create a version of the master software that
can runs on Windows CE send commands to the slave software. I'm not a
developer so I'll have to learn a language to create this with, since
AutoIT doesn't support CE, but that is something I have been wanting
to do anyway.

My question is what language would be easiest to create a gui based
program that can send simple TCP commands with (that hopefully can
interact with my slave AutoIT script because I don't want to re-write
that too)? 
"

This isn't not only the subject of program language choice. You have
to select a module of communication, too. Windows CE has known and
very modern Windows CE module - wxWinCE (wxWidgets port). To use it
you have to learn any from following list of languages:
C++, Python (wxPython), Lua (wxLua), Perl (wxPerl), Ruby (wxRuby),
Smalltalk (wxSqueak), Java (wx4j). 

Valery