Is it possible to set up the compiler in such a way so it compiles the executable/DLL for both x86 and x64? I mean, one file suitable for both platforms.
I\'ve coded a p开发者_如何学Crogram in C that uses the NX Open C library.I have to compile it into a .dll, and as a 32-bit .dll on a 32-bit machine, it works beautifully.However, when I put the same c
In Windows 2008 R2 server (server core installation) wow64 is no longer a required component. I can compile a 32 bit application using the same source code as a 64 bit application (with a few ifdefs
My code works fine on a 32 bit s开发者_JS百科ystem.I am simply referencing a COM component that reads/writes xml.So, I tried compiling in \'X86\' and then running on a 64 bit system when I received th
Running visual c++ 2010 on 64bit win7, this line #include \"C:\\Windows\\SysWOW64\\user32.dll\" its the correct path, the errors however include variations of
I have an MVC 3.0 app.My testing framework is nUnit 2.4.8.0.I started this code on a 32 bit machine, and recently started using a 64 bit machine.I just as recently upgraded the project to .NET 4.0.
I am currently working on a DLL for Windows Explorer, which provides various features like information and thumbnails for certain types of files. So far it works fine on Windows x64, and I am now work
I have an existing solution with various windows forms.I went through to make some cosmetic changes to controls on the forms (resize, anchoring buttons), but for some reason the changes I am making to
I created a dll file built (Project:win32 app, ATL and COM object using Visual studio 2008) in 32 bit. In win 7 32 bit OS, After registering my dll i\'m getting \"ABC\" option in context menu(on right
This question already has answers here: Closed 11 years ago. Possible Duplicate: Detect whether current Windows version is 32 bit or 64 bit