generating Native Code

  • Thread starter Thread starter rashid
  • Start date Start date
R

rashid

Sorry for posting this message on general . kindly direct
this message to the specific group.

I know we can invoke the Native Code from .Net but can we
generate Native Code in .Net( Native Code means PE file
and native dlls), if so how many ways to achieve it.

Thank You
 
What do you mean by "generate native code"? Do you mean compile C# so that
it doesn't need the framework or something similar?
-mike
MVP
 
Yes thats exactly what i meant. I want to be able to
execute the generated exe without .NET FrameWork.

Thanx in advance.
 
Back
Top