Connecting Tech Pros Worldwide Help | Site Map

Pocket PC

  #1  
Old October 12th, 2008, 10:25 AM
Terry Metcalfe
Guest
 
Posts: n/a
I have an Asus A696 pocket PC. I have written a small test program in VB6
called "Pocket PC" and compiled it just as I would normally do to run on my
desk top. It runs on my desk top perfectly normally. I then copied the
application file to my Pocket PC.
When I try to run it on my Pocket PC I get the error message " 'Pocket PC'
is not a valid Pocket PC application ".

I am right in assuming that I cannot use VB6 to write programs for the
Pocket PC?

What language can I use to write small applications for the Pocket PC?

Many thanks

Terry Metcalfe


  #2  
Old October 12th, 2008, 02:55 PM
Bill Leary
Guest
 
Posts: n/a

re: Pocket PC


"Terry Metcalfe" <terrymetcalfe@btinternet.comwrote in message
news:boCdnc0ulaleXWzVRVnyhAA@bt.com...
Quote:
>I have an Asus A696 pocket PC. I have written a small test program in VB6
>called "Pocket PC" and compiled it just as I would normally do to run on my
>desk top. It runs on my desk top perfectly normally. I then copied the
>application file to my Pocket PC.
When I try to run it on my Pocket PC I get the error message " 'Pocket
PC' is not a valid Pocket PC application ".
>
I am right in assuming that I cannot use VB6 to write programs for the
Pocket PC?
Yes. Your desktop system has a processor with some variant of the x86
archetecture. The A696 has an Intel XScale processor, which is a version of
the ARM architecture.
Quote:
What language can I use to write small applications for the Pocket PC?
The CE version of NSBasic http://www.nsbasic.com/ might work. I'm not sure
what versions of Windows or CPUs they support.

Pocket C for CE http://www.orbworks.com/ might also work. Same cautions as
above.

I can't really say for either. All of my hand-held work targets either Palm
OS or a rather old Poquet PC. For the PalmOS I've used both NSBasic and
Pocket C and found them both to be rather good. I use Pocket C now mostly
because I use C at my day job and it was easier to use a single language
most of the time.

Final note: While looking for languages to use on my Palm I ran across
something that use VB as the IDE and then translated the compiled program to
run on a Palm. They may have had a version for a Pocket PC as well. I'm
unable to turn it up searching right now, but perhaps you'll have better
luck.

- Bill

  #3  
Old October 13th, 2008, 10:55 AM
Dean Earley
Guest
 
Posts: n/a

re: Pocket PC


Terry Metcalfe wrote:
Quote:
I have an Asus A696 pocket PC. I have written a small test program in VB6
called "Pocket PC" and compiled it just as I would normally do to run on my
desk top. It runs on my desk top perfectly normally. I then copied the
application file to my Pocket PC.
When I try to run it on my Pocket PC I get the error message " 'Pocket PC'
is not a valid Pocket PC application ".
>
I am right in assuming that I cannot use VB6 to write programs for the
Pocket PC?
VB6 natively can't, but there was an MS addon that allowed cross compiling.
Quote:
What language can I use to write small applications for the Pocket PC?
Personally, I use c# and the .NET compact framework.
Most devices have at least .NET 1.0.

--
Dean Earley (dean.earley@icode.co.uk)
i-Catcher Development Team

iCode Systems
  #4  
Old October 13th, 2008, 06:55 PM
myford100@yahoo.com
Guest
 
Posts: n/a

re: Pocket PC


The professional version of VB 2005 had the capability of writing to
such devices. It even had a simulator, so you could see what it was
going to look like.

I don't know of anything earlier that had the feature built in.

On Sun, 12 Oct 2008 10:17:55 +0100, "Terry Metcalfe"
<terrymetcalfe@btinternet.comwrote:
Quote:
>I have an Asus A696 pocket PC. I have written a small test program in VB6
>called "Pocket PC" and compiled it just as I would normally do to run on my
>desk top. It runs on my desk top perfectly normally. I then copied the
>application file to my Pocket PC.
>When I try to run it on my Pocket PC I get the error message " 'Pocket PC'
>is not a valid Pocket PC application ".
>
>I am right in assuming that I cannot use VB6 to write programs for the
>Pocket PC?
>
>What language can I use to write small applications for the Pocket PC?
>
>Many thanks
>
>Terry Metcalfe
>
  #5  
Old October 13th, 2008, 10:15 PM
Reverend Fuzzy
Guest
 
Posts: n/a

re: Pocket PC


Have you tried the "Windows CE Toolkit" for Visual Basic ?

"Terry Metcalfe" <terrymetcalfe@btinternet.comwrote in message
news:boCdnc0ulaleXWzVRVnyhAA@bt.com...
Quote:
>I have an Asus A696 pocket PC. I have written a small test program in VB6
>called "Pocket PC" and compiled it just as I would normally do to run on my
>desk top. It runs on my desk top perfectly normally. I then copied the
>application file to my Pocket PC.
When I try to run it on my Pocket PC I get the error message " 'Pocket
PC' is not a valid Pocket PC application ".
>
I am right in assuming that I cannot use VB6 to write programs for the
Pocket PC?
>
What language can I use to write small applications for the Pocket PC?
>
Many thanks
>
Terry Metcalfe
>
>

  #6  
Old October 14th, 2008, 11:35 AM
Terry Metcalfe
Guest
 
Posts: n/a

re: Pocket PC


Thanks for those who responded to my request for details as below.

It seems that I need Windows CE toolkit for VB 6.

Now all I need to do is to find a copy at a reasonable price


Thanks again

Terry Metcalfe
"Terry Metcalfe" <terrymetcalfe@btinternet.comwrote in message
news:boCdnc0ulaleXWzVRVnyhAA@bt.com...
Quote:
>I have an Asus A696 pocket PC. I have written a small test program in VB6
>called "Pocket PC" and compiled it just as I would normally do to run on my
>desk top. It runs on my desk top perfectly normally. I then copied the
>application file to my Pocket PC.
When I try to run it on my Pocket PC I get the error message " 'Pocket
PC' is not a valid Pocket PC application ".
>
I am right in assuming that I cannot use VB6 to write programs for the
Pocket PC?
>
What language can I use to write small applications for the Pocket PC?
>
Many thanks
>
Terry Metcalfe
>
>

Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem faced - While creating setup file for Pocket PC applicatio santhosh_176 answers 1 November 22nd, 2005 09:04 PM
Run a CAB File in a Pocket PC App Krishnan Margabandhu answers 8 November 20th, 2005 04:55 AM
C# and Pocket PC Oliver Huppert answers 5 November 16th, 2005 10:02 AM
Problem faced - While creating setup file for Pocket PC applicatio santhosh_176 answers 1 July 22nd, 2005 12:34 AM