Yeah - loading project file in Microsoft visual studio - it defaults to win32. On windows I couldn't get it to compile on 64bit.?
I tried both 32 and 64bit here - indeed running 32bit on this architecture - threw the lib error.
Context of the lib directory?
```
root@flare9x:~/IBJts/source/cppclient/client/lib# ls
eula.txt? libbid.a? libbid.so
```
When i run objdump -f libbid.a
```
root@flare9x:~/IBJts/source/cppclient/client/lib# objdump -f libbid.a
In archive libbid.a:
?
bid64_acos.o:? ? ?file format pe-x86-64
architecture: i386:x86-64, flags 0x00000039:
HAS_RELOC, HAS_DEBUG, HAS_SYMS, HAS_LOCALS
start address 0x0000000000000000
?
?
bid64_acosh.o:? ? ?file format pe-x86-64
architecture: i386:x86-64, flags 0x00000039:
HAS_RELOC, HAS_DEBUG, HAS_SYMS, HAS_LOCALS
start address 0x0000000000000000
```
When i run objdump -f libbid.so
```
root@flare9x:~/IBJts/source/cppclient/client/lib# objdump -f libbid.so
?
libbid.so:? ? ?file format pei-x86-64
architecture: i386:x86-64, flags 0x0000013b:
HAS_RELOC, EXEC_P, HAS_DEBUG, HAS_SYMS, HAS_LOCALS, D_PAGED
start address 0x0000000489e94a60
```