“ZGDI”怎么样?对象或类,我应该在源代码中包含什么文件?
我遇到一个问题,我的源代码在结构中定义了这个“ZGDI”。
但我的 Visual Studio 6.0 环境没有找到它的定义。
通过什么方法我可以看到这个“ZGDI”,或者我应该
包含一些 *.h 文件???
I 'd encounter one problem that my source code has this "ZGDI" define in a struct.
But my Visual Studio 6.0 enviroment did't find it's definition.
By what method could I that this "ZGDI" to be seen , or I should have
include some what *.h file???
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这不是标准类型。为什么它在你的源代码中?这应该会引导你找到答案。据推测,您正在尝试使用某个库,包括其标头。
It's not a standard type. Why is it in your source code? That should lead you to the answer. Presumably, you're trying to use some library, include its headers.