I am building a GUI using Gnomes Clutter API / cogl. I just got started trying to incorporate cogl.
This function,
cogl_rectangle (float x_1, float x_2, float y_1, float y_2);
Gives me an unhandled exception saying that there was an attempt to read or write protected memory, this is often an indication that other memory is corrupted.
Anyone have an idea what might be causing this?
-gflag to gcc) and running it in the debugger? You can also use programs such as Valgrind to help you find memory problems. – Joachim Pileborg Jan 25 at 7:01