no matching symbolic information error.

I have run a simple OpenGL program in two similar environments: Windows XP, Visual C++.
In one case it was OK in second case
I have received the following error:
Loaded ‘ntdll.dll’, no matching symbolic information found.
Loaded ‘C:\WINDOWS\system32\kernel32.dll’, no matching symbolic information found.

Its not an error, not even a warning. The debugger simply tells you that you wont get symbolic information when you try to debug into said DLL’s.

If you dont plan to debug into i.e. the Kernel32.dll you can safely ignore this message.