Hello,

As I mentioned earlier I am using QT Eclipse for my project. I have done some texture mapping in my code.
After that compilation has gone well but, when I try to run the Application, one Error popup appears and says .exe encountered a problem and needs to be closed.

When I go for details I can see something like this.

AppName: Example.exe AppVer: 0.0.0.0 ModName: qtguid4.dll
ModVer: 4.6.4.0 Offset: 006fb1e6

I dont understand whether its problem with my code or something else, because when I remove Texture mapping part of the code it works fine. For texture mapping I am just using QT's bindtexture method and standard Opengl commands for drawing.

I need some help Please...

Thanks in Advance!