致命错误 LNK1118
当我构建 dll 时,definition.def 文件中出现“致命错误 LNK1118:'ENTRY' 语句中的语法错误”。所以请告诉我如何在definition.def 文件中写入。在某些地方我读到了有关 dumpbin.exe 的内容。Can我在这种情况下使用它。
- #define ENTRY _stdcall
typedef LONG OKERR 这些在其他头文件中定义。 像这样的definition.def文件。
LIBRARY“hello”
- 导出
- OKERR ENTRY 函数 1
- OKERR ENTRY 函数 2
When I build my dll the "fatal error LNK1118: syntax error in 'ENTRY' statement" occur in definition.def file.So please tell me how to write in the definition.def file.In somwhere I read about dumpbin.exe.Can I use it in this case.
- #define ENTRY _stdcall
typedef LONG OKERR
these are define in other header file.
The definition.def file like this.LIBRARY "hello"
- EXPORTS
- OKERR ENTRY function1
- OKERR ENTRY function2
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论