Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 3 of 3

Thread: is this bad?

  1. #1
    Junior Member Newbie chuck norrrissss's Avatar
    Join Date
    Mar 2011
    Posts
    17

    is this bad?

    whenever i run my program, i get the following debug messages.
    my code runs fine but i'm wondering what all this stuff means, do i need to change something or is this normal?

    thanks!

    Code :
     
    'glutBOXES.exe': Loaded 'C:\Users\bobby blobby\Dropbox\Masters Thesis\Code\glutBOXES\debug\glutBOXES.exe', Symbols loaded.
    'glutBOXES.exe': Loaded 'C:\Windows\System32\ntdll.dll', No symbols loaded.
    'glutBOXES.exe': Loaded 'C:\Windows\System32\kernel32.dll', No symbols loaded.
    'glutBOXES.exe': Loaded 'C:\Windows\System32\KernelBase.dll', No symbols loaded.
    'glutBOXES.exe': Loaded 'C:\Windows\System32\OpenGLUT.dll', No symbols loaded.
    'glutBOXES.exe': Loaded 'C:\Windows\System32\user32.dll', No symbols loaded.
    'glutBOXES.exe': Loaded 'C:\Windows\System32\gdi32.dll', No symbols loaded.
    'glutBOXES.exe': Loaded 'C:\Windows\System32\lpk.dll', No symbols loaded.
    'glutBOXES.exe': Loaded 'C:\Windows\System32\usp10.dll', No symbols loaded.
    'glutBOXES.exe': Loaded 'C:\Windows\System32\msvcrt.dll', No symbols loaded.
    'glutBOXES.exe': Loaded 'C:\Windows\System32\advapi32.dll', No symbols loaded.
    'glutBOXES.exe': Loaded 'C:\Windows\System32\sechost.dll', No symbols loaded.
    'glutBOXES.exe': Loaded 'C:\Windows\System32\rpcrt4.dll', No symbols loaded.
    'glutBOXES.exe': Loaded 'C:\Windows\System32\winmm.dll', No symbols loaded.
    'glutBOXES.exe': Loaded 'C:\Windows\System32\opengl32.dll', No symbols loaded.
    'glutBOXES.exe': Loaded 'C:\Windows\System32\glu32.dll', No symbols loaded.
    'glutBOXES.exe': Loaded 'C:\Windows\System32\ddraw.dll', No symbols loaded.
    'glutBOXES.exe': Loaded 'C:\Windows\System32\dciman32.dll', No symbols loaded.
    'glutBOXES.exe': Loaded 'C:\Windows\System32\setupapi.dll', No symbols loaded.
    'glutBOXES.exe': Loaded 'C:\Windows\System32\cfgmgr32.dll', No symbols loaded.
    'glutBOXES.exe': Loaded 'C:\Windows\System32\oleaut32.dll', No symbols loaded.
    'glutBOXES.exe': Loaded 'C:\Windows\System32\ole32.dll', No symbols loaded.
    'glutBOXES.exe': Loaded 'C:\Windows\System32\devobj.dll', No symbols loaded.
    'glutBOXES.exe': Loaded 'C:\Windows\System32\dwmapi.dll', No symbols loaded.
    'glutBOXES.exe': Loaded 'C:\Windows\winsxs\x86_microsoft.vc80.debugcrt_1fc8b3b9a1e18e3b_8.0.50727.42_none_ef74ff32550b5bf0\msvcp80d.dll', Symbols loaded.
    'glutBOXES.exe': Loaded 'C:\Windows\winsxs\x86_microsoft.vc80.debugcrt_1fc8b3b9a1e18e3b_8.0.50727.42_none_ef74ff32550b5bf0\msvcr80d.dll', Symbols loaded.
    'glutBOXES.exe': Loaded 'C:\Windows\System32\imm32.dll', No symbols loaded.
    'glutBOXES.exe': Loaded 'C:\Windows\System32\msctf.dll', No symbols loaded.
    'glutBOXES.exe': Loaded 'C:\Windows\System32\uxtheme.dll', No symbols loaded.
    'glutBOXES.exe': Loaded 'C:\Windows\System32\ig4icd32.dll', Binary was not built with debug information.
    'glutBOXES.exe': Loaded 'C:\Windows\System32\ig4dev32.dll', Binary was not built with debug information.
    'glutBOXES.exe': Loaded 'C:\Windows\System32\cryptbase.dll', No symbols loaded.
    'glutBOXES.exe': Loaded 'C:\Windows\System32\clbcatq.dll', No symbols loaded.
    'glutBOXES.exe': Loaded 'C:\Windows\System32\apphelp.dll', No symbols loaded.
    The program '[3132] glutBOXES.exe: Native' has exited with code 0 (0x0).
    am using win7 with vs2005
    am new to openGL, please be gentle [img]<<GRAEMLIN_URL>>/smile.gif[/img]

  2. #2
    Junior Member Regular Contributor tksuoran's Avatar
    Join Date
    Mar 2008
    Location
    United Kingdom
    Posts
    200

    Re: is this bad?

    Nothing to worry about. Visual Studio gives you a notice that it has not found debug symbols for these libraries, this is completely normal. You will only see assembly code if you try to debug inside them, but you really shouldn't need to worry about that.

  3. #3
    Junior Member Newbie chuck norrrissss's Avatar
    Join Date
    Mar 2011
    Posts
    17

    Re: is this bad?

    ok, cool, thanks!
    then i can continue coding without much worry
    am using win7 with vs2005
    am new to openGL, please be gentle [img]<<GRAEMLIN_URL>>/smile.gif[/img]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •