For visual studio 2015, I have a library opencv compiled for 64 bit without being able to get the 32 bit version. A different library is compiled for 32 bit without access to 64. My executable depends on both of these libraries but they are not compatible with each other. How would I deal with this problem? I am thinking interprocess communication but is this the best way?