hawk3d Posted February 21, 2003 Posted February 21, 2003 Anybody knows how i can compile a C# project , into native code directly ? THX. :confused: Quote
*Gurus* divil Posted February 21, 2003 *Gurus* Posted February 21, 2003 You can't, directly. You can't make an entirely win32 executable file with .NET. There is a tool, ngen, which can compile all the IL in to win32 code and cache it, but it won't be stored in the application itself. This step is usually performed as a post-install task, and is usually unnecessary. Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.