T O P I C R E V I E W |
leslei |
Posted - 06 Nov 2012 : 08:20:58 is the a 64bit version and if so where can I download from
Les |
3 L A T E S T R E P L I E S (Newest First) |
Alessio Viti |
Posted - 07 Nov 2012 : 08:08:04 Prinz is right, XMM is made to work on 32 bit, but of course can work also in 64 bit. There isn't a specific release yet for 64 bit.
Ale |
Prinz |
Posted - 06 Nov 2012 : 15:52:36 Technically speaking as XMM is a .net Application, there is nothing like x86, x64 native code.
.Net Programs use a Just-In-Time-Compiler to create Native Code after you start the program on a PC. So .Net Programs can be universal x86/x64, but only if all Components are universal and external native dll's, ... are available in both x86 and x64. Since many dll's,... aren't available as x64 a .net Program can be forced to be Compiled in just one way. In the case of XMM it is forced to compile as x86. I think the main reason is because the Database Engine Jet (Access) from Microsoft is only available as x86 and will never be available as x64. The Jet Engine isn't developed anymore by Microsoft. |
JDommi |
Posted - 06 Nov 2012 : 10:52:55 No, a special 64-Bit version doesn't exist. |
|
|