Microsoft's C# compilers compile source code into MSIL, which runs on the
..NET Framework (or another CLI-compliant engine). What you'd need to
accomplish your question is a C# compiler that generates native code for the
processor. I'm not sure if any of these have been built by 3rd parties,but
it is possible.
So, if I wrote a C# app which did nothing except display an empty form
with the caption "Hello World", how big would the EXE file be, if
linked as a stand-alone app?
Dave
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.