We have an application which, for various reasons, needs to be compiled as both a 32-bit and 64-bit app.The thing is, we want to distribute both setup files (msi) on a single CD. 开发者_高级运维 Is th
suppose I have a class defined as follows class foo { char [10] bar; } How would the size of this class differ wh开发者_如何学JAVAen in a 64 bit environment compared to a 32 bit one, assuming no pa
We have an online movie that displays full-screen. Instead of the now-standard flash-based fullscreen, which was not available when the movie was originally written, an ActiveX control is used to lau
I\'m stuck for a full afternoon now trying to get python to build in 32bit mode. I run a 64bit Linux machine with openSUSE 11.3, I have the necessary -devel and -32bit packages installed to build appl
Having a Macbook Pro with windows installed thanks to bootcamp, I have several questions: Under windows, I see that processes only use 50% maximum of the CPU charge, is that because the processor is
I know I read all about surrogate process, and I was able to create a surrogate COM but it either all works in 32bit or all works in 64bit.
I\'m trying to get a setup package to run. If my application and it\'s setupproject is targeting x32 everything installs fine. But the application fails to load some COM+ components since they are 64
I would know if is possible compile a java desktop application in 32bit application fr开发者_运维百科om Windows 7 64bit using Netbeans.
I really hope there is some help to get on this subject. Has anyone ever used lua in an application that needs to have both 32-bit and 64-bit support? We are currently transitioning to 64-bit but are
I have a C# application which is built for both x86 (32 bit) and x64 (64 bit) platforms. My build system currently outputs two MSI installers, one for each platform. In case it makes a difference, my