32bit-64bit
Should I use 'long' instead of 'int' on 64-bits in langs with fixed type size (like Java, C#)
In 10, or even 5 years there will be no [Edit2: server or desktop] 32-bit CPUs. So, are there any advantages in using int (32bit) over long (64bit) ?[详细]
2023-03-22 17:30 分类:问答Excel VBA error when calling DLL "An attempt was made to load a program with an incorrect format"
I have an Excel file that calls a .net DLL (called \"MyDLL\") in the auto_open VBA macro. When it gets to the 2nd line below, the error below occurs:[详细]
2023-03-22 17:22 分类:问答Remote debugging an app with the DEBUG versions of the CRT when VS is not installed on the remote machine
First let me say that I can remote debug a release build on the remote computer. I set up my release build much l开发者_运维百科ike my debug build but I mostly had to make sure the Debug flag was not[详细]
2023-03-22 13:04 分类:问答Using 32-bit library in 64-bit C++ program
Is there any way how use an old 32-bit static library *.a in a 64-bit system. The is no开发者_如何学Python chance to obtain a source code of this old library to compile it again.[详细]
2023-03-22 10:08 分类:问答Why am I able to call a 32 bit COM library from an AnyCPU .NET web application running in IIS7 in 64 bit mode?
Without using a COM+ proxy service, I\'m quite happily able to use classes from a 32 bit COM interop library from a .NET application compiled with target AnyCPU, running in a 64 bit w3wp process.[详细]
2023-03-21 20:27 分类:问答Installing MySQLdb Python Architecture Error
I am trying to install MySQLdb python and am having trouble getting it to work because I get an architecture error.[详细]
2023-03-21 08:23 分类:问答Should I define both _WIN32 and _WIN64 in 64bit build?
When we add a 64bit configuration from a 32bit project that has already existed, Visual Studio copies the 32bit configurations by default. VS even copies _WIN32[详细]
2023-03-20 12:33 分类:问答Java Serial I/O in Windows x64 using JRE x86
I have a Java application running on Windows 7 64-bit, but running on a 32-bit version of JRE. I need this application to communicate with a serial com port, and apparently I need a little help. :)[详细]
2023-03-20 03:37 分类:问答opening a 32bit visual C# project in 64bit OS
I\'ve built a project in Micorosft Visual C# in my 32bit windows system , and it works fine there but I need to be able to open my project and do a little 开发者_开发技巧bit of my work on my other sys[详细]
2023-03-18 02:11 分类:问答When I create a virtualenv, python runs in 64-bit even when already set to 32-bit in OSX
My setup is: 2.6.1 python (apple default, snow leopard), virtualenv, and using virtualenvwrapper Outside the environment, everything runs in 32-bit which is fine. But with a new project I\'m going to[详细]
2023-03-17 20:51 分类:问答