473,407 Members | 2,326 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,407 software developers and data experts.

MSIL to Win32

Ary you know tools to convert MSIL code (Assembly) to Win32 (not Just In
Time)?
Nov 14 '05 #1
6 1985

"Pawel" <pa********@op.pl> a écrit dans le message de
news:ca**********@news.onet.pl...
Ary you know tools to convert MSIL code (Assembly) to Win32 (not Just In
Time)?

This is a bit off topic here, and the very fact that you can
imagine that this is possible means that you do not
know either MSIL or "Win32" (whatever that means).

MSIL code needs .net to run. It will never run anywhere
else.

Nov 14 '05 #2

Użytkownik "jacob navia" <ja***@jacob.remcomp.fr> napisał w wiadomości
news:ca**********@news-reader2.wanadoo.fr...

"Pawel" <pa********@op.pl> a écrit dans le message de
news:ca**********@news.onet.pl...
Ary you know tools to convert MSIL code (Assembly) to Win32 (not Just In
Time)?

This is a bit off topic here, and the very fact that you can
imagine that this is possible means that you do not
know either MSIL or "Win32" (whatever that means).

MSIL code needs .net to run. It will never run anywhere
else.

Yes , but MSIL (PE exe) is compile (in flight) to Win32
I want compile full code MSIL to Win32(PE exe) on beginning and write this
to file win32(PE exe)
Then my code win32(PE exe) will faster
Nov 14 '05 #3
Pawel <pa********@op.pl> scribbled the following:
Użytkownik "jacob navia" <ja***@jacob.remcomp.fr> napisał w wiadomości
news:ca**********@news-reader2.wanadoo.fr...
"Pawel" <pa********@op.pl> a écrit dans le message de
news:ca**********@news.onet.pl...
> Ary you know tools to convert MSIL code (Assembly) to Win32 (not Just In
> Time)?
>

This is a bit off topic here, and the very fact that you can
imagine that this is possible means that you do not
know either MSIL or "Win32" (whatever that means).

MSIL code needs .net to run. It will never run anywhere
else.

Yes , but MSIL (PE exe) is compile (in flight) to Win32
I want compile full code MSIL to Win32(PE exe) on beginning and write this
to file win32(PE exe)
Then my code win32(PE exe) will faster


Jacob Navia said "this is a bit off topic here", but I disagree with
him. This is completely, utterly and totally off topic here. This
newsgroup is about the C programming language, not about Microsoft
Windows programming APIs. Please ask in some of the
comp.os.ms-windows.programmer.* newsgroups.

--
/-- Joona Palaste (pa*****@cc.helsinki.fi) ------------- Finland --------\
\-- http://www.helsinki.fi/~palaste --------------------- rules! --------/
"You can pick your friends, you can pick your nose, but you can't pick your
relatives."
- MAD Magazine
Nov 14 '05 #4
Joona I Palaste wrote:
Pawel wrote:
jacob navia wrote:
Pawel wrote:

Ary you know tools to convert MSIL code (Assembly) to Win32
(not Just In Time)?

This is a bit off topic here, and the very fact that you can
imagine that this is possible means that you do not
know either MSIL or "Win32" (whatever that means).

MSIL code needs .net to run.
It will never run anywhere else.


Yes , but MSIL (PE exe) is compile (in flight) to Win32
I want compile full code MSIL to Win32(PE exe) on beginning and write this
to file win32(PE exe)
Then my code win32(PE exe) will faster


Jacob Navia said "this is a bit off topic here", but I disagree with
him. This is completely, utterly and totally off topic here. This
newsgroup is about the C programming language, not about Microsoft
Windows programming APIs. Please ask in some of the
comp.os.ms-windows.programmer.* newsgroups.


Hi Pavel,

I happen to agree with Jacob and Joona but that's just our opinion.
Please feel free to ignore us if you think differently.
But I really do believe that you would get more reliable answers
if you posted in one of the Windows newsgroups as Joona suggests.
It's *very* good advice.
Nov 14 '05 #5
Pawel wrote:
Użytkownik "jacob navia" <ja***@jacob.remcomp.fr> napisał w wiadomości
news:ca**********@news-reader2.wanadoo.fr...

"Pawel" <pa********@op.pl> a écrit dans le message de
news:ca**********@news.onet.pl...
Ary you know tools to convert MSIL code (Assembly) to Win32 (not
Just In Time)?

This is a bit off topic here, and the very fact that you can
imagine that this is possible means that you do not
know either MSIL or "Win32" (whatever that means).

MSIL code needs .net to run. It will never run anywhere
else.

Yes , but MSIL (PE exe) is compile (in flight) to Win32
I want compile full code MSIL to Win32(PE exe) on beginning and write
this to file win32(PE exe)
Then my code win32(PE exe) will faster


Such things are off-topic here, try microsoft.public.dotnet.general. Hint:
ngen.

- Pete
Nov 14 '05 #6
Joona I Palaste wrote:
Pawel <pa********@op.pl> scribbled the following:
Użytkownik "jacob navia" <ja***@jacob.remcomp.fr> napisał w
wiadomości news:ca**********@news-reader2.wanadoo.fr...
"Pawel" <pa********@op.pl> a écrit dans le message de
news:ca**********@news.onet.pl...
Ary you know tools to convert MSIL code (Assembly) to Win32 (not
Just In Time)?

This is a bit off topic here, and the very fact that you can
imagine that this is possible means that you do not
know either MSIL or "Win32" (whatever that means).

MSIL code needs .net to run. It will never run anywhere
else.

Yes , but MSIL (PE exe) is compile (in flight) to Win32
I want compile full code MSIL to Win32(PE exe) on beginning and
write this to file win32(PE exe)
Then my code win32(PE exe) will faster


Jacob Navia said "this is a bit off topic here", but I disagree with
him. This is completely, utterly and totally off topic here. This
newsgroup is about the C programming language, not about Microsoft
Windows programming APIs. Please ask in some of the
comp.os.ms-windows.programmer.* newsgroups.


I don't think it would be suitable in a Win32 group, either; It's about
..net.
microsoft.public.dotnet.general would be a much better place.

- Pete
Nov 14 '05 #7

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

Similar topics

10
by: Raymond Lewallen | last post by:
Is there some article out there that helps in reading MSIL? I've been looking but can't find anything, and I'm probably just looking in the wrong spots for the wrong keywords. I understand mov,...
7
by: Raymond Lewallen | last post by:
Microsoft, Can I make a request for a newsgroup specific to MSIL? I have taken great interest in MSIL and have done a lot of reading into MSIL, and written, compiled and tested with success a...
6
by: TrickyDicky | last post by:
Hi all, I'm just starting to experiment with MSIL but am getting confused about c# and MSIL integration. I understand that c# is compiled into MSIL before it is JIT'ed and then executed. I...
7
by: carl.manaster | last post by:
Hi, I'd like to take a string containing MSIL code, assemble it, execute it, and receive the result all from my running C# application. So far I've managed to manually create some MSIL code...
4
by: James dean | last post by:
My understanding is the MSIL runs on the CLR and the CLR is basically the JIT compiler plus Garbage collection. This part "MSIL runs on the CLR" is a bit vague to me can anyone give me a clearer...
3
by: NigelW | last post by:
Clarification needed please. If I compile a C++ program with the /clr option inpsection of the resulting assembly with ILDASM shows MSIL even for methods in classes for which I have not...
1
by: John Doe | last post by:
Hi all, I have a lot of confusion about what this runtime environment is. When I write an application with unmanaged code and unmanaged data, can I compile it to the MSIL, or it will compile...
3
by: Mark Fox | last post by:
Hello, I have read a lot about how the .NET Framework uses MSIL as its intermediate language. If I have a project in C# in VS.NET 2003, how do I get the MSIL for it so I could look at it? ...
10
by: Number 11950 - GPEMC! Replace number with 11950 | last post by:
Hi all, Playing VS2005 was more fun than Doom III, and I do enjoy my games. Anyway, it's back to work for me and I'm bogged down in my familiar VB6 stomping grounds because I don't want my...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.