Re: Embeded VB3 Compiling
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.
Re: Embeded VB3 Compiling
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"
Re: Embeded VB3 Compiling
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".