Available for a limited time only - £10 off a £20 spend at eXpansys! For more details visit this topic!

Please Log In or Register - it's FREE!

 
Reply to this topicStart new topic
 Is Scripting possible in Windows Mobile?
RobinV
post Jul 20 2008, 09:02
Post #1


Newbie
Group Icon

Group: Posters
Posts: 16
Joined: 20th July 2008
Member No.: 409,126

Device(s): HTC S710



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?
Go to the top of the page
 
+Quote Post
chucky.egg
post Jul 21 2008, 15:59
Post #2


Did I say that out loud?
Group Icon

Group: News Team
Posts: 4,530
Joined: 20th August 2003
From: Kent, England
Member No.: 13,469

Device(s): Kaiser, Touch



SK Schema may be advanced enough for you...
http://s-k-tools.com/index.html?skschema/m_skschema.html
Go to the top of the page
 
+Quote Post
Paul (MVP)
post Jul 21 2008, 20:07
Post #3


The Main Man
Group Icon

Group: Admin Team
Posts: 21,039
Joined: 6th November 2002
From: Norwich, UK
Member No.: 1

Device(s): HTC Advantage



Check out Mortscript:

http://www.sto-helit.de/index.php?module=p...amp;action=view

smile.gif

P


--------------------
Paul O'Brien - Microsoft MVP, Mobile Devices, MoDaCo.network Founder. Check out my Blog!

£10 off a £20 spend at eXpansys - click for details
Go to the top of the page
 
+Quote Post
Confucious
post Jul 24 2008, 07:04
Post #4


Peanut Brain
Group Icon

Group: MoDaCo Plus
Posts: 6,356
Joined: 10th September 2004
From: Surrey, England
Member No.: 56,072

Device(s): iPhone 8Gb. Athena, C600



Didn't he say Mortscript was to basic?


Mort? Sto-helit? A Pratchett fan methinks.


--------------------
He who asks a question looks foolish for 5 minutes. He who doesn't ask a question remains foolish forever.
Go to the top of the page
 
+Quote Post
Paul (MVP)
post Aug 4 2008, 11:48
Post #5


The Main Man
Group Icon

Group: Admin Team
Posts: 21,039
Joined: 6th November 2002
From: Norwich, UK
Member No.: 1

Device(s): HTC Advantage



Whoops! smile.gif

P


--------------------
Paul O'Brien - Microsoft MVP, Mobile Devices, MoDaCo.network Founder. Check out my Blog!

£10 off a £20 spend at eXpansys - click for details
Go to the top of the page
 
+Quote Post
RobinV
post Aug 14 2008, 16:48
Post #6


Newbie
Group Icon

Group: Posters
Posts: 16
Joined: 20th July 2008
Member No.: 409,126

Device(s): HTC S710



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 wink.gif 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 wink.gif

Cheers,
Robin
Go to the top of the page
 
+Quote Post
Just_Chillin
post Sep 2 2008, 22:38
Post #7


Newbie
Group Icon

Group: Posters
Posts: 23
Joined: 19th August 2008
Member No.: 417,903

Device(s): Wing



QUOTE(RobinV @ Jul 20 2008, 01:02) *
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
Go to the top of the page
 
+Quote Post
pidsw
post Sep 3 2008, 03:52
Post #8


Regular
Group Icon

Group: Posters
Posts: 104
Joined: 13th January 2008
Member No.: 344,318

Device(s): HTC Touch Vogue



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?
Go to the top of the page
 
+Quote Post
RobinV
post Oct 8 2008, 12:01
Post #9


Newbie
Group Icon

Group: Posters
Posts: 16
Joined: 20th July 2008
Member No.: 409,126

Device(s): HTC S710



QUOTE(pidsw @ Sep 3 2008, 05:52) *
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
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

Similar Topics

  Topic Replies Topic Starter Views Last Action
No new I900 3G in the US
91 pidsw 4,267 Today, 05:12
Last post by: juvaknin
No New Posts Reading / Writing Korean in Omnia
2 Andy Q 61 Today, 08:10
Last post by: Andy Q
No New Posts Topic has attachments"Solved" How to add a city in Weather Tab
4 myerdacom 249 Today, 09:21
Last post by: kurniawan
No new BBC iPlayer on your Windows Mobile Device
All you need is Opera 9, streaming player, a decent data bundle+luck&#
27 deadphill 749 Today, 10:51
Last post by: Shadowy
No New Posts copy and paste in SMS
samsung omnia
3 ward0 76 Today, 08:16
Last post by: ward0
No New Posts Google insists on showing mobile based pages all of a sudden
Anyone experience this ?
2 zagzag99 26 Today, 10:17
Last post by: scoiattolo

1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 


RSS hit counter Lo-Fi Version Time is now: 2nd December 2008 - 10:54

Please visit our 'Plus Partners' - these companies support MoDaCo through 'MoDaCo Plus' - Click Here for more details!

ActiveKitten | Aiko Solutions | Ateksoft | Binaryfish | Conduits | DeveloperOne | eSoft Interactive | FTouchSL | Inesoft | Lingvosoft |

monocube | Mykesoft | OmegaOne | Omnisoft | Opera Software | Resco | SBSH | Slipstream Solutions | SPB Software House |

Splashdata | Sprite Software | Syncdata | Teksoft | VITO | WebIS | z4soft

Would your company like to become a 'Plus Partner'? Click Here to contact us!