What does this command return?
dumpbin /headers c:/InterSystems/IRIS_2019/CSP/bin/CSPa24.dllFor me (on IRIS for Windows (x86-64) 2018.2 (Build 241U) Fri Jan 26 2018 01:06:37 EST) it shows:
Dump of file ./CSPa24.dll
PE signature found
File Type: DLL
FILE HEADER VALUES
14C machine (x86)
5 number of sections
5BC558F7 time date stamp Tue Oct 16 06:20:23 2018
0 file pointer to symbol table
0 number of symbols
E0 size of optional header
2102 characteristics
Executable
32 bit word machine
DLLNote 14C machine (x86) value, it means that it's a 32bit dll. If you have similar output, I recommend installing 32 bit apache.
- Log in to post comments
