|
-
May 9th, 2007, 04:35 PM
#1
Thread Starter
New Member
Embeded VB3 Compiling
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.
-
May 9th, 2007, 04:39 PM
#2
Re: Embeded VB3 Compiling
Welcome to VBForums 
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.
-
May 9th, 2007, 05:34 PM
#3
Thread Starter
New Member
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"
-
May 9th, 2007, 05:46 PM
#4
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".
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|