Click here to Skip to main content
15,920,646 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionNeed help! Unhdanled exception error in VC++ 2003 Pin
eanton8313-Nov-06 5:10
eanton8313-Nov-06 5:10 
AnswerRe: Need help! Unhdanled exception error in VC++ 2003 Pin
Mark Salsbery13-Nov-06 5:19
Mark Salsbery13-Nov-06 5:19 
GeneralRe: Need help! Unhdanled exception error in VC++ 2003 Pin
Waldermort13-Nov-06 6:01
Waldermort13-Nov-06 6:01 
GeneralRe: Need help! Unhdanled exception error in VC++ 2003 Pin
James R. Twine13-Nov-06 6:05
James R. Twine13-Nov-06 6:05 
GeneralRe: Need help! Unhdanled exception error in VC++ 2003 Pin
Mark Salsbery13-Nov-06 6:08
Mark Salsbery13-Nov-06 6:08 
GeneralRe: Need help! Unhdanled exception error in VC++ 2003 Pin
Waldermort13-Nov-06 6:11
Waldermort13-Nov-06 6:11 
GeneralRe: Need help! Unhdanled exception error in VC++ 2003 Pin
Mark Salsbery13-Nov-06 6:15
Mark Salsbery13-Nov-06 6:15 
AnswerRe: Need help! Unhdanled exception error in VC++ 2003 Pin
James R. Twine13-Nov-06 6:03
James R. Twine13-Nov-06 6:03 
   Looks like a NULL pointer issue right off the bat - check the location being read: 0x00000001.  IIRC, any read or write to address in the range of 0x00000000 to 0x00000400 automatically triggers an IPF because that is the reserved "NULL pointer range" used to catch problems just like this.

   Peace!

-=- James
If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Avoid driving a vehicle taller than you and remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
DeleteFXPFiles & CheckFavorites
(Please rate this post!)

GeneralRe: Need help! Unhdanled exception error in VC++ 2003 Pin
Mark Salsbery13-Nov-06 6:10
Mark Salsbery13-Nov-06 6:10 
Questionsome trouble when I use Createprocess Pin
abruzzi13-Nov-06 4:47
abruzzi13-Nov-06 4:47 
AnswerRe: some trouble when I use Createprocess Pin
Aqueel13-Nov-06 4:55
Aqueel13-Nov-06 4:55 
AnswerRe: some trouble when I use Createprocess Pin
Hamid_RT13-Nov-06 5:22
Hamid_RT13-Nov-06 5:22 
GeneralRe: some trouble when I use Createprocess Pin
ThatsAlok13-Nov-06 7:01
ThatsAlok13-Nov-06 7:01 
GeneralRe: some trouble when I use Createprocess Pin
Hamid_RT13-Nov-06 7:19
Hamid_RT13-Nov-06 7:19 
GeneralRe: some trouble when I use Createprocess Pin
David Crow13-Nov-06 10:02
David Crow13-Nov-06 10:02 
QuestionFree DOM Parser in c Pin
sknobli13-Nov-06 4:40
sknobli13-Nov-06 4:40 
AnswerRe: Free DOM Parser in c Pin
George L. Jackson13-Nov-06 5:00
George L. Jackson13-Nov-06 5:00 
AnswerRe: Free DOM Parser in c Pin
George L. Jackson13-Nov-06 5:10
George L. Jackson13-Nov-06 5:10 
AnswerRe: Free DOM Parser in c Pin
toxcct13-Nov-06 5:51
toxcct13-Nov-06 5:51 
GeneralRe: Free DOM Parser in c Pin
Waldermort13-Nov-06 5:58
Waldermort13-Nov-06 5:58 
GeneralRe: Free DOM Parser in c Pin
toxcct13-Nov-06 6:05
toxcct13-Nov-06 6:05 
GeneralRe: Free DOM Parser in c Pin
Waldermort13-Nov-06 6:18
Waldermort13-Nov-06 6:18 
GeneralRe: Free DOM Parser in c Pin
toxcct13-Nov-06 6:21
toxcct13-Nov-06 6:21 
GeneralRe: Free DOM Parser in c Pin
Waldermort13-Nov-06 6:30
Waldermort13-Nov-06 6:30 
GeneralRe: Free DOM Parser in c Pin
toxcct13-Nov-06 6:33
toxcct13-Nov-06 6:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.