Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] C++: "Cannot find or open the PDB file

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] C++: "Cannot find or open the PDB file


Chronological Thread 
  • From: Dimitris Sgourdos <>
  • To:
  • Subject: Re: [cgal-discuss] C++: "Cannot find or open the PDB file
  • Date: Wed, 7 Mar 2012 16:45:00 +0200

without being sure cause i am not so experienced, your program runs normally. the pdb messages just ignore.if you want to stop the screen and see the result of your program you can add a line with scanf before return(for example scanf ("%d",&tmp); ) ..with that way the program will stop before return 0.

Στις 07 Μαρ 2012 4:38 μ.μ., ο χρήστης "Zeineb Abderrahim" <> έγραψε:
Hello,


I try to run a C++ "Win32 Console Application" project. The program runs and prints results, however, i got these messages on the output window:

'test.exe': Loaded 'G:\Users\chengtie\Documents\Visual Studio 2010\Projects\test\Debug\test.exe', Symbols loaded.
'test.exe': Loaded 'C:\Windows\SysWOW64\ntdll.dll', Cannot find or open the PDB file 
'test.exe': Loaded 'C:\Windows\SysWOW64\kernel32.dll', Cannot find or open the PDB file 
'test.exe': Loaded 'C:\Windows\SysWOW64\KernelBase.dll', Cannot find or open the PDB file 
'test.exe': Loaded 'C:\Windows\SysWOW64\msvcp100d.dll', Symbols loaded.
'test.exe': Loaded 'C:\Windows\SysWOW64\msvcr100d.dll', Symbols loaded.
The program '[2244] test.exe: Native' has exited with code 0 (0x0).

I just installed visual studio 2010 on my machine (windows 7 64 bit).

please if you can help me its so importante thanks.




Archive powered by MHonArc 2.6.16.

Top of Page