View Single Post
  #10  
Old 05-07-2012, 08:48 PM
Secrets's Avatar
Secrets
Demi-God
 
Join Date: May 2007
Location: b
Posts: 1,449
Default

Quote:
Originally Posted by Sinclipse View Post
Code:
>	Zone.exe!0078eca4() 	
 	[Frames below may be incorrect and/or missing, no symbols loaded for Zone.exe]	
 	Zone.exe!006cf7ab() 	
 	Zone.exe!007f9c88() 	
 	Zone.exe!007ff39e() 	
 	Zone.exe!00800685() 	
 	Zone.exe!007ff39e() 	
 	Zone.exe!007f15b2() 	
 	Zone.exe!0081c01a() 	
 	Zone.exe!007f893f() 	
 	kernel32.dll!75b8339a() 	
 	ntdll.dll!77659ef2() 	
 	ntdll.dll!77659ec5() 	
 	Zone.exe!00540079() 	
 	Zone.exe!00540079() 	
 	Zone.exe!00540079() 	
 	Zone.exe!00540079()
is my Call stack from debugging.
Your call stack is missing debugging information. Please build with debugging information (Project Properties -> Linker -> Debugging -> Generate Debugging Information)
Reply With Quote