I use rogue wave stingray Rogue-Wave to create grid. I use CGXGridView
class.
I followed this tutorial https://docs.roguewave.com/stingray/11/html/ogug/7.html. But when debug in line GXInit()
, show this error:
Debug Assertion Failed
Program: F:\Data\Exercise\FirstGrid.exe File: \dd\vctools\vc7libs\ship\atlmfc\include\afxwin1.inl Line: 21
For information on how your program can cause an assertion failure, see the visual c++ documentation on asserts
(Press Retry to debug the application)
With Visual Studio 2010 it runs successfully, but Visual Studio 2013 shows the error above. How do I fix it so that StingRay can run on Visual Studio 2013?