简体   繁体   中英

Convert 32-bit compiled open source libraries to 64-bit compiled libraries

In my project, I am having set of open source libraries that are 32-bit compiled . How to compile those libraries in a such a way that the libraries should be 64-bit compatible ? How to make 64-bit compilation for those open source libraries?

There is no direct way to convert library 32 bit to 64 bit.

Please do follow step to resolve this issue.

  1. You can find your open source library compatible with 64 bit on Web.
  2. If didn't find library on web then you can build your lib with valid architecture with 64 bit. For the same set Library Target -> Build Setting -> Architecture.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM