Home > Archive > Visual Basic > May 2005 > Can I develop VB6 App for windows CE?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Can I develop VB6 App for windows CE?
|
|
|
| Hello,
I have a VB6 (enterprise edition) IDE. Now I want to develop App for PDA.
Can I use my current IDE to develop it? If not, what tool I have to use?
Thanks
| |
|
|
| Andrew D. Newbould 2005-05-28, 3:55 am |
| In message <64F846A2-9A7E-4AF8-A953-9AC1D11A423A@microsoft.com>, Wyne
<Wyne@discussions.microsoft.com> writes
>Hello,
>
>I have a VB6 (enterprise edition) IDE. Now I want to develop App for PDA.
>Can I use my current IDE to develop it? If not, what tool I have to use?
>
>Thanks
Download the Embedded VB Toolkit / SDK from Microsoft Downloads. This
installs into your VS6 IDE and provides CE forms and controls to develop
a CE application.
--
Andrew D. Newbould E-Mail: newsgroups@NOSPAMzadsoft.com
ZAD Software Systems Web : www.zadsoft.com
| |
|
| Toolkit 3.0 is the way to go if you are writing eVB or eVC.
An alternative is to use the .Net CompactFramework, as some PocketPC OSs
will not be compatible with eVB (they do not include the runtime file(s)).
"Wyne" <Wyne@discussions.microsoft.com> wrote in message
news:64F846A2-9A7E-4AF8-A953-9AC1D11A423A@microsoft.com...
> Hello,
>
> I have a VB6 (enterprise edition) IDE. Now I want to develop App for PDA.
> Can I use my current IDE to develop it? If not, what tool I have to use?
>
> Thanks
| |
| Dick Grier 2005-05-28, 3:55 pm |
| Hi,
The other replies were correct for free product. However, eVB and other
eMbedded Visual Tools are deprecated (not supported) for PocketPC 2003 and
later, and will not work on Windows Mobile 5 devices. So... I recommend
Visual Studio 2003 Professional or higher, or even better Visual Studio 2005
Standard or higher for development of PocketPC and for other Windows CE
based systems. The performance is much better than eVB (several orders of
magnitude), and the development environment is better.
Dick
--
Richard Grier (Microsoft Visual Basic MVP)
See www.hardandsoftware.net for contact information.
Author of Visual Basic Programmer's Guide to Serial Communications, 4th
Edition ISBN 1-890422-28-2 (391 pages) published July 2004. See
www.mabry.com/vbpgser4 to order.
|
|
|
|
|