Static compilation in the .NET world
- by AngryHacker
I'll be writing a small desktop app for a client that has WinXP machines and they won't be installing the .NET framework (at least not for me).
So my choices are limited to either C++ or VB6, neither of which sound great.
I remember reading back in the day that Mono came up with a static compiler, but recently the only thing I could find is Miguel de Icaza's entry on static compilation for a game engine for the purposes of running the app on the iPhone - not what I had in mind.
Are there any products out there, free or commercial that will allow me to statically compile my .net 3.5 winform app?
Thanks