Results 1 to 3 of 3

Thread: Self Contained exe

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2000
    Posts
    2

    Question

    Hello to anybody who can help,

    I have created my first VB project, however my exe file does not run in every environment. Apparentely, I need to include a run-time library, so the executable can run in every Windows environment. How is this done?

    Sincerely,

    TheRock

  2. #2
    Guest
    you can use an Installer program, one is available for free at http://www.jrsoftware.org
    or you can buy Fusion from http://www.bit-arts.com Fusion isnt an installer program, but it staticly links all of the runtimes along with your program, so it doesnt need the library's.......



    Dennis

  3. #3
    Member
    Join Date
    Jul 2000
    Location
    BFE in Oregon
    Posts
    33

    Exclamation

    I'm still not sure why you wouldn't just select Compile to Native Code in the compile tab of the Project Properties dialog box? It works just fine for me and I've seen this posted several hundred times in various boards and newsgroups each with a different answer and none stating what I did. VB5 introduced it and it works fine on all the systems that use my programs.

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