I have compiled and linked assimp's 32-bit libraries to a program targeting a 32 bit platform with all other 32-bit libraries linked therein. I've placed the relevant 32-bit binaries into the 'Debug' folder. When I compile the program, there are no errors; there are no linker errors either. But, there is a run-time error:
The application was unable to start correctly (0xc000007b). Click OK to close the application.
From what I've gathered, this is a bit mismatch whereby there are differences in the bit versions of some libraries. I'm running Windows 7 64-bit. I do not see how there could be a bit mismatch (if that's the cause) since I'm using the 32-bit libraries and binaries. How can I resolve this error?
Please do not close this question! This isn't a duplicate; I only require help as to how I can resolve this error.