Linking 32-bit library to 64-bit program

后端 未结 3 1766
天命终不由人
天命终不由人 2020-11-30 11:25

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?

3条回答
  •  日久生厌
    2020-11-30 11:51

    For an example of using IPC to run 32-bit plugins from 64-bit code, look at the open source NSPluginWrapper.

提交回复
热议问题