Results 1 to 5 of 5

Thread: Using Embedded VB 3

  1. #1

    Thread Starter
    Frenzied Member Mega_Man's Avatar
    Join Date
    Mar 2001
    Location
    North of England, South-East of Iceland
    Posts
    1,067

    Using Embedded VB 3

    Can someone please tell me if I am doing something wrong?.
    I have developed an application for my PDA and went through the bells and whistles of creating an installation file for it.
    Now.. Do I really need to create a new installation everytime I make a change to the code or is there a quicker way to update the application on the PDA?.

    There isn't a 'Make executable' option like there is in proper VB.

    Hope this makes sense.
    "If at first you don't succeed, then skydiving is not for you"

  2. #2
    Next Of Kin baja_yu's Avatar
    Join Date
    Aug 2002
    Location
    /dev/root
    Posts
    5,989

    Re: Using Embedded VB 3

    I havent done any PDA development, but, whith what are you making the insataller? How do you distribute the application?

    What you can do with a regular installer (made with NSIS, which is free) is have the installer do a live download of files during install. That way you just place the exe (and other files you need to distribute and are subject to change). Then whenever users run the installer they will have the latest version of the file...

  3. #3

    Thread Starter
    Frenzied Member Mega_Man's Avatar
    Join Date
    Mar 2001
    Location
    North of England, South-East of Iceland
    Posts
    1,067

    Re: Using Embedded VB 3

    Embedded VB doesn't compile a EXE file. It compiles a VB file which you then have to go through the in-built installer to convert to a CAB file.
    The problem is that everytime you want to distribute a new version, you have to go through this process.
    That is why I was wondering if there was a better way.
    "If at first you don't succeed, then skydiving is not for you"

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

    Re: Using Embedded VB 3

    Once you've done the initial installation you can just copy the .vb file onto the device (assuming you havent added any new types of controls, etc).

    If it is a new program you wont get a shortcut in the "Programs" menu without a proper installation, but you can run it from Explorer instead.

  5. #5

    Thread Starter
    Frenzied Member Mega_Man's Avatar
    Join Date
    Mar 2001
    Location
    North of England, South-East of Iceland
    Posts
    1,067

    Re: Using Embedded VB 3

    Excellent, that's all I needed to know.

    Thanks.
    "If at first you don't succeed, then skydiving is not for you"

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