Re: All about DeXter...



Thanks, Serge. That's a nice summary.

Something I don't understand the significance of is:

* 64-bit .NET - compiler preview - you can compile 64bit C# code using
dccil
and
* 64-bit .NET 2.0

My understanding was that Delphi compiled your app into MSIL. The JIT
compiler is what takes that MSIL and makes it run on your specific CPU
(32-bit or 64-bit). Is the current MSIL that Delphi creates somehow not
able to be JITed on a 64-bit machine?

--Troy
Doesn't the dccil compiler just produce MSIL, and doesn't


.