473,395 Members | 1,526 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

change .net application into native code application, possible?

abviously you need to intall the .net framework to have a .net application
run, but is there anyway i can change .net application into native code
application so that it can run directly without the .net framework?
it seems dosen't make any sence, but for some reason i have to do in this
way if possible.
Apr 25 '07 #1
6 1396
I don't understand why you have to do it that way "if possible". If it
was an absolute requirement to not have the framework, then you should be
developing your code in C++ or something of that nature. If it is flexible,
then I would say not to try and get around the fact that you need the
framework to run your code.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"fairyvoice" <fa********@discussions.microsoft.comwrote in message
news:DB**********************************@microsof t.com...
abviously you need to intall the .net framework to have a .net application
run, but is there anyway i can change .net application into native code
application so that it can run directly without the .net framework?
it seems dosen't make any sence, but for some reason i have to do in this
way if possible.

Apr 25 '07 #2
Fairyvoice,
There are utilities that will compile your .NET application into native code
and provide a runtime environment for it (without the .NET Framework
installed) but they are quite expensive.

What's the "for some reason" that you "have to do this"?

As Nicholas indicated, if you aren't going to use the .NET Framework to run
your app, then you should not be using the .NET Framework to develop it.
Peter

--
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
Short urls & more: http://ittyurl.net


"fairyvoice" wrote:
abviously you need to intall the .net framework to have a .net application
run, but is there anyway i can change .net application into native code
application so that it can run directly without the .net framework?
it seems dosen't make any sence, but for some reason i have to do in this
way if possible.
Apr 25 '07 #3
thx all of you
and what is the "utilities that will compile your .NET application into
native code ", i think i really need it

"Peter Bromberg [C# MVP]" wrote:
Fairyvoice,
There are utilities that will compile your .NET application into native code
and provide a runtime environment for it (without the .NET Framework
installed) but they are quite expensive.

What's the "for some reason" that you "have to do this"?

As Nicholas indicated, if you aren't going to use the .NET Framework to run
your app, then you should not be using the .NET Framework to develop it.
Peter

--
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
Short urls & more: http://ittyurl.net


"fairyvoice" wrote:
abviously you need to intall the .net framework to have a .net application
run, but is there anyway i can change .net application into native code
application so that it can run directly without the .net framework?
it seems dosen't make any sence, but for some reason i have to do in this
way if possible.
Apr 26 '07 #4
On Apr 25, 7:48 pm, fairyvoice <fairyvo...@discussions.microsoft.com>
wrote:
thx all of you
and what is the "utilities that will compile your .NET application into
native code ", i think i really need it

"Peter Bromberg [C# MVP]" wrote:
Fairyvoice,
There are utilities that will compile your .NET application into native code
and provide a runtime environment for it (without the .NET Framework
installed) but they are quite expensive.
What's the "for some reason" that you "have to do this"?
As Nicholas indicated, if you aren't going to use the .NET Framework to run
your app, then you should not be using the .NET Framework to develop it.
Peter
--
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
Short urls & more: http://ittyurl.net
"fairyvoice" wrote:
abviously you need to intall the .net framework to have a .net application
run, but is there anyway i can change .net application into native code
application so that it can run directly without the .net framework?
it seems dosen't make any sence, but for some reason i have to do in this
way if possible.
Here is one:

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

But it is $1200 to purchase.

Chris

Apr 26 '07 #5
On Apr 26, 11:48 am, Chris Dunaway <dunaw...@gmail.comwrote:
http://www.remotesoft.com/linker/

But it is $1200 to purchase.
Would you be violating the Framework redist license though?

Apr 26 '07 #6
Andy wrote:
On Apr 26, 11:48 am, Chris Dunaway <dunaw...@gmail.comwrote:
>http://www.remotesoft.com/linker/

But it is $1200 to purchase.

Would you be violating the Framework redist license though?
Considering that the first text on that link is:

<quote>
“Remotesoft tools provide great solutions for developers for protecting
MSIL. Its new addition to the suite addresses real customer issues with
application deployment.” -- John Montgomery, director for the Developer
and Platform Evangelism Division at Microsoft Corp.</quote>

I would say no !

Arne

Apr 28 '07 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Jonathan Li | last post by:
I have posted the question before but nobody have given me a solution. I would like to rephrase my requirement and want to hear your advice. We are developing application packages for logistics...
5
by: Karlsson-on-the-roof | last post by:
Dear All, I'm new to .NET and it seems that I'm terribly confused. I'm used to program windows applications using C++ and native API. I decided to try ..NET windows Form application. Of course,...
7
by: Staale L. Hansen | last post by:
We have an application which uses some mixed-mode code to expose a .NET 1.1 managed API. Only the necessary files are compiled with /clr. We want to be able to load the application without .NET...
11
by: Jason | last post by:
Hi I have a "problem" i have got a ASP.NET application. in this application i have included logging. in the logging i have logged how many seconds it takes for this application to fully load....
9
by: Lonewolf | last post by:
Hi everyone.. I was trying to implement callback fucntions in native codes in my VC8 class, and referred to some online codes which use native class nested within managed class. basically of the...
21
by: The Night Blogger | last post by:
Can someone recommend me a good API for writing a sexy looking (Rich UI like WinForms) shrink wrap application My requirement is that the application needs to look as good on Windows as on the...
10
by: =?Utf-8?B?U3RlZmFuIEJhcmxvdw==?= | last post by:
This has been working perfectly for months. Since we switched from ASP.NET 1.1 to 2.0, we have constant and sporadic issues with updating our applications. Touching the web.config works about...
7
by: Ashutosh Bhawasinka | last post by:
Hi, I have a C# .Net application which needs to use some feature which can be only developed in Visual C++ (its extended MAPI). The C# exe will be supplied to users without a setup. What kind...
2
by: Bob Altman | last post by:
Hi all, We have a native class modeled after the System::Exception class, and all exceptions that we throw derive from this class. For now this class is quite simple: just Description and...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.