Click here to Skip to main content
15,887,746 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhi . i want read the file ü" ' to Content-Type: text/html; world .i find both these point starting "ü"" and end"Content-Type: text/html" . that is .dbx extension file. i want to read the matter of these starting and ending point in vc++. Pin
naveen padiyar4-Jan-07 20:11
naveen padiyar4-Jan-07 20:11 
Answerbetter.. Pin
Eytukan5-Jan-07 1:35
Eytukan5-Jan-07 1:35 
AnswerRe: hi . i want read the file ü" ' to Content-Type: text/html; world .i find both these point starting "ü"" and end"Content-Type: text/html" . that is .dbx extension file. i want to read the matter of these starting and ending point in vc++. Pin
Rage5-Jan-07 3:20
professionalRage5-Jan-07 3:20 
AnswerRe: hi . i want read the file ü" ' to Content-Type: text/html; world .i find both these point starting "ü"" and end"Content-Type: text/html" . that is .dbx extension file. i want to read the matter of these starting and ending point in vc++. Pin
Mark Salsbery5-Jan-07 6:54
Mark Salsbery5-Jan-07 6:54 
QuestionCompile error says:"file not found: ..\lib\ScriptHost.tlb" Pin
nsurendran4-Jan-07 19:57
nsurendran4-Jan-07 19:57 
AnswerRe: Compile error says:"file not found: ..\lib\ScriptHost.tlb" Pin
Mircea Puiu4-Jan-07 21:25
Mircea Puiu4-Jan-07 21:25 
QuestionHandling First Chance Exception Pin
Lashu Raj4-Jan-07 19:45
Lashu Raj4-Jan-07 19:45 
AnswerRe: Handling First Chance Exception Pin
Stephen Hewitt4-Jan-07 20:05
Stephen Hewitt4-Jan-07 20:05 
A first chance exception is just for debuggers. When an exception is generated and being debugged the handling is two stage. In the first stage, known as the “first chance”, the debugger is notified about the exception and can control further processing. The second stage refers to the normal exception processing mechanism. You’ve got some C++ code which throws an exception somewhere and it’s probably normal. To find where it’s coming from set your debugger to break on the first chance for the exception type in question.


Steve

GeneralRe: Handling First Chance Exception Pin
Joan M4-Jan-07 20:13
professionalJoan M4-Jan-07 20:13 
GeneralRe: Handling First Chance Exception Pin
Stephen Hewitt4-Jan-07 20:15
Stephen Hewitt4-Jan-07 20:15 
GeneralRe: Handling First Chance Exception Pin
Joan M4-Jan-07 20:24
professionalJoan M4-Jan-07 20:24 
GeneralRe: Handling First Chance Exception Pin
Stephen Hewitt4-Jan-07 20:28
Stephen Hewitt4-Jan-07 20:28 
AnswerRe: Handling First Chance Exception Pin
Joan M4-Jan-07 20:08
professionalJoan M4-Jan-07 20:08 
AnswerRe: Handling First Chance Exception Pin
Hamid_RT4-Jan-07 20:11
Hamid_RT4-Jan-07 20:11 
QuestionReturn value Pin
manu_22054-Jan-07 19:26
manu_22054-Jan-07 19:26 
AnswerRe: Return value Pin
Jonathan [Darka]5-Jan-07 0:09
professionalJonathan [Darka]5-Jan-07 0:09 
QuestionMFC Question : (From where AFxWinMain gets CwinApp object) [modified] Pin
jk chan4-Jan-07 18:23
jk chan4-Jan-07 18:23 
AnswerRe: MFC Question : (From where AFxWinMain gets CwinApp object) Pin
Stephen Hewitt4-Jan-07 19:08
Stephen Hewitt4-Jan-07 19:08 
GeneralRe: MFC Question : (From where AFxWinMain gets CwinApp object) Pin
jk chan4-Jan-07 19:56
jk chan4-Jan-07 19:56 
QuestionNeed help with registry Pin
arbster4-Jan-07 18:22
arbster4-Jan-07 18:22 
AnswerRe: Need help with registry Pin
Hamid_RT4-Jan-07 18:26
Hamid_RT4-Jan-07 18:26 
QuestionRe: Need help with registry Pin
arbster4-Jan-07 19:25
arbster4-Jan-07 19:25 
AnswerRe: Need help with registry Pin
Hamid_RT4-Jan-07 19:49
Hamid_RT4-Jan-07 19:49 
QuestionRe: Need help with registry Pin
prasad_som4-Jan-07 18:28
prasad_som4-Jan-07 18:28 
GeneralRe: Need help with registry Pin
arbster4-Jan-07 19:30
arbster4-Jan-07 19:30 

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.