• Delphi XE4 IOS Series: "Loading SSL module faild.? " Indy ssl feature on ios . Here is the solution.


    https://forums.codegear.com/message.jspa?messageID=561776#561776 

    In this post, some guys are confused in this issue. Since i just have time to check the RAD Studio X4 during our laboray holiday , i have try to do some resarch on this issue. i almost resolve it .  Because, i have a working Vmware machine installed Mountion Lion . it speed up me. 

    Actually, this issue : "Load SSL Module Failed' or  'Can't load SSl Library' seems almost same one.  It is makred in Rev4995 by RemyLebeau (TeamB). he  fingure out after we add uses IdSSLOpenSSLHeaders_static unit  , the issue should be resolved.   

    "Bug fixes for TIdStackLibc and TIdStackLinux.

    Updated TIdHeaderList to disable folding by line length for HTTP headers.

    Adding missing unit for static linking of OpenSSL under iOS."    Great Job, Nic Comment. 

    ideally, the result is , libcyrpto.a can't be founded shown.   First, i am thinking maybe some compiler option can make the library be compiled.  -L ? not  working..  

    additional info, you should got the libssl.a also.  

    finally, when i try to add that file into project option search path, it works for me.  yes, i copy that library file ssl.a and licrpyto.a to one folder on windows.  and add it into seach path.  

    now, it works for me. i can deploy it to my real device .  my project is indyTcpclient with ssl link, a simple project.  if you like, you can grab it from here. 

  • 相关阅读:
    四轴PID思路整理
    STM32输入捕获TIM2四通道
    四轴和遥控器的对应
    四层板学习(二)
    四层板学习(一)布线前的准备
    冲突的处理方法
    散列表
    重设置电脑时间
    深圳销量统计源码分析
    源码分析
  • 原文地址:https://www.cnblogs.com/cnsoft/p/3074641.html
Copyright © 2020-2023  润新知