|
C # has a variety of compilers. In addition to the MS version, there are Novell's Mono and GNU's DotGNU. However, no compiler seems to generate Native code. So if you use C #, either use MS's CLR or use Mono.
If you need to develop Win32 project, it is recommended to use Delphi. Originally you were using this. There seems to be no quicker option. |
|