| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 9 months |
| seen | Sep 21 '12 at 5:41 | |
| stats | profile views | 5 |
|
Aug 9 |
answered | Unhandled exception at 0x76fe15de in GLut.h/ osfinfo.c/ dbgheap.c/ mlock.c |
|
Aug 7 |
comment |
Unhandled exception at 0x76fe15de in GLut.h/ osfinfo.c/ dbgheap.c/ mlock.c @Ian Mallett, I've put an updated version of my code in the main question section. I played with it all of yesterday but I couldn't find the "missing link" for glGenBuffers. I've tested glut and glew and they are both fully functional, and I have glut32.lib & glew32d.lib linked to it (have also tried with glew32sd.lib). I have also tried including them with #pragma, but the same LNK2001 error crops up all the same. |
|
Aug 7 |
awarded | Commentator |
|
Aug 7 |
revised |
Unhandled exception at 0x76fe15de in GLut.h/ osfinfo.c/ dbgheap.c/ mlock.c added 4406 characters in body |
|
Aug 5 |
comment |
Unhandled exception at 0x76fe15de in GLut.h/ osfinfo.c/ dbgheap.c/ mlock.c A friend of mine, whom is also just starting to use OpenGL, has created a program that works for OpenGL 1.1 (aka, no functions from versions greater than 1.1), and from this I have definitely initialized OpenGL. I have proven this to myself by using the code from this website that allows to to draw text into the GL image box. GL version - 3.0.0 Build 8.15.10.2353; Going back to the original problem with glGenBuffers, I now get "First-chance exception at 0x00000000 in gl_crap3.exe: 0xC0000005: Access violation", but this time in mlock.c only. |
|
Aug 5 |
comment |
Unhandled exception at 0x76fe15de in GLut.h/ osfinfo.c/ dbgheap.c/ mlock.c After looking on the internet yesterday I confirmed that I need to do more than just use glutInit() to set up a context for OpenGL, however, when I did this I could no longer print anything to the console window, meaning I'm stuck if I want to get any sensible info out. I did read somewhere (at about 1am...) about there being a command to draw the text into the OpenGL window to solve this, but I've forgotten where I saw this now. Is this the case? If so, what's the function I need to use? |
|
Aug 4 |
awarded | Student |
|
Aug 4 |
comment |
Unhandled exception at 0x76fe15de in GLut.h/ osfinfo.c/ dbgheap.c/ mlock.c I still get the same error whether glutInit is there or not. I get the feeling that it might just be something really simple that I'm missing within the properties of the program. I had a problem with OpenCV at one point that required me to change some odd settings I hadn't expected to change. Unfortunately I don't have anybody with a fully functioning version of OpenGL with GLew around to compare settings with. |
|
Aug 4 |
comment |
Unhandled exception at 0x76fe15de in GLut.h/ osfinfo.c/ dbgheap.c/ mlock.c OK, the error I'm getting is GL_INVALID_OPERATION. How should I go about debugging it when it's the only thing in my code? (I commented everything else out) |
|
Aug 4 |
comment |
Unhandled exception at 0x76fe15de in GLut.h/ osfinfo.c/ dbgheap.c/ mlock.c I'm not 100% sure on how to use glGetError. When I used 'printf("x%/n",glGetError)' it returned with the value 5a0d3a23. |
|
Aug 4 |
comment |
Unhandled exception at 0x76fe15de in GLut.h/ osfinfo.c/ dbgheap.c/ mlock.c When searching for the 0xC0000005 error, I found information stating the error may be caused by faulty memory. I have run the "Windows Memory Diagnostic" tool to clarify this is not the case. There were no errors so it is definitely a problem with the code. |
|
Aug 4 |
awarded | Editor |
|
Aug 4 |
revised |
Unhandled exception at 0x76fe15de in GLut.h/ osfinfo.c/ dbgheap.c/ mlock.c Removed incorrect information stating that 0x76fe15de was the error when it is actually an address. Thanks for the clarification Joachim Pileborg. |
|
Aug 4 |
comment |
Unhandled exception at 0x76fe15de in GLut.h/ osfinfo.c/ dbgheap.c/ mlock.c That's what I thought I had done, which is where I got the "Error occurs at" information from. I clicked on the "play" button that states "start debugging". Is there an alternate method I could use as well? (I have tried F11 (step through code) but due to the printf command it takes forever to get there. When the printf command is gone however, it pretty much just goes straight to the error I mentioned in the glut.h file.) |
|
Aug 4 |
asked | Unhandled exception at 0x76fe15de in GLut.h/ osfinfo.c/ dbgheap.c/ mlock.c |
|
Aug 2 |
comment |
Linking error in VS2010 with GLew/ GLee/ Unofficial OpenGL SDK Thanks! I had foolishly assumed that by stating the library directories that VS knew what to do. Although I am presented with another error, I'll try struggling with it for a while first to see if I can solve it under my own steam. It's a learning curve but I'll get there in the end. Thanks again. |
|
Aug 2 |
awarded | Scholar |
|
Aug 2 |
accepted | Linking error in VS2010 with GLew/ GLee/ Unofficial OpenGL SDK |
|
Aug 2 |
comment |
Linking error in VS2010 with GLew/ GLee/ Unofficial OpenGL SDK I'm trying to use it in a VS project of my own making. I'm new to OpenGL so I'm trying to learn from the book mentioned above. I only used Premake4 to build the unofficial OpenGL SDK. The main point I was trying to get across is that I seem to be having exactly the same error with three different library/ header etc settings. Thanks for your fast reply. |
|
Aug 1 |
asked | Linking error in VS2010 with GLew/ GLee/ Unofficial OpenGL SDK |