M
Matt Gilarde
Guest
My guess is that there is a mismatch between the DLLs and the executable which is loading them. A 64-bit process can only load 64-bit DLLs and a 32-bit process can only load 32-bit DLLs. Are you sure that the DLLs are the same "bitness" as the executable?
Continue reading...
Continue reading...