473,386 Members | 1,715 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Migration from XP to pocketPC 2003

GAD
Following our conversation here are my questions:

I would like to migrate an application that runs on
windows XP to PDA.
I would like to use pocket PC 2003 in order to get support
for VOIP
My questions are:
1. Does pocket PC 2003 implements WINRTP ? Can I use a
proprietry signalling protocol on top of it?
2. This project also involves the using of Microsoft
outlook tools We are writing forms and their code in VB
script . We are also interfacing with External DLLs
(Microsoft dlls
and proprietary DLLs) from the outlook. We are handling
incoming message with VBA code and macros.
Could you please let me know if we can use our
VBAproject.OTM file for the VBA . Will the VB scripts work
on pOCKET PC 2003? Or should we re-write our
code. Are there any restrictions in developing on top of
POCKET pc 2003
outlook comparing to developing on windows XP outlook.
3. Is there a support for ADO ?
Jul 19 '05 #1
2 2707
Hello Gad,

Currently I am looking for somebody who could help you on it. Thanks.

Best regards,
Yanhong Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
!Content-Class: urn:content-classes:message
!From: "GAD" <ga**@tadcomm.com>
!Sender: "GAD" <ga**@tadcomm.com>
!Subject: Migration from XP to pocketPC 2003
!Date: Sun, 24 Aug 2003 07:01:50 -0700
!Lines: 24
!Message-ID: <03****************************@phx.gbl>
!MIME-Version: 1.0
!Content-Type: text/plain;
! charset="iso-8859-1"
!Content-Transfer-Encoding: 7bit
!X-Newsreader: Microsoft CDO for Windows 2000
!X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
!Thread-Index: AcNqSEO3AjPuqReKTvyHnPxhFyvSCg==
!Newsgroups: microsoft.public.dotnet.general
!Path: cpmsftngxa06.phx.gbl
!Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.general:105855
!NNTP-Posting-Host: TK2MSFTNGXA08 10.40.1.160
!X-Tomcat-NG: microsoft.public.dotnet.general
!
!Following our conversation here are my questions:
!
!I would like to migrate an application that runs on
!windows XP to PDA.
!I would like to use pocket PC 2003 in order to get support
!for VOIP
!My questions are:
!1. Does pocket PC 2003 implements WINRTP ? Can I use a
!proprietry signalling protocol on top of it?
!2. This project also involves the using of Microsoft
!outlook tools We are writing forms and their code in VB
!script . We are also interfacing with External DLLs
!(Microsoft dlls
!and proprietary DLLs) from the outlook. We are handling
!incoming message with VBA code and macros.
!Could you please let me know if we can use our
!VBAproject.OTM file for the VBA . Will the VB scripts work
!on pOCKET PC 2003? Or should we re-write our
!code. Are there any restrictions in developing on top of
!POCKET pc 2003
!outlook comparing to developing on windows XP outlook.
!3. Is there a support for ADO ?
!
!
!

Jul 19 '05 #2
Hi Mitch,

1.
WinRTP is a COM component which can originate RTP (Realtime Transport
Protocol) media from a microphone and terminate RTP media on a speaker.
This is software from Vovida. I looked over their Web site, but did not see
a version specific to Pocket PC.
http://www.vovida.org/

Windows Mobile 2003 does not include VOIP functions. VOIP is a part of
Windows CE 4.2, but not for the Pocket PC platform. However, there is at
least one software vendor that has announced VOIP software for Pocket PC,
so a search of the Web should give you more information on this.

2.
On the desktop, Outlook uses the Outlook Object Model. On the mobile
device, the Pocket Outlook Object Model (POOM) is used. They are
considerably different. Being a mobile device, features of POOM are of a
subset compared to the desktop Outlook, so yes there are limitations or
restrictions about what can be done.

VBA and VBScript are not available on the Pocket PC, but VB .NET can be
used specifically for Pocket PC 2003. eMbedded Visual Basic 3.0 can be used
to target Pocket PC 2002 devices, and the resulting programs may work fine
on Pocket PC 2003 as well (see
http://msdn.microsoft.com/library/de...us/dnppcgen/ht
ml/devmobfaq.asp).

3.
ADO development is not suported for Pocket PC 2003. Pocket PC 2003 devices
do not include the eMbedded Visual Basic or ADOCE runtimes in ROM, but can
be downloaded for backwards compatibility with legacy applications (see
http://msdn.microsoft.com/library/de...us/dnppc2k3/ht
ml/winmob03.asp).

ADO .NET is the supported technology for Windows Mobile 2003 and is used to
communicate with SQL Server CE edition. The .NET Compact Framework does not
include managed types for accessing the local data store sometimes called
CEDB or Pocket Access, which has been quite commonly used among eMbedded
Visual Basic developers.

David Gonzales
--------
This posting is provided "AS IS" with no warranties, and confers no rights.

Jul 19 '05 #3

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

Similar topics

1
by: sameth | last post by:
I wrote a script that uses onmousedown and onmouseup in javascript that works great in ie and firefox on windows2000. It looks as if the pocketpc 2003 ie browser dosn't support onmousedown or...
2
by: Pawan Aggarwal | last post by:
I'm having trouble with calling an exported function in a native DLL compiled with eMbedded Visual C++ in C# application in PocketPC 2002 OS. Problem Description follows: I have one exported...
3
by: Rajesh Singla | last post by:
Does anybody knows how to play wav file on PocketPC 2003. Thanks Raj *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it!
0
by: DL | last post by:
I have an existing application I'm porting to the Windows PC and PocketPC platforms. The UI will be designed from scratch using Visual Studio .NET tools and C#, but key pieces are written in C++. ...
6
by: db | last post by:
I need to write some basic code that will let me send messages to/from a PocketPC. In the past, when I was using VB6, I did this using the Winsock control and setting one machine as the client and...
2
by: John R. Dougherty | last post by:
I am looking for recommendations on the best installation packages everyone likes right now. I have a PocketPC application for which I want to build a install solution. I have tried many trial...
13
by: Aaron Smith | last post by:
I have a question... Will 3rd party ODBC drivers work on PocketPC? We have drivers to connect to a proprietary database and I was wondering if they would work on a handheld PDA running Windows CE...
2
by: GAD | last post by:
Following our conversation here are my questions: I would like to migrate an application that runs on windows XP to PDA. I would like to use pocket PC 2003 in order to get support for VOIP My...
0
by: xlar54 | last post by:
Im needing to access a PocketPC device via C#. Using Windows Vista and a PocketPC 2002. I found out that if you disable the service called Windows Mobile 2003, the device will still show up in My...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
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...
0
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,...

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.