Binary was not built with debug information

My program doesnt open the window. It just shows the command prompt and then it closes the command prompt.
here are the headers i am using:
1
2
3
4
#include "SDL.h"
#include "SDL_TTF.h"
#include "SDL_Image.h"
#include <string> 


I think its something to do with SDL_ttf and SDL_image conflicting. idk. please help!

And here are my errors
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
'SDL Projects.exe': Loaded 'C:\Users\david\Documents\Visual Studio 2010\Projects\SDL Projects\Debug\SDL Projects.exe', Symbols loaded.
'SDL Projects.exe': Loaded 'C:\Windows\SysWOW64\ntdll.dll', Cannot find or open the PDB file
'SDL Projects.exe': Loaded 'C:\Windows\SysWOW64\kernel32.dll', Cannot find or open the PDB file
'SDL Projects.exe': Loaded 'C:\Windows\SysWOW64\KernelBase.dll', Cannot find or open the PDB file
'SDL Projects.exe': Loaded 'C:\Windows\system\SDL.dll', Binary was not built with debug information.
'SDL Projects.exe': Loaded 'C:\Windows\SysWOW64\advapi32.dll', Cannot find or open the PDB file
'SDL Projects.exe': Loaded 'C:\Windows\SysWOW64\msvcrt.dll', Cannot find or open the PDB file
'SDL Projects.exe': Loaded 'C:\Windows\SysWOW64\sechost.dll', Cannot find or open the PDB file
'SDL Projects.exe': Loaded 'C:\Windows\SysWOW64\rpcrt4.dll', Cannot find or open the PDB file
'SDL Projects.exe': Loaded 'C:\Windows\SysWOW64\sspicli.dll', Cannot find or open the PDB file
'SDL Projects.exe': Loaded 'C:\Windows\SysWOW64\cryptbase.dll', Cannot find or open the PDB file
'SDL Projects.exe': Loaded 'C:\Windows\SysWOW64\gdi32.dll', Cannot find or open the PDB file
'SDL Projects.exe': Loaded 'C:\Windows\SysWOW64\user32.dll', Cannot find or open the PDB file
'SDL Projects.exe': Loaded 'C:\Windows\SysWOW64\lpk.dll', Cannot find or open the PDB file
'SDL Projects.exe': Loaded 'C:\Windows\SysWOW64\usp10.dll', Cannot find or open the PDB file
'SDL Projects.exe': Loaded 'C:\Windows\SysWOW64\winmm.dll', Cannot find or open the PDB file
'SDL Projects.exe': Loaded 'C:\Users\david\Documents\Visual Studio 2010\Projects\SDL Projects\Debug\SDL_image.dll', Binary was not built with debug information.
'SDL Projects.exe': Loaded 'C:\Windows\system\SDL_ttf.dll', Binary was not built with debug information.
'SDL Projects.exe': Loaded 'C:\Windows\system\libfreetype-6.dll', Binary was not built with debug information.
'SDL Projects.exe': Loaded 'C:\Users\david\Documents\Visual Studio 2010\Projects\SDL Projects\Debug\zlib1.dll', Binary was not built with debug information.
'SDL Projects.exe': Loaded 'C:\Windows\SysWOW64\msvcp100d.dll', Symbols loaded.
'SDL Projects.exe': Loaded 'C:\Windows\SysWOW64\msvcr100d.dll', Symbols loaded.
'SDL Projects.exe': Loaded 'C:\Windows\SysWOW64\imm32.dll', Cannot find or open the PDB file
'SDL Projects.exe': Loaded 'C:\Windows\SysWOW64\msctf.dll', Cannot find or open the PDB file
'SDL Projects.exe': Loaded 'C:\Windows\SysWOW64\KBDUS.DLL', Cannot find or open the PDB file
'SDL Projects.exe': Unloaded 'C:\Windows\SysWOW64\KBDUS.DLL'
'SDL Projects.exe': Loaded 'C:\Windows\SysWOW64\KBDUS.DLL', Cannot find or open the PDB file
'SDL Projects.exe': Unloaded 'C:\Windows\SysWOW64\KBDUS.DLL'
'SDL Projects.exe': Loaded 'C:\Windows\SysWOW64\dsound.dll', Cannot find or open the PDB file
'SDL Projects.exe': Loaded 'C:\Windows\SysWOW64\ole32.dll', Cannot find or open the PDB file
'SDL Projects.exe': Loaded 'C:\Windows\SysWOW64\powrprof.dll', Cannot find or open the PDB file
'SDL Projects.exe': Loaded 'C:\Windows\SysWOW64\setupapi.dll', Cannot find or open the PDB file
'SDL Projects.exe': Loaded 'C:\Windows\SysWOW64\cfgmgr32.dll', Cannot find or open the PDB file
'SDL Projects.exe': Loaded 'C:\Windows\SysWOW64\oleaut32.dll', Cannot find or open the PDB file
'SDL Projects.exe': Loaded 'C:\Windows\SysWOW64\devobj.dll', Cannot find or open the PDB file
'SDL Projects.exe': Loaded 'C:\Windows\SysWOW64\dinput.dll', Cannot find or open the PDB file
'SDL Projects.exe': Loaded 'C:\Windows\SysWOW64\hid.dll', Cannot find or open the PDB file
'SDL Projects.exe': Loaded 'C:\Windows\SysWOW64\wintrust.dll', Cannot find or open the PDB file
'SDL Projects.exe': Loaded 'C:\Windows\SysWOW64\crypt32.dll', Cannot find or open the PDB file
'SDL Projects.exe': Loaded 'C:\Windows\SysWOW64\msasn1.dll', Cannot find or open the PDB file
The thread 'Win32 Thread' (0xf48) has exited with code 1 (0x1).
The thread 'Win32 Thread' (0xa04) has exited with code 1 (0x1).
The program '[3824] SDL Projects.exe: Native' has exited with code 1 (0x1).


Last edited on
anyone?
What is your code? It seems like you might just be exiting without doing anything.
try to run on console, there may be some error output
Topic archived. No new replies allowed.