CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Feb 2001
    Location
    Germany
    Posts
    23

    Compiling executables as one file


    Hi everybody,

    is there a way to compile a VB programme as one executable which contains all DLLs and OCX, so that I really have only one exe file???

    Thanks, mabrin




  2. #2
    Join Date
    Dec 1999
    Location
    Dublin, Ireland
    Posts
    1,173

    Re: Compiling executables as one file

    I'm afraid there isn't a clean way of doing this.
    Why do you want to?

    HTH,
    D.

    -------------------------------------------------
    Ex. Datis: Duncan Jones
    Merrion Computing Ltd
    http://www.merrioncomputing.com
    '--8<-----------------------------------------
    NEW -The printer usage monitoring application
    '--8<------------------------------------------

  3. #3
    Join Date
    Feb 2001
    Location
    Germany
    Posts
    23

    Re: Compiling executables as one file


    Because I wrote a small application which only needs a few DLLs and it is kind of stupid to have a installer and uninstaller for such a tiny programme...

    The second aspect is that you do not need to care about versions and os type...

    mabrin


  4. #4
    Join Date
    May 2000
    Location
    New York, NY, USA
    Posts
    2,878

    Re: Compiling executables as one file

    You can do it using the program called Fusion. ( You can find it on the Bit-arts.com). This program determines all the dll's and ocx's and create 1 executable file.

    Iouri Boutchkine
    [email protected]
    Iouri Boutchkine
    [email protected]

  5. #5
    Join Date
    Mar 2000
    Location
    Arizona, USA
    Posts
    493

    Re: Compiling executables as one file

    Just curious if you know of any others that are cheaper than $400.
    Thanks!!

    Kris
    Software Engineer
    Phoenix,AZ
    Kris
    Software Engineer
    Phoenix, AZ USA

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

Featured