Thread: Cannot find or open the PDB file

  1. #1
    Registered User
    Join Date
    Mar 2014
    Posts
    1

    Cannot find or open the PDB file

    Code:
    'test.exe': Loaded 'C:\Users\Pc\Documents\Visual Studio 2010\Projects\test\Debug\test.exe', Symbols loaded.
    
     'test.exe': Loaded 'C:\Windows\SysWOW64\ntdll.dll', Symbols loaded (source information stripped).
    
     'test.exe': Loaded 'C:\Windows\SysWOW64\kernel32.dll', Symbols loaded (source information stripped).
    
     'test.exe': Loaded 'C:\Windows\SysWOW64\KernelBase.dll', Symbols loaded (source information stripped).
    
     'test.exe': Loaded 'C:\ProgramData\Norton\{0C55C096-0F1D-4F28-AAA2-85EF591126E7}\NIS_20.1.0.24\Definitions\BASHDefs\20140319.001\UMEngx86.dll', Cannot find or open the PDB file
    
     'test.exe': Loaded 'C:\Windows\SysWOW64\msvcr100d.dll', Symbols loaded (source information stripped).
    
     'test.exe': Loaded 'C:\Windows\SysWOW64\msvcp100d.dll', Symbols loaded (source information stripped).
    
     The thread 'Win32 Thread' (0x2d0) has exited with code 1 (0x1).
    
     The program '[6040] test.exe: Native' has exited with code 1 (0x1).
    my code is not wrong but there is an error which ı dont understand ...where is my error? please help me...

  2. #2
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    There is no error. This is normal. UMEngx86.dll is a 3rd-party DLL for which there is no debug information, hence it is normal.
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 1
    Last Post: 03-10-2013, 09:47 PM
  2. "Cannot find or open PDB file" ?
    By GRIFFnDOOR in forum C++ Programming
    Replies: 3
    Last Post: 04-12-2011, 08:37 AM
  3. Replies: 3
    Last Post: 03-08-2010, 02:43 PM
  4. How to find open windows ?
    By Desolation in forum Windows Programming
    Replies: 6
    Last Post: 04-07-2009, 02:03 PM
  5. Replies: 12
    Last Post: 03-10-2005, 07:48 PM