zoukankan      html  css  js  c++  java
  • VC++ LoadLibrary失败,错误127(找不到指定的程序)

      该原因一般是由于DLL或其依赖的DLL使用了高版本的API,而运行时找不到dll中的函数导致的错误。

      使用依赖工具查看可能是这样的情况:第一个依赖dll文件小方块中有红色

            

      正常情况下,应该是这样:

      

      解决办法:VS编译该dll时,请确保依赖的动态链接库的*.h*.lib以及*.dll保持一致。

  • 相关阅读:
    SpringMVC扩展
    反射机制
    python day9
    python day8
    python day7
    python day6
    python day4
    python day3
    python day2
    python day1
  • 原文地址:https://www.cnblogs.com/MakeView660/p/8967174.html
Copyright © 2011-2022 走看看