Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] PDB file

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] PDB file


Chronological Thread 
  • From: "Laurent Rineau (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] PDB file
  • Date: Tue, 21 Feb 2012 10:05:41 +0100
  • Organization: GeometryFactory

Le dimanche 19 février 2012 11:33:00 Zeineb Abderrahim a écrit :
> Good evening,
>
> when I tried to debug an example of triangulation or subdivision in the
> site of CGAL, I have the following errors:
>
>
> 'test.exe': Loaded 'C:\Users\Sofiene\Documents\Visual Studio
> 2010\Projects\test\Debug\test.exe', Symbols loaded. 'test.exe': Loaded
> 'C:\Windows\System32\ntdll.dll', Cannot find or open the PDB file
> 'test.exe': Loaded 'C:\Windows\System32\kernel32.dll', Cannot find or open
> the PDB file 'test.exe': Loaded 'C:\Windows\System32\KernelBase.dll',
> Cannot find or open the PDB file 'test.exe': Loaded
> 'C:\Windows\System32\msvcp100d.dll', Symbols loaded. 'test.exe': Loaded
> 'C:\Windows\System32\msvcr100d.dll', Symbols loaded.
>
> Although these files (. dll) exist in the system32 folder but they do not
> exist in PDB extension in the symbols floder.

Those messages are not errors, just informational messages. You do not have
the debug version of the internal files of the Windows system. That is
normal.
Why would you want to debug anything in a file such as kernel32.dll?

So, do not worry about those messages, and ignore them, as long are they are
about system files.

--
Laurent Rineau, PhD
R&D Engineer at GeometryFactory http://www.geometryfactory.com/
Release Manager of the CGAL Project http://www.cgal.org/




Archive powered by MHonArc 2.6.16.

Top of Page