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.

  • 相关阅读:
    限制并方便用户输入
    更新QQ客户端缩略图//不加好友聊QQ
    XPManifest控件的作用与用法
    传奇SF一机多区路由器的设置
    SQL查询语句使用详解
    汇编学习笔记3
    汇编学习笔记2
    汇编学习笔记6
    汇编学习笔记4
    汇编学习笔记11
  • 原文地址:https://www.cnblogs.com/gaoquanning/p/3720783.html
Copyright © 2011-2022 走看看