> Here is a question.. Can C# compile into native code? or is it .Net only?
MS .net is managed code only.
Mono can do ahead of time compilation producing native code (that's how they do 
iPhone apps) and has a linker to reduce exe size.  I don't know how well it all 
works though.
Sean

_______________________________________________
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to delphi-requ...@delphi.org.nz with Subject: 
unsubscribe

Reply via email to