Timeline for answer to How do I fix the Visual Studio compile error, "mismatch between processor architecture"? by Jonathan DeCarlo
Current License: CC BY-SA 3.0
Post Revisions
3 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 12, 2012 at 2:23 | comment | added | Jonathan DeCarlo | It is the executable that determines what bitness will be used. If the executable is running as x64, then anything it loads (directly or indirectly) must be x64 or Any CPU. If the executable is running as x86, then anything is loads (directly or indirectly) must be x86 or Any CPU. | |
| Apr 11, 2012 at 21:16 | comment | added | Paul Eastlund | Is the configuration of the executable matter pertinent since I'm getting a failure just in trying to build the DLLs? (It's x86 though.) My computer is x64. | |
| Apr 11, 2012 at 21:11 | history | answered | Jonathan DeCarlo | CC BY-SA 3.0 |