Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
C# IL Code Generation
Message
From
26/08/2000 06:40:43
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
C# IL Code Generation
Miscellaneous
Thread ID:
00409521
Message ID:
00409521
Views:
37
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?
Next
Reply
Map
View

Click here to load this message in the networking platform