yea but it will have to compile all the classes that it uses, so im guessing
that a small 1mb will suddenly balloon to around 10mb (at least)

On Mon, May 11, 2009 at 12:34 AM, CallMeLaNN <[email protected]> wrote:

>
> I know it can.
> I heard before in an internet banner advertisement.
> However, I don't remember the name. :(
>
> From what they said, it can compile to umanaged .exe app to be run in
> windows without .NET also
> can compile in different platform (not sure).
>
> The key thing is, it is 3rd party compiler that you need it to
> compile, not the Visual Studio C# or VB.NET compiler one.
> It will merge all your code, mscorelib, other managed code and also
> all your prerequisites so that end user can easily install it.
>
> The con is absolutely the installer and your app size become larger.
> It is not suitable for commercial use because all end user need to
> install the samething (.NET framework core) in the same PC repeatedly.
> Another thing is you need to thing the app bugs that you can't see
> during debugging/using .NET but it may occur when you compile it with
> 3rd party compiler that is not come from Microsoft.
>
>
>
> On May 1, 4:36 pm, "[email protected]" <[email protected]> wrote:
> > how i can make an exe software by c# that
> > not nead to .netframwork
> > thanks alot
>

Reply via email to