Jump to content

Is Scripting possible in Windows Mobile?


Guest RobinV

Recommended Posts

Guest RobinV

Hey all,

I wonder if I can do scripting with my HTC S710 and how?

I have found about PythonCE and MortScript..

But Python is a Pain to learn and MortScript is Basic-Like Scripting.

I am looking for a more C++-like Scripting Language.

so:

for(init;during;end){}

while(true){}

if(true){}else{}

Also I'd like it to run External Programs.

So, well is there a Easy way to do this?

Or should I try to find a Compiler for C on WinCE (Since that idea just sucks. Try Compiling a Code.. I am sure that (since I have to change it quite a lot) it will take days to get what I finaly want)

I also tryed PocketPerl but that one just told me he wasnt going to work.

If there is a PocketAssembler I'd like to know aswell. I don't might to code in Assembler on it.

It has the for, while and if function how I am used to it so ^^

heh, well how to script in WindowsSmartphone?

Link to comment
Share on other sites

  • 2 weeks later...
  • 2 weeks later...
Guest RobinV

Hey,

Thanks for all the help.

But none of these are really intresting to me.

So I decited to write my own Scripting Language. And Compiler.

I know how much work it is :D but well I kinda have to for what I want. (DLL Calls and Inline ASM)

Thanks anyway. If My Coding Language (That still needs a Name) is done Ill report it back here on MoDaCo aswell :D

Cheers,

Robin

Link to comment
Share on other sites

  • 3 weeks later...
Guest Just_Chillin
Hey all,

I wonder if I can do scripting with my HTC S710 and how?

I have found about PythonCE and MortScript..

But Python is a Pain to learn and MortScript is Basic-Like Scripting.

I am looking for a more C++-like Scripting Language.

so:

for(init;during;end){}

while(true){}

if(true){}else{}

Also I'd like it to run External Programs.

So, well is there a Easy way to do this?

Or should I try to find a Compiler for C on WinCE (Since that idea just sucks. Try Compiling a Code.. I am sure that (since I have to change it quite a lot) it will take days to get what I finaly want)

I also tryed PocketPerl but that one just told me he wasnt going to work.

If there is a PocketAssembler I'd like to know aswell. I don't might to code in Assembler on it.

It has the for, while and if function how I am used to it so ^^

heh, well how to script in WindowsSmartphone?

Hello everyone no0B here but I'm not new at Scriptin. I've been scripting since MSN was in the chat business now i only use servers such as SPCN (sparkpea) or buzzen flash chat.... I'm not sure if it's possible to run IRC on your cell phone that would be a bit much

check out my Wing just fast forward the video to the middle and watch because its a long video and the beginning is boring :-)

http://vids.myspace.com/index.cfm?fuseacti...7d-1840d93f2139

Link to comment
Share on other sites

If you don't mind the managed overhead, how about managed C++ running off .NET 3.5?

Do you have Visual Studio 2008?

Are there publically available free ARMIV Assembers out there?

Link to comment
Share on other sites

  • 1 month later...
Guest RobinV
Are there publically available free ARMIV Assembers out there?

Id love to have a ARMIV Assembler. But I can't seem to find one.

About developing my Own scripting Language.

Its almost done.

It only has to be ported to Windows Mobile.

And thats were I am stuck =P

Cheers,

Robin

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.