【问题标题】:The procedure entry point could not be located in the dynamic link library - looking in wrong DLL无法在动态链接库中找到过程入口点 - 查找错误的 DLL
【发布时间】:2013-05-31 23:53:44
【问题描述】:

为特定配置构建时,我的程序似乎在错误的 DLL 中寻找特定功能。这些函数在不同的 DLL 中定义,并在完全独立的代码段中使用,并且错误总是指同一个 DLL (libvlc.dll)。如果我使用 libvlc.dll 构建不同的配置或禁用任何东西,一切正常。一切都在没有错误或警告的情况下构建,但是在使用 Debug -> Step Into 时程序会在第一行被击中之前崩溃

The procedure entry point ReportFault could not be located in the dynamic link library libvlc.dll
The procedure entry point curl_easy_setopt could not be located in the dynamic link library libvlc.dll
The procedure entry point ogg_stream_packetin could not be located in the dynamic link library libvlc.dll

【问题讨论】:

    标签: c++ dll


    【解决方案1】:

    这原来是由于我的项目使用 /OPT:REF https://forum.videolan.org/viewtopic.php?f=32&t=98097 时使用 /OPT:NOREF 构建的 vlc 引起的

    【讨论】:

      猜你喜欢
      • 2012-09-09
      • 1970-01-01
      • 2013-08-24
      • 1970-01-01
      • 1970-01-01
      • 2015-03-29
      • 2013-07-24
      • 2013-03-19
      • 2011-10-19
      相关资源
      最近更新 更多