Aug 21, 2003 #1 V vnarod Regular Joined Mar 22, 2002 Messages 84 Every time I compile the program, a .pdb file is also created. What is this file? Do I have to have it?
Every time I compile the program, a .pdb file is also created. What is this file? Do I have to have it?
Aug 21, 2003 #2 V Volte Neutiquam Erro Joined Nov 17, 2002 Messages 2,172 PDB is the Program Database file which holds debugging information about your EXE. If you compile in Release mode, it will not be created.
PDB is the Program Database file which holds debugging information about your EXE. If you compile in Release mode, it will not be created.