PC Review


Reply
Thread Tools Rate Thread

change .net application into native code application, possible?

 
 
=?Utf-8?B?ZmFpcnl2b2ljZQ==?=
Guest
Posts: n/a
 
      25th Apr 2007
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.
 
Reply With Quote
 
 
 
 
Nicholas Paldino [.NET/C# MVP]
Guest
Posts: n/a
 
      25th Apr 2007
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]
- (E-Mail Removed)

"fairyvoice" <(E-Mail Removed)> wrote in message
newsB23FD94-F7CB-4248-83A9-(E-Mail Removed)...
> 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.



 
Reply With Quote
 
=?Utf-8?B?UGV0ZXIgQnJvbWJlcmcgW0MjIE1WUF0=?=
Guest
Posts: n/a
 
      25th Apr 2007
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.

 
Reply With Quote
 
=?Utf-8?B?ZmFpcnl2b2ljZQ==?=
Guest
Posts: n/a
 
      26th Apr 2007
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.

 
Reply With Quote
 
Chris Dunaway
Guest
Posts: n/a
 
      26th Apr 2007
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

 
Reply With Quote
 
Andy
Guest
Posts: n/a
 
      26th Apr 2007
On Apr 26, 11:48 am, Chris Dunaway <dunaw...@gmail.com> wrote:
> http://www.remotesoft.com/linker/
>
> But it is $1200 to purchase.


Would you be violating the Framework redist license though?

 
Reply With Quote
 
=?windows-1252?Q?Arne_Vajh=F8j?=
Guest
Posts: n/a
 
      28th Apr 2007
Andy wrote:
> On Apr 26, 11:48 am, Chris Dunaway <dunaw...@gmail.com> wrote:
>> 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

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
copying application code only or code and application togheter to another mdb file thread Microsoft Access 4 9th Apr 2007 09:44 PM
using native C code in a C# application manu.kanwarpal@gmail.com Microsoft C# .NET 3 3rd Apr 2006 12:23 PM
Want to auto-change screen resolution application by application Bill Woods Windows XP Customization 1 6th Jun 2005 10:30 AM
Want to auto-change screen resolution application by application Bill Woods Windows XP General 1 6th Jun 2005 10:30 AM
Change a console application into a full screen application Manoj Nair Microsoft C# .NET 1 16th Mar 2005 08:04 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:49 PM.