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

  • Thread starter Thread starter Michael Reichenbach
  • Start date Start date
M

Michael Reichenbach

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++.
 
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.
 
Thanks for your answer!
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.
 
Back
Top