32-bit
App with many assemblies forcing 32-bit
I have a VS solution with many assemblies and third-party utilities.I need to force the app to run 32-bit when running on a 64-bit machine.The app runs just fine on a 32-bit machine.I forced the .exe[详细]
2023-01-03 21:11 分类:问答VS build - 32 bit vs 64
ASP.NET 4.0: My laptop is running 64-bit Win7 Ultimate, using VS 2010 and IIS7. My dev, staging and production servers are all 32-bit 2003 Server with IIS6 (obviously).[详细]
2023-01-03 15:58 分类:问答Biggest int array that a computer can handle?
I need to create an array as big as possible on my 32bit Linux computer. Wh开发者_如何转开发at is the biggest array size that my computer can handle? Is it 2^32 ?I assume it will be somewhere somewher[详细]
2022-12-31 11:35 分类:问答How to reliably specialize template with intptr_t in 32 and 64 bit environments?
I have a template I want to specialize with two int types, one of them plain old int and another one is intptr_t. On 64 bit plat开发者_Python百科form they have different sizes and I can do that with e[详细]
2022-12-31 07:15 分类:问答'Microsoft.ACE.OLEDB.12.0' 64x Sql Server and 86x Office?
The error: OLE DB provider \'Microsoft.ACE.OLEDB.12.0\' cannot be used for distributed开发者_开发百科 queries because the provider is configured to run in single-threaded apartment mode.[详细]
2022-12-31 05:40 分类:问答How do I run a VBScript in 32-bit mode on a 64-bit machine?
I have a text 开发者_如何学Gofile that ends with .vbs that I have written the following in: Set Conn = CreateObject(\"ADODB.Connection\")[详细]
2022-12-30 00:53 分类:问答How to exclude source files from cmake created visual studio projects based on target architecture?
I have a Windows Driver Kit solution that builds the dll for a printer driver.I then convert the binary to C-code and include it into my source开发者_如何学Go so that the dll can be extracted at run t[详细]
2022-12-28 23:37 分类:问答Can Windows handle inheritance cross the 32-bit/64-bit boundary?
Is it possible for a child process to inherit a handle from its parent process if one process is 32-bit and the other is 64-bit?[详细]
2022-12-28 03:27 分类:问答Checking if file is 32bit or 64bit - on Windows
I\'m compiling a program on my 64bit machine, but I\'m not sure if it produces 32-bit or 64-bit output.. How can I check if a file is 32bit o开发者_运维问答r 64bit on Windows? You can use GNUfile for[详细]
2022-12-27 11:02 分类:问答Loading PNG textures to OpenGL
I\'m working on a game, and all of my graphics use magenta as transparent/magic color. They are all 32-bit and the magenta is just for conveniency.[详细]
2022-12-27 02:28 分类:问答