错误:msoutl.h,没有这样的文件或目录

问题描述:

这段代码是否正确?

Is this code correct?

展开 | 选择 | Wrap | 行号

我不是知道吗,你是通过编译器运行的吗?


也许这个会有帮助吗?
I don''t know, did you run it through a compiler?

Maybe this will help?



我不知道,你是通过一个编译器?


也许这个会有帮助吗?
I don''t know, did you run it through a compiler?

Maybe this will help?



是的。但它给了我这个错误:msoutl.h:没有这样的文件或目录。有什么想法吗?

Yes. But it gave me this error: msoutl.h: No such file or directory. Any ideas?


你在顶部有什么包含,从#include .......开始(听起来你要么包括一个不在你的系统上的,在这种情况下你必须下载并添加它,你可能错误输入它,或者对缺少的那个有依赖) />

你的编译器/ IDE版本是什么?
What are your includes at the top, starting with "#include ......." (It sounds like you either included one that is not on your system, in which case you''d have to download and add it, you might have mis-typed it, or there is a dependency to one that is missing)

And what is your compiler/IDE version?