Click here to Skip to main content
15,888,610 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: REG_BINARY size problem? Pin
YaronNir16-Sep-05 11:29
YaronNir16-Sep-05 11:29 
GeneralRe: REG_BINARY size problem? Pin
Graham Bradshaw16-Sep-05 11:37
Graham Bradshaw16-Sep-05 11:37 
GeneralRe: REG_BINARY size problem? Pin
YaronNir17-Sep-05 1:21
YaronNir17-Sep-05 1:21 
GeneralRe: REG_BINARY size problem? Pin
Graham Bradshaw17-Sep-05 8:40
Graham Bradshaw17-Sep-05 8:40 
GeneralRe: REG_BINARY size problem? Pin
YaronNir17-Sep-05 19:57
YaronNir17-Sep-05 19:57 
AnswerRe: REG_BINARY size problem? Pin
kakan15-Sep-05 21:43
professionalkakan15-Sep-05 21:43 
GeneralRe: REG_BINARY size problem? Pin
YaronNir16-Sep-05 1:56
YaronNir16-Sep-05 1:56 
QuestionCrash on dev studio but works on command prompt Pin
valerie9915-Sep-05 10:32
valerie9915-Sep-05 10:32 
hi, all

this app will get access violation at the end of the
void CSurchrgDlg::Exit()
{
if( !m_bCanceled )
{
m_theApp.AddRptText ("Add Surcharge finished successfully");
}
CDialog::OnCancel();
}
but if I run the exe from command promt, it will work and create the right report, I am not sure why it would get any error over command promt, even is debug version of exe. and why would the access violation show up at the end of exit function, seems like there is nothing to access at this point. Thanks for your time

QuestionCHttpFile->WriteString Pin
aman200615-Sep-05 10:28
aman200615-Sep-05 10:28 
AnswerRe: CHttpFile->WriteString Pin
David Crow15-Sep-05 10:33
David Crow15-Sep-05 10:33 
GeneralRe: CHttpFile->WriteString Pin
aman200615-Sep-05 10:50
aman200615-Sep-05 10:50 
GeneralRe: CHttpFile->WriteString Pin
David Crow15-Sep-05 16:52
David Crow15-Sep-05 16:52 
Questionmicro control Pin
samira forooghi15-Sep-05 9:43
samira forooghi15-Sep-05 9:43 
AnswerRe: micro control Pin
Cedric Moonen15-Sep-05 20:44
Cedric Moonen15-Sep-05 20:44 
AnswerRe: micro control Pin
Eytukan15-Sep-05 23:58
Eytukan15-Sep-05 23:58 
Questionport parallel Pin
samira forooghi15-Sep-05 9:41
samira forooghi15-Sep-05 9:41 
AnswerRe: port parallel Pin
karmendra_js15-Sep-05 19:19
karmendra_js15-Sep-05 19:19 
QuestionDiving into GPS development Pin
ClockDivider15-Sep-05 9:19
ClockDivider15-Sep-05 9:19 
QuestionListView_SortItems question Pin
Tom Wright15-Sep-05 8:29
Tom Wright15-Sep-05 8:29 
NewsRe: ListView_SortItems question Pin
ClockDivider15-Sep-05 9:11
ClockDivider15-Sep-05 9:11 
GeneralRe: ListView_SortItems question Pin
Tom Wright15-Sep-05 10:06
Tom Wright15-Sep-05 10:06 
GeneralRe: ListView_SortItems question Pin
ClockDivider15-Sep-05 10:40
ClockDivider15-Sep-05 10:40 
GeneralRe: ListView_SortItems question Pin
Tom Wright15-Sep-05 11:30
Tom Wright15-Sep-05 11:30 
GeneralRe: ListView_SortItems question Pin
ClockDivider15-Sep-05 12:14
ClockDivider15-Sep-05 12:14 
GeneralRe: ListView_SortItems question Pin
Tom Wright15-Sep-05 12:34
Tom Wright15-Sep-05 12:34 

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.