Results 1 to 4 of 4

Thread: Embeded VB3 Compiling

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2007
    Posts
    2

    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.

  2. #2
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    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.

  3. #3

    Thread Starter
    New Member
    Join Date
    May 2007
    Posts
    2

    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"

  4. #4
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    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
  •  



Click Here to Expand Forum to Full Width