无法打开文件 irvine32.inc

发布于 2024-12-14 07:54:58 字数 90 浏览 7 评论 0原文

我试图在 masm 6.15 中汇编程序,但它给出了标题中提到的错误。我正在尝试在 Google 和不同的搜索引擎中搜索此错误,但没有提供有用的信息,因此请提供帮助。

I am trying to assemble program in masm 6.15, but it gives the error as mentioned in title. I am trying to search this error in Google and different search engine, but no helpful information is available, so kindly help.

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

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

发布评论

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

评论(2

隐诗 2024-12-21 07:54:58

尝试将绝对路径写入文件。也许尝试使用

includelib irvine32.lib

我使用的相同库并阅读这本书来包含 irnive32.lib 。我避免使用 Visual Studio 并使用 MASM32 汇编器及其附带的编辑器。从那以后我对包含文件没有任何问题!

Try writing the absolute path to file. And perhaps try including irnive32.lib using the

includelib irvine32.lib

I used that same library and read the book. I avoided visual studio and used the MASM32 assembler and the editor that came with it. I did not have any problem with include files since!

狼性发作 2024-12-21 07:54:58

打开项目属性。
展开 Microsoft 宏程序集 <<单击常规。
在“包含路径”中添加文件夹路径。在此处输入图像描述

open project properties.
expand Microsoft Macro assembly << click on general.
add folder path in "INCLUDE PATHS".enter image description here

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