x64.nsh 不工作
我在网上遇到了一段代码...
我的机器中有 64.nsh,作为示例,我在代码中包含以下内容:
${If} ${RunningX64}
MessageBox MB_OK "running on x64"
${EndIf}
它返回:
!插入宏: _If !insertmacro: 宏“_If”需要 4 个参数,传递了 2 个!
你能帮忙吗?
提前致谢!
I have encountered a piece of code in the web...
I have 64.nsh in my machine and as an example I have included in my code the following:
${If} ${RunningX64}
MessageBox MB_OK "running on x64"
${EndIf}
And it returns:
!insertmacro: _If !insertmacro: macro "_If" requires 4 parameter(s), passed 2!
Could you help?
Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将文件放在系统上还不够,您需要在代码中包含该文件:
Having the file on your system is not enough, you need to include the file in your code: