How to check if DLL is compiled as 32-bit or 64-bit? November 30, 2011 by Muhammad Jawaid Shamshad Engineering 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. Previous Post Give a new look to your osCommerce store Next Post Displaying all categories and sub-categories in category box in osCommerce Muhammad Jawaid Shamshad
Add a Comment