PDA

Click to See Complete Forum and Search --> : Embeded VB3 Compiling


ITRangeRat
May 9th, 2007, 04:35 PM
I am using intermac 300M hand held devices, running Pocket PC ver 3.0. I have a simple inventory app written in embeded vb3. I need to make a small restraint change to the app, but do not know how to compile and move to the hand held. Any help would be greatly appreciated.

si_the_geek
May 9th, 2007, 04:39 PM
Welcome to VBForums :wave:

To compile it, go to "File" -> "make ProjectName.vb"

If you are just updating an existing installation, you can simply copy the file to the device using the ActiveSync software on your desktop PC.

ITRangeRat
May 9th, 2007, 05:34 PM
Thanks, I've now gotten that far, but when the unit boots up, it loads from a .cab file and over writes, it I copy over again, it errors out. Says, an error wasencountered while running this program, variable undefind "get window long"

si_the_geek
May 9th, 2007, 05:46 PM
GetWindowLong is an API, and I presume the error is occurring because the declaration is lost/invalid, which should be corrected by doing a "full" install of the app.

It's been years since I needed to deploy an eVB app, but from a quick look in the help it seems that to create a .cab file you need to use the Application Install Wizard, which can be found under "Tools" -> "Remote Tools".