Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
C# IL Code Generation
Message
De
26/08/2000 06:40:43
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
C# IL Code Generation
Divers
Thread ID:
00409521
Message ID:
00409521
Vues:
38
I know this is not a C# forum but try entering and compiling this code with CSC.
using System;

class SampleApp 
{  
   static public void Main()  
   {    
      ulong incValue = 0;    
      incValue++;    

      Console.WriteLine(i);  
   }
};
I presume this is a bug in the IL?
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform