I try to build some program using Visaul studio 2013 with 64 bit dll options.
But when I check dependency using dependency walker they told me external dlls are 32bit like below.
The examples of external libraries are in below:
API-MS-WIN-CORE-APPCOMPAT-L1-1-0.DLL
API-MS-WIN-CORE ...
API-MS-WIN-CORE ...
API-MS-WIN-CORE ...
...
EXT_MS_WIN ...
...
KERNEL32.DLL
KERNELBASE.DLL
...
My question is somehow related with this thread
But the differences are I have those dlls 32bit.
So I may have to change them to 64 bit.
How could I bring 64 bit external libraries of those?
I already set 64 bit platform in configuration