Menu

LZMA compilation error for iOS

2017-07-12
2017-07-12
  • Hoang Linh, Duong

    Hi All,

    I encountered compilation error for LZMA code in Xcode. The errors are due to the specific definition in windows, as below:
    1. CRITICAL SECTION
    2. LPVOID
    3. HANDLE

    These 3 are included in files Thread.h/c.

    Really appreciate helps/suggestions from everyone.

     
  • Igor Pavlov

    Igor Pavlov - 2017-07-12

    compile with

    _7ZIP_ST
    
    #define _7ZIP_ST
    
     

Log in to post a comment.