gpt4 book ai didi

c++ - Irrlicht 错误 "No Entry point"

转载 作者:行者123 更新时间:2023-11-28 08:01:43 25 4
gpt4 key购买 nike

我在 Irrlicht 中做了一些项目,它编译得很好,但是当我尝试运行它时,它给了我以下错误

The procedure entry point ?IdenttityMatrix@core@irr@@3V?$CMatrix4@M@12@B 
could not be located in the dynamic link library Irrlicht.dll.

我在这里错过了什么,因为我不知道它到底在提示什么。提前致谢。

最佳答案

好吧,至少你的应用程序启动了!这意味着您的应用程序动态链接到 Irrlicht.dll 而不是静态链接(在后一种情况下,您的应用程序甚至不会启动)。此失败表明已成功找到 Irrlicht.dll 库,但未找到预期函数(在您的情况下为 IdenttityMatrix)的入口点。很可能是您没有使用正确版本的库。

关于c++ - Irrlicht 错误 "No Entry point",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11279103/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com