How to check if DLL is compiled as 32-bit or 64-bit? November 30, 2011October 27, 2022 by Muhammad Jawaid Shamshadin C/C++, Microsoft, Technology, Windows Open visual studio command prompt. Use this command: dumpbin /headers C:\path\name.dll At the very beginning, you will find “FILE HEADER VALUES”, the first value will have a “(x86) ” for 32 bit and “(x64)” for 64 bit. 24.94622567.04707Share this: People also read...Xdebug in WebMatrixIn ".Net"Install Oracle XE 11g on Windows 64-bitIn "Microsoft"How do I: check if DLL is loadedIn "IIS"