Questions tagged [objective-grid]

Roge Wave/Stingray Objective Grid a grid control for MFC/Visual C++.

3 questions
1
vote
0 answers

Stingray Object Grid Tabbed Combo Box (CGXTabbedComboBox): Validation fails when choice list is changed dynamically

Initialize a tabbed combo box with a list. Let's call it "DefaultList". Change the choice list in GetStyleRowCol or OnLoadCellStyle overridable functions. Let's call it "CustomList" "CustomList" is displayed in combo box. In OnValidateCell when try…
Nasar
  • 11
  • 4
0
votes
2 answers

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

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?
Naruto
  • 9,476
  • 37
  • 118
  • 201
0
votes
1 answer

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

Possible Duplicate: Error message Cannot open include file: ‘gxall.h’: No such file or directory Hi I am working on VC++ 6.0, I have included gxall.h in stdafx.h file but while building code I am getting error : fatal error C1083: Cannot open…