native compiler (dotnet to native code, executeable without .netframework) - DOTNET

This is a discussion on native compiler (dotnet to native code, executeable without .netframework) - DOTNET ; http://www.remotesoft.com/linker/intro.html it costs far about $1000. Did someone test it?? Is this serious? Or is there some free or at least more cheap alternative? Why there is no native compiler direct from microsoft inside .net sdk? That you need to ...

+ Reply to Thread
Results 1 to 3 of 3

native compiler (dotnet to native code, executeable without .netframework)

  1. Default native compiler (dotnet to native code, executeable without .netframework)

    http://www.remotesoft.com/linker/intro.html
    it costs far about $1000.
    Did someone test it?? Is this serious?

    Or is there some free or at least more cheap alternative?

    Why there is no native compiler direct from microsoft inside .net sdk?
    That you need to install .net framework in order to run programs written
    in .net is one of the biggest disadvantages of .net. People who want
    portable software (for usb drives), running on all windows computers
    still need software written in C or C++.

  2. Default Re: native compiler (dotnet to native code, executeable without .net framework)

    On Thu, 24 May 2007 14:05:38 +0200, Michael Reichenbach wrote:

    > http://www.remotesoft.com/linker/intro.html
    > it costs far about $1000.
    > Did someone test it?? Is this serious?
    >
    > Or is there some free or at least more cheap alternative?
    >
    > Why there is no native compiler direct from microsoft inside .net sdk?
    > That you need to install .net framework in order to run programs written
    > in .net is one of the biggest disadvantages of .net. People who want
    > portable software (for usb drives), running on all windows computers
    > still need software written in C or C++.


    Is it serious? Yes
    Are there free alternatives? No
    Are there cheaper alternatives? Probably, there are a few .NET linkers out
    there but while you might be able to find cheaper ones, none will be cheap.

    Why there is no native compiler direct from microsoft? This has been
    already discussed dozens of thousands of times on just about every .NET
    discusion group across the world in probably every langage still in use
    today over the last 5 years. Please use Google Search.

  3. Default Re: native compiler (dotnet to native code, executeable without .netframework)

    Thanks for your answer!

    Mehdi wrote:
    > Why there is no native compiler direct from microsoft? This has been
    > already discussed dozens of thousands of times on just about every .NET
    > discusion group across the world in probably every langage still in use
    > today over the last 5 years. Please use Google Search.


    Well, seams I just use the wrong search words. Native compiler might be
    the wrong word.

    Please give me a hint.

+ Reply to Thread

Similar Threads

  1. LLVM: A native-code compiler for MiniML in ~100LOC
    By Application Development in forum Functional
    Replies: 0
    Last Post: 11-26-2007, 03:52 PM
  2. native compiler for java on aix
    By Application Development in forum Java
    Replies: 2
    Last Post: 02-28-2006, 12:15 PM
  3. Replies: 9
    Last Post: 07-13-2004, 02:42 AM
  4. Is there a .NET or C# to native x86 compiler?
    By Application Development in forum DOTNET
    Replies: 11
    Last Post: 01-02-2004, 01:46 PM