[gameprogrammer] Re: glut trouble
- From: "Andrei O. Victor" <andrei.victor@xxxxxxxxxxxxxxxx>
- To: gameprogrammer@xxxxxxxxxxxxx
- Date: Tue, 18 Sep 2007 23:05:20 +0800
I see no problem on what is shown here. Perhaps show the exact code you
made on the initialization part? But first, I want you to debug this
yourself by remarking unnecessary features of your application. Try just
leaving the code to it's bare-bones with just the code for opening a window.
Andrei
Yasser Gonzalez Soto wrote:
I made an OPENGL application using glut. I setup all well. Not
problem, and the program rus. But it don't show me teh opengl window.
These are what the Debug window shows:
Loaded 'C:\WINDOWS\system32\kernel32.dll', no matching symbolic
information found.
Loaded 'C:\WINDOWS\system32\opengl32.dll', no matching symbolic
information found.
Loaded 'C:\WINDOWS\system32\msvcrt.dll', no matching symbolic
information found.
Loaded 'C:\WINDOWS\system32\advapi32.dll', no matching symbolic
information found.
Loaded 'C:\WINDOWS\system32\rpcrt4.dll', no matching symbolic
information found.
Loaded 'C:\WINDOWS\system32\gdi32.dll', no matching symbolic
information found.
Loaded 'C:\WINDOWS\system32\user32.dll', no matching symbolic
information found.
Loaded 'C:\WINDOWS\system32\glu32.dll', no matching symbolic
information found.
Loaded 'C:\WINDOWS\system32\ddraw.dll', no matching symbolic
information found.
Loaded 'C:\WINDOWS\system32\dciman32.dll', no matching symbolic
information found.
Loaded 'C:\WINDOWS\system32\glut32.dll', no matching symbolic
information found.
Loaded 'C:\WINDOWS\system32\winmm.dll', no matching symbolic
information found.
Loaded 'C:\WINDOWS\system32\imm32.dll', no matching symbolic
information found.
Loaded 'C:\WINDOWS\system32\lpk.dll', no matching symbolic information
found.
Loaded 'C:\WINDOWS\system32\usp10.dll', no matching symbolic
information found.
Loaded 'C:\WINDOWS\system32\MSCTF.dll', no matching symbolic
information found.
Loaded 'C:\WINDOWS\system32\version.dll', no matching symbolic
information found.
Loaded 'C:\WINDOWS\system32\MSCTFIME.IME', no matching symbolic
information found.
Loaded 'C:\WINDOWS\system32\ole32.dll', no matching symbolic
information found.
Loaded 'C:\WINDOWS\system32\ialmgicd.dll', no matching symbolic
information found.
Loaded 'C:\WINDOWS\system32\ialmgdev.dll', no matching symbolic
information found.
Loaded 'C:\WINDOWS\system32\mcd32.dll', no matching symbolic
information found.
The thread 0x2F4 has exited with code 1 (0x1).
The program 'C:\Archivos de programa\Microsoft Visual
Studio\MyProjects\glut_00\Debug\glut_00.exe' has exited with code 1
(0x1).
What is wrong with my application
--
Andrei O. Victor
Game Programmer
http://www.andreivictor.net
---------------------
To unsubscribe go to http://gameprogrammer.com/mailinglist.html
- Follow-Ups:
- [gameprogrammer] Re: glut trouble
- From: Yasser Gonzalez Soto
- References:
- [gameprogrammer] glut trouble
- From: Yasser Gonzalez Soto
Other related posts:
- » [gameprogrammer] glut trouble
- » [gameprogrammer] Re: glut trouble
- » [gameprogrammer] Re: glut trouble
I made an OPENGL application using glut. I setup all well. Not problem, and the program rus. But it don't show me teh opengl window. These are what the Debug window shows:
Loaded 'C:\WINDOWS\system32\kernel32.dll', no matching symbolic information found. Loaded 'C:\WINDOWS\system32\opengl32.dll', no matching symbolic information found. Loaded 'C:\WINDOWS\system32\msvcrt.dll', no matching symbolic information found. Loaded 'C:\WINDOWS\system32\advapi32.dll', no matching symbolic information found. Loaded 'C:\WINDOWS\system32\rpcrt4.dll', no matching symbolic information found. Loaded 'C:\WINDOWS\system32\gdi32.dll', no matching symbolic information found. Loaded 'C:\WINDOWS\system32\user32.dll', no matching symbolic information found. Loaded 'C:\WINDOWS\system32\glu32.dll', no matching symbolic information found. Loaded 'C:\WINDOWS\system32\ddraw.dll', no matching symbolic information found. Loaded 'C:\WINDOWS\system32\dciman32.dll', no matching symbolic information found. Loaded 'C:\WINDOWS\system32\glut32.dll', no matching symbolic information found. Loaded 'C:\WINDOWS\system32\winmm.dll', no matching symbolic information found. Loaded 'C:\WINDOWS\system32\imm32.dll', no matching symbolic information found. Loaded 'C:\WINDOWS\system32\lpk.dll', no matching symbolic information found. Loaded 'C:\WINDOWS\system32\usp10.dll', no matching symbolic information found. Loaded 'C:\WINDOWS\system32\MSCTF.dll', no matching symbolic information found. Loaded 'C:\WINDOWS\system32\version.dll', no matching symbolic information found. Loaded 'C:\WINDOWS\system32\MSCTFIME.IME', no matching symbolic information found. Loaded 'C:\WINDOWS\system32\ole32.dll', no matching symbolic information found. Loaded 'C:\WINDOWS\system32\ialmgicd.dll', no matching symbolic information found. Loaded 'C:\WINDOWS\system32\ialmgdev.dll', no matching symbolic information found. Loaded 'C:\WINDOWS\system32\mcd32.dll', no matching symbolic information found.
The thread 0x2F4 has exited with code 1 (0x1).The program 'C:\Archivos de programa\Microsoft Visual Studio\MyProjects\glut_00\Debug\glut_00.exe' has exited with code 1 (0x1).
What is wrong with my application
- [gameprogrammer] Re: glut trouble
- From: Yasser Gonzalez Soto
- [gameprogrammer] glut trouble
- From: Yasser Gonzalez Soto