I have a 32-bit .so binary-only library and I have to generate 64-bit program that uses it. Is there a way to wrap or convert it, so it can be used with 64-bit program?
For an example of using IPC to run 32-bit plugins from 64-bit code, look at the open source NSPluginWrapper.