Re: [Ikvm-developers] Are the 64 Bit Assemblies build using the ANYCPU setting?
Brought to you by:
jfrijters
|
From: Jeroen F. <je...@su...> - 2013-11-07 17:05:31
|
Hi, All assemblies other than JVM.DLL are built for AnyCPU. JVM.DLL is only used when you want to use the JVM hosting API and that is necessarily CPU specific. BTW, you can use the corflags command to inspect the flags of a managed assembly. Regards, Jeroen > -----Original Message----- > From: don [mailto:do...@ri...] > Sent: Thursday, November 7, 2013 17:14 > To: ikv...@li... > Subject: [Ikvm-developers] Are the 64 Bit Assemblies build using the > ANYCPU setting? > > Our executable is built with the Visual Studio's Project Property > Platform target set to Any CPU. We are using the following IKVM > assemblies: > > IKVM.OpenJDK.Core.dll > IKVM.OpenJDK.SwingAWT.dll > IKVM.OpenJDK.Text.dll > IKVM.OpenJDK.Util.dll > IKVM.Runtime.dll > IKVM.Runtime.JNI.dll > JVM.dll > > Are there 64 Bit versions of each of these assemblies and were they > build with the Any CPU Platform Target? > > Thanks In Advance... > > > ------------------------------------------------------------------------ > ------ > November Webinars for C, C++, Fortran Developers Accelerate application > performance with scalable programming models. Explore techniques for > threading, error checking, porting, and tuning. Get the most from the > latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clk > trk > _______________________________________________ > Ikvm-developers mailing list > Ikv...@li... > https://lists.sourceforge.net/lists/listinfo/ikvm-developers |