C# and Win32
C#
2
Posts
2
Posters
11
Views
1
Watching
-
I'd like to know if with C# is possible to develop Win32 native(EXE) application (in the "old" stile, without the need of CLR). Thanks.
-
I'd like to know if with C# is possible to develop Win32 native(EXE) application (in the "old" stile, without the need of CLR). Thanks.
No, all C# applications require the runtime.