I have setup opengl in a mdi form in an application in borland c++ builder but when I compile and run the program, it crashes, but not always sometimes it workes. Anyway when it does crash I get some error message about access violation at blaha: read of address blaha and some binary numbers, can anyone help me out? it would be very appreciated.
//PatG
Comments
:
: //PatG
:
In Delphi, access violations usually occur if I don't initialize my objects, try to access null-pointers or read beyond the bounds of an array. Try posting some code.