Converting a .net application into a native one

  • Thread starter Thread starter Hari
  • Start date Start date
H

Hari

I would like to know whether it is possible to convert
a .net application into a native windows application?

I realize that it is not possible to run .net application
without the framework (which I do not want to install on
another computer of mine). So, is it possible to write an
application in .net and convert it into native windows
application so that it can run even without the framework?

Thanks,
 
* "Hari said:
I would like to know whether it is possible to convert
a .net application into a native windows application?

I realize that it is not possible to run .net application
without the framework (which I do not want to install on
another computer of mine). So, is it possible to write an
application in .net and convert it into native windows
application so that it can run even without the framework?

You can, but it doesn't make sense:

<http://www.remotesoft.com>
-> "Salamander"

<http://www.lesser-software.com> is working on a tool to compile Win32
applications from .NET source.

Thinstall
<http://thinstall.com/dotnet/>
 
Back
Top