I am making C++ / OpenGL application and when I run it I get error
Exception thrown at 0x0000000 in OpenGL.exe 0x0000005: Access violation
executing location 0x0000000
If there is bla bla bla... not important...
www.filedropper.com/opengldrawingprogram
^
Visual Studio project, code included...
Error is somewhere in RawModel or Loader
I dont get other errors. I know this post is shit, but I can't fix code by myself
Most likely you're trying to index beyond the end of an array. Check for this.
Good luck!
Judging from the addresses given, you are dereferencing a null pointer.
Why don't you show us the code?