Error message Cannot open include file: 'gxall.h': No such file or directory

自闭症网瘾萝莉.ら 提交于 2019-12-04 06:41:14

问题


I am trying to build some old Visual C++ code. When i do, I get this error message:

fatal error C1083: Cannot open include file: 'gxall.h': No such file or directory

How do I resolve this?


回答1:


This is the main header file for Objective Grid, a commercial MFC grid control. It used to be sold by a company called Stingray, but now seems to be owned by RogueWave. If your company has been able to build the code before you ought to have an Objective Grid install floating round somewhere. If not you'll have to buy it.




回答2:


searching around gives this:

http://social.msdn.microsoft.com/Forums/en/vcgeneral/thread/51b77f9b-d82b-4357-9750-773642b27ab7



来源:https://stackoverflow.com/questions/5335052/error-message-cannot-open-include-file-gxall-h-no-such-file-or-directory

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!