PowerMacG5
Diamond Member
I have a question. I understand that when compiling a program in .NET, it is compiled to an IL that the .NET Framework interprets to machine language then executes, but I want to find something out. Is there anyway to take that IL and compile it into a binary so that it can be run on a machine without the .NET Framework? The reason I ask is because I am making a program for a friend in VC#, and he doesn't want to install the .NET Framework, and I really don't wanna pull out my VC++ and MFC books for consulting (being that I am now fluent in C#, and VC++ is slowly fading to the back of my head). Any help is welcome.