Compiling for standalone use

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • TGF

    #1

    Compiling for standalone use

    Hello,

    How do you build a *.exe app without having to depend on other dll's such as
    'mscoree.dll', etc... I have an application I want to build, but I want to
    make sure that any needed dll's are compiled into the *.exe file itself.

    --
    TGF


  • Chris Dunaway

    #2
    Re: Compiling for standalone use

    On Fri, 21 Nov 2003 09:06:57 -0500, TGF wrote:
    [color=blue]
    > Hello,
    >
    > How do you build a *.exe app without having to depend on other dll's such as
    > 'mscoree.dll', etc... I have an application I want to build, but I want to
    > make sure that any needed dll's are compiled into the *.exe file itself.[/color]

    You can't. the .Net framework is required for any dot net apps. However,
    somewhere in these groups a product was advertised that said it could
    compile the app and include only those parts of the Framework that was
    needed.


    --
    Chris

    To send me an E-mail, remove the underscores and lunchmeat from my E-Mail
    address.

    Comment

    Working...