zoukankan      html  css  js  c++  java
  • Unresolved external 'LresultFromObject'

    [ILINK32 Error] Error: Unresolved external 'LresultFromObject' referenced from D:PROGRAM FILESEMBARCADERORAD STUDIO7.0LIBRELEASEVCLACTNBAND.LIB|ActnMenus

    Release  运行报错,不知如何解决???????????????

    搜索答案中。。。。。。。。。。。。。。。。。。。。

    经过数小时的坚持不懈,问题解决,ok,兴奋和幸福感 油然而生! 20140510

    ----------------------------------------------------------------

    参考网址

    http://www.dnasir.com/2011/02/17/unresolved-external-lresultfromobject-error-in-rad-studio-2010/

    [ILINK32 Error] Error: Unresolved external 'LresultFromObject' referenced from D:PROGRAM FILESEMBARCADERORAD STUDIO7.0LIBRELEASEVCLACTNBAND.LIB|ActnMenus

    After spending some time searching for a solution, I came upon a post on Embarcadero’s own forum, that became the solution to my compilation problems.

    A forum user wrote that all I had to do was add a pragma link to “oleacc.lib” at the top of my code and that should allow RAD Studio to compile without any further problems.

    Instead of adding a pragma link, I just added the library link using “Project>Add to Project” and pointed towards “oleacc.lib” located at “C:Program Files (x86)EmbarcaderoRAD Studio7.0libpsdkoleacc.lib” on my computer.【oleacc.lib  在 ..7.0LIBpdsk 中

    That’s it. I was able to compile after I added “oleacc.lib” to my project.Thank God.

    The path to “oleacc.lib” could be different on your machine, so make sure you point RAD Studio to the correct location.

    Til next time, wassalam.

  • 相关阅读:
    Beyond_Compare 4.2.3中文版下载及密钥(亲测可用)
    ORA-0131:Insufficient privileges(Oracle授予用户DEBUG权限)
    常见正则表达式
    MySQL导入导出SQL文件(txt文件)
    存储过程(总结)
    怎样优化数据更新、访问量大的数据库(总结)
    索引原理(平衡树数据结构)
    Oracle面试题
    Linux系统没有IP地址
    iwlist/iwconfig/iw命令
  • 原文地址:https://www.cnblogs.com/gaoquanning/p/3720783.html
Copyright © 2011-2022 走看看