When creating a page for the first time in my application, I receive the following error, "Cannot create window PAGE0," from WGCreatePage, or rather from InitPage. All inputs to the function are valid, so what might be causing this problem?
Sorry, but the error message is not specific enough for us to have any idea what is wrong.
Start with our Easygraf example program. Compile and run the example to verifiy that it works. Then replace the existing graph building code with your own in the DrawP1G1 function. Start with the scaling routines, then add the axis routines and last add the plot routines, compling and running between each change. See at what point the error occurs.