Re: .NET to x86
- From: Michael Nemtsev <nemtsev@xxxxxxx>
- Date: Thu, 1 Feb 2007 19:35:56 +0000 (UTC)
Hello Markus Eßmayr" essmayr/at/racon-linz.at,
M> Hi everybody!
M> M> Does anybody of you know a way to compile any .NET assembly to x86
M> code? But I don't mean NGen or something like that!!!!
M> I'd like to get a DLL which has absolutely NO DEPENDENCY to the .NET
M> runtime anymore!
Maybe only small dependency? :) I recommed to look at RemoteSoft's linker/Thinstall Studio/Xenocode
M> But the problem is, that the instanciation of COM objects written in
M> .NET which we need during application startup slows down the complete
M> application launch!!!!!!
M> So we think that loading the whole bunch of .NET files may result in
M> that
M> big delays - and that creating completely unmanaged modules might
M> help here,
What if preload all your managed app before it used, not the moment when u request it?
Some kind of caching
---
WBR, Michael Nemtsev [C# MVP] blog: http://spaces.live.com/laflour
team blog: http://devkids.blogspot.com/
"The greatest danger for most of us is not that our aim is too high and we miss it, but that it is too low and we reach it" (c) Michelangelo
.
- Follow-Ups:
- Re: .NET to x86
- From: Markus Eßmayr
- Re: .NET to x86
- References:
- .NET to x86
- From: Markus Eßmayr
- .NET to x86
- Prev by Date: Re: Error installing .NET 3
- Next by Date: Re: How to display RTF
- Previous by thread: Re: .NET to x86
- Next by thread: Re: .NET to x86
- Index(es):
Relevant Pages
|