Results 1 to 7 of 7

Thread: Runtime Files

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    May 2000
    Location
    Or
    Posts
    316
    Quick question. I seem to remember reading somewhere that you could distribute an app. without the vb runtime files if the application is formless, or is build 100% with through the API. Is this right? I have a small utility file that I need to include with a setup application. The utility is just a module, and all that it does is quickly copy some files and then starts the setup app.

    Thanks

  2. #2
    Guest
    Don't think so. Whether you use API or not, VB still has to compile the EXE and the EXE's need the runtime files to transfer it to machine code.

  3. #3
    Guest
    But you could use Fusion from http://www.bit-arts.com to put all the runtime files in the file so you wouldn't have to distribute them. Only thing is, I think the EXE goes HUGE. I never used Fusion, but I'm almost sure it will.

  4. #4
    I'm about to be a PowerPoster! Joacim Andersson's Avatar
    Join Date
    Jan 1999
    Location
    Sweden
    Posts
    14,649
    First of all Fusion cost about 200 US money. But it is a great tool if you can afford it.
    Fusion actually compacts your code with about 70% so even if it includes all run-time files and other files you might reference the EXE file doesn't get that big at all.

  5. #5
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    It it's only a small utility tool, it's best to write it in C++.
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  6. #6
    Guest
    It's best to write anything non-database related in C++.

  7. #7
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    I agree, unless you're using mySQL. It's probably the only DB in the universe which is easy to use from pure C++ and API (without MFC or anything like that).
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

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