P
Profesorglou
Guest
I'm trying to convert a 32bit application to 64 bit and I've finally gotten rid of all the linker errors but now my application crashes on launch and research informed me to check dlls with dependency walker which among a few other errors does show my 64 bit app using 32bit DLLs.
However the confusing part for me is that I'm pointing to the 64bit folders for the dll that is being created on compile as 32 bit and I don't know why. I even double checked the dll in the Win64 folder and it is a 64 bit DLL but every time it compiles it into 32.
My Properties for the project indicate it is in fact pointing to the win64 folder containing the right dll.
Confused.
Continue reading...
However the confusing part for me is that I'm pointing to the 64bit folders for the dll that is being created on compile as 32 bit and I don't know why. I even double checked the dll in the Win64 folder and it is a 64 bit DLL but every time it compiles it into 32.
My Properties for the project indicate it is in fact pointing to the win64 folder containing the right dll.
Confused.
Continue reading...