Native code

  • Thread starter Thread starter Lubos
  • Start date Start date
L

Lubos

Hi,
Is possible when i create application in C#, then this application compile
in native code ( application run without .NET Framework ) ?

Thanks Lubos
 
You can use our linker and mini-deployment tool to
generate a package that runs w/o .NET Framework
installation.

http://www.remotesoft.com/linker/

We are working on a native compiler. Our protector
actually converts MSIL to native code in order to provide
the best protection.

Huihong
Remotesoft, Inc.
 
Back
Top