I hope someone out there can help me. I want to run an old visual basic
program on an ipaq pda, it uses the pocket pc 2003 operating system.
Going back a few years I seam to remember if you wanted to run a vb3
program you had to have the vbrun300.dll runtime in the windows\system
directory. Is there anything similar so I can run the old vb3 program?

Thanks in advance

Re: How can I run an old visual basic 3 program on a ipaq pda? by Chris

Chris
Wed Aug 10 12:11:06 CDT 2005

You can't. There are several reasons for it - processor architecture, lack
of runtimes, lack of Win32 APIs, etc, but the short answer is you can't.
If you have the source you might be able to port it to eVB.

--
Chris Tacke
Co-founder
OpenNETCF.org
Are you using the SDF? Let's do a case study.
Email us at d c s @ o p e n n e t c f . c o m
http://www.opennetcf.org/donate


"steve" <jbste@hotmail.com> wrote in message
news:1123693287.550852.309890@g43g2000cwa.googlegroups.com...
>I hope someone out there can help me. I want to run an old visual basic
> program on an ipaq pda, it uses the pocket pc 2003 operating system.
> Going back a few years I seam to remember if you wanted to run a vb3
> program you had to have the vbrun300.dll runtime in the windows\system
> directory. Is there anything similar so I can run the old vb3 program?
>
> Thanks in advance
>



Re: How can I run an old visual basic 3 program on a ipaq pda? by steve

steve
Sun Aug 14 13:21:11 CDT 2005

Thanks Chris, I do have the source, so I'll give it a go at porting it
to evb