MSIL to Win32

J

jacob navia

Pawel said:
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.
 
P

Pawel

U¿ytkownik "jacob navia said:
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
 
J

Joona I Palaste

Pawel said:
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 ([email protected]) ------------- 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
 
E

E. Robert Tisdale

Joona said:
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.
 
P

Pete C.

Pawel said:
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
 
P

Pete C.

Joona said:
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,143
Messages
2,570,822
Members
47,368
Latest member
michaelsmithh

Latest Threads

Top