找不到 dfl_debug.lib

发布于 2024-12-17 04:13:18 字数 284 浏览 2 评论 0原文

我正在尝试使用 DFL / Tango 库使用 D 中的 Forms 编译我的第一个应用程序,但编译器第一次尝试说:未找到 DFL lib 文件

然后我尝试编译这些库,并收到以下错误:

not found: \dmd\import\import\*.obj 
dfl_debug.lib not found

我使用的是 DMD 编译器,版本 v2.055

我该如何解决它?

I'm trying to compile my first application using Forms in D, using the DFL / Tango libraries, but the compiler first attempt said: DFL lib files not found.

Then I tried to compile the libs, and got the following error:

not found: \dmd\import\import\*.obj 
dfl_debug.lib not found

I'm using the DMD compiler, version v2.055.

How I fix it?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

等风来 2024-12-24 04:13:18

我所做的就是下载最新的 snapshot 存档,并将其提取到安装 dmd 的位置。然后从 github/Rayerd 获取最新源代码,并从存档中将 win32/dfl 目录复制到 dfl 目录上。最后我使用 dfl.exe 可执行文件来编译我的程序。

Rayerd 没有跟上,因此请检查拉取请求和可能的其他存储库以获得有效的构建。

What I do is download the latest snapshot archive, extract this into where dmd is installed. Then get the latest source from github/Rayerd and copy the win32/dfl directory over the dfl directory from the archive. And finally I use the dfl.exe executable to compile my program.

Rayerd hasn't been keeping up, so check out pull requests and possible other repos to get a working build.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文