View Full Version : anyone have eMbedded visual basic software,please
jibjd
28th March 2005, 07:34 AM
i need the software to run some program if anyone can send that or any links to download thanks
vma
28th March 2005, 11:10 AM
Hi,
The SDK for Pocket PC is actually available for free at Microsoft!
You just have to search a little for it: use "Pocket PC SDK 2002" as keywords at www.microsoft.com, or try this direct link:
http://www.microsoft.com/downloads/details.aspx?FamilyID=2dbee84a-bd94-4167-b817-2b2e548b2e92&DisplayLang=en
The SDK for Pocket PC 2003 only includes VC++ 4.0, but the SDK for Pocket PC 2002 contains both VCC++ 3.0 and Visual Basic CE 3.0.
For VB Apps to run, you need to install the VBRUN-Runtime library on the PDA.
Be aware that embedded VB has some severe drawbacks, compared to VB6:
- you don't have the DoEvent command, so no "multitasking"
- you don't have VAR() and VAL()
- you don't have many of the controls
- it is VERY slow
More info's about it:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbceide/htm/evbstart.asp
Cheers,
vma
xda2jojo
28th March 2005, 12:29 PM
VBRuntime.cab
HappyGoat
28th March 2005, 02:25 PM
Note that it is better to write your apps in Visual C++ rather than VB, as VB will not be supported on future devices... ;)
achromic
1st April 2005, 11:43 PM
eMbedded Visual Basic can run on WM 2003, just use the following link to download the runtime library from the following link:
http://msdn.microsoft.com/mobility/windowsmobile/downloads/evb_eula.aspx
This will allow any applications written using eVB 3 to run on your device! :D
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.