wow64
Running IIS with WOW64 and loading 64-bit DLL
A client is 开发者_如何学Pythonrunning IIS with WOW64 enabled and is complaining that she cannot load our 64-bit DLL.[详细]
2023-04-12 15:27 分类:问答TSQLConnection.GetFieldNames not working on 64-bit machine
I have Delphi 2005 code that I use to retrieve database table field names. It works with no problems on 32-bit machines (Windows XP, Windows Vista, Windows 7).[详细]
2023-04-01 02:12 分类:问答WOW64 - running powershell from within Visual Studio
Can someone please explain, simply, why it is necessary to go through so many hoops in order to run PowerShell (as an external command) from visual studio? I know it has to do with the bit differences[详细]
2023-03-16 14:14 分类:问答solution using only-32bit dll and only-64bit dll
1) i am wanting to use a 32-bit dll that is not available as 64-bit dll 2) another constraint: Im wanting to also use another dll the 32bit version of which does not work in WOW64 so the second dll h[详细]
2023-03-11 21:47 分类:问答Opening %SystemRoot%\system32\calc.exe from a 32-bit process redirects to another file. Which, why and how?
I\'m currently writing some test code in C++ that messes around with PE files to understand its file format structure. My project is set to compile to 64 bit. In my code I open %SystemRoot%\\system32\[详细]
2023-03-01 03:58 分类:问答32bit DLLs using MSDTC/oracle XA on 64 bit Win2k3
I have a COM+ application开发者_开发问答 (mostly vb6 based), that I need running on a 64-bit system. It\'s supposed to communicate with an oracle database (10g, 32bit). Everything works fine when I di[详细]
2023-02-22 12:06 分类:问答Runtime error (dll loading) with win32 applications on x64 system, while compiling 0K
I originally designed a win32 application on win7 32bits, with VC9.0. I recently upgraded to win7 64 bits, and tried to build+execute the previous application.[详细]
2023-02-17 20:47 分类:问答How to generate a 32bit only Managed C++ Assembly
I need to compile a DLL in Managed C++ in Visual Studio 2005. I want it with 32Bit corflag on. See http://illuminatedcomputing.com/blog/?p=117 for reference.[详细]
2023-02-10 12:40 分类:问答Wow64DisableWow64FsRedirection and GetNamedSecurityInfo - unavoidable ERROR_BAD_EXE_FORMAT?
I am using Wow64DisableWow64FsRedirection / Wow64RevertWow64FsRedirection to disable and restore WOW-64 file redirection (making system32\\ to syswow64\\ and some registry changes). The MSDN page warn[详细]
2023-02-05 21:10 分类:问答WOW64 Redirection and LoadLibrary
I\'m trying to buil开发者_运维技巧d a 32-bit program that can run correctly on 64-bit Windows; that is, if it needs to open a text file for the user, the file needs to not be redirected from C:\\Progr[详细]
2023-02-05 01:27 分类:问答