473,725 Members | 2,254 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Pocket PC

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
Oct 12 '08 #1
5 2967
"Terry Metcalfe" <te***********@ btinternet.comw rote in message
news:bo******** *************@b t.com...
>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.
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

Oct 12 '08 #2
Terry Metcalfe wrote:
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.
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 (de*********@ic ode.co.uk)
i-Catcher Development Team

iCode Systems
Oct 13 '08 #3
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"
<te***********@ btinternet.comw rote:
>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
Oct 13 '08 #4
Have you tried the "Windows CE Toolkit" for Visual Basic ?

"Terry Metcalfe" <te***********@ btinternet.comw rote in message
news:bo******** *************@b t.com...
>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


Oct 13 '08 #5
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" <te***********@ btinternet.comw rote in message
news:bo******** *************@b t.com...
>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


Oct 14 '08 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
3782
by: Jimmy | last post by:
Dear All, I have a interesting question, may sound dump. Could I develop a vb6 programs that run under win2000 server terminal services and the program is access by a pocket pc? How could I control the resolution or the screen size of the vb6 programs so it fit into the pocket pc screen ? Please let me know my option, why, how and possible some sample code.
1
1028
by: santhosh_176 | last post by:
:I Created a Pocket PC application for iPAQ 5450. Every thing went fine even installer creation. I could run the setup and install it into the actual device and worked fine. The application enables syncronization with remote database using merge replication. I found contradictory results while installing the application. I will mention here all the steps that I done while creating and installing setups. Result: Case 1: worked fine. ...
2
7526
by: dsnyder | last post by:
This HTML has a bit of Javascript at the end that puts the initial focus on the userID field. It works great on Windows2000 running IE6, but the initial focus never goes to the userID field on Windows 2003 PocketPC (Windows Mobile) running Pocket IE. <html><head><title>WMS - P280WF100 - Login</title><META HTTP-EQUIV='expires' VALUE='0'> </head> <body> <form name="frmLogon" action='p280wp100' method='get'>
5
9231
by: Oliver Huppert | last post by:
Hi all, can someone tell me what I need to develop applications for PPC2003 with C#? I have read several meanings about this topic. Do I need Visual Studio .NET or is Visual C# .NET Standard enough?? thanks regards
8
4824
by: Krishnan Margabandhu | last post by:
I'm writing a Pocket PC app that will run when a device is first powered on. I want this program to get some data from the user and invoke a CAB file to install a software on the device. How do I invoke a CAB file from the VB app? Thanks
10
2014
by: Neil Wallace | last post by:
Guys, I am hopping mad. I am just a hobby programmer making little .net applications for pretty much no-one else but me to use. One application I have written would, to my mind, work best on a handheld PC. Fortunately I have a Pocket PC - an HP jornada bought 4 years ago. Doing my
2
1513
by: Kent Briggs | last post by:
I'm a Delphi programmer with a need to create a Pocket PC app. Since full support for the .NET Compact Framework won't be added to Delphi for another year, I'm looking at learning VB. Apparently I can get that in Visual Studio 2005 Standard via a competitive upgrade for under $200, is that correct? I went ahead and downloaded the free VB 2005 Express version (even though it won't create Pocket PC apps) just to get a feel for it. If I...
3
3169
by: Daniel Liberman | last post by:
Hi, everyone. That's my environment: - I have a pocket pc (iPAQ h4350) application developed with VSNET2003/C# that has a SQL Server CE Database, running. That's working fine. Obs: the pocket is NOT supposed to have a wireless conection available. - I have an access database on a standalone desktop running Windows XP, i.e., there is NO guaranteed network connection available. - I've developed a webservice with VSNET2003/C# too to do...
0
1788
by: pumaken68 | last post by:
Does anyone has experience with calling web service from pocket pc 2003 project in VS 2005 environment? I just migrated a smart device(pocket pc 2003) solution from VS 2003 to VS 2005. There are 3 projects inside solution: 1. pocket PC 2003 windows form project; 2. Business rules 3. a web service which will be used to download and upload data via wireless from/to backend database. After converted and built successfully, the web service...
0
8752
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9401
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9257
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8099
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6702
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6011
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4519
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
3228
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2637
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.