On Tue, Apr 28, 2009 at 5:08 AM, David Henderson <[email protected]> wrote: > 1) I used file to determine that the .exe files were 32bit. It is entirely > possible that file returns 32bit for all .exe, rather than examine the file.
OR... it's entirely possible that what I said is the case: executable CIL assemblies are tagged as 32-bit so they can be run on 32-bit systems. IL is platform-independent; if C# compilers tagged executables 64-bit then they would not run on 32-bit systems, and what sense would that make? It may be a good idea to read replies carefully instead of assuming incorrect information. :) -- Chris Howie http://www.chrishowie.com http://en.wikipedia.org/wiki/User:Crazycomputers _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
