Click here to Skip to main content
15,879,535 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: ASP.NET Pin
Richard MacCutchan4-Mar-13 23:11
mveRichard MacCutchan4-Mar-13 23:11 
GeneralRe: ASP.NET Pin
Varadha Raj5-Mar-13 0:09
Varadha Raj5-Mar-13 0:09 
GeneralRe: ASP.NET Pin
Richard MacCutchan5-Mar-13 0:30
mveRichard MacCutchan5-Mar-13 0:30 
QuestionCCriticalSection Multi-entry problem Pin
yu-jian4-Mar-13 19:34
yu-jian4-Mar-13 19:34 
QuestionReading AVI file. Pin
ashwath19794-Mar-13 19:04
ashwath19794-Mar-13 19:04 
QuestionCFileDialog Problem breakpoint int 3 Pin
ForNow4-Mar-13 8:14
ForNow4-Mar-13 8:14 
AnswerRe: CFileDialog Problem breakpoint int 3 Pin
Albert Holguin4-Mar-13 17:31
professionalAlbert Holguin4-Mar-13 17:31 
GeneralRe: CFileDialog Problem breakpoint int 3 Pin
ForNow5-Mar-13 2:09
ForNow5-Mar-13 2:09 
That exactly the point I had the contructer coded with filers window title etc.

but this code

C++
CFileDialog mydialog(TRUE);

		mydialog.DoModal();


should work

This what happens when I step to mydialog.DoModal();

The code hits a break point
and later on get a access violation
doing a Call Stack at this point seems that mscowrks.dll is executing
I moved this code to the beginng of CWinApp::Initinstance
so Its one the first things I do and still I have problem
ASM
000007FEFD223C6A  nop  
000007FEFD223C6B  nop  
000007FEFD223C6C  nop  
000007FEFD223C6D  nop  
000007FEFD223C6E  nop  
000007FEFD223C6F  nop  
000007FEFD223C70  xchg        ax,ax  
000007FEFD223C72  int         3  
000007FEFD223C73  ret  
000007FEFD223C74  nop  
000007FEFD223C75  nop  
000007FEFD223C76  nop  
000007FEFD223C77  nop  
000007FEFD223C78  nop  

AnswerRe: CFileDialog Problem breakpoint int 3 Pin
Albert Holguin5-Mar-13 10:00
professionalAlbert Holguin5-Mar-13 10:00 
GeneralRe: CFileDialog Problem breakpoint int 3 Pin
ForNow5-Mar-13 10:15
ForNow5-Mar-13 10:15 
AnswerRe: CFileDialog Problem breakpoint int 3 Pin
Richard MacCutchan4-Mar-13 23:04
mveRichard MacCutchan4-Mar-13 23:04 
GeneralRe: CFileDialog Problem breakpoint int 3 Pin
ForNow5-Mar-13 2:12
ForNow5-Mar-13 2:12 
GeneralRe: CFileDialog Problem breakpoint int 3 Pin
Richard MacCutchan5-Mar-13 3:20
mveRichard MacCutchan5-Mar-13 3:20 
GeneralRe: CFileDialog Problem breakpoint int 3 Pin
ForNow5-Mar-13 4:57
ForNow5-Mar-13 4:57 
GeneralRe: CFileDialog Problem breakpoint int 3 Pin
Richard MacCutchan5-Mar-13 5:59
mveRichard MacCutchan5-Mar-13 5:59 
GeneralRe: CFileDialog Problem breakpoint int 3 Pin
ForNow5-Mar-13 6:04
ForNow5-Mar-13 6:04 
GeneralRe: CFileDialog Problem breakpoint int 3 Pin
Richard MacCutchan5-Mar-13 6:18
mveRichard MacCutchan5-Mar-13 6:18 
SuggestionRe: CFileDialog Problem breakpoint int 3 Pin
David Crow5-Mar-13 6:05
David Crow5-Mar-13 6:05 
QuestionRe: CFileDialog Problem breakpoint int 3 Pin
David Crow5-Mar-13 3:58
David Crow5-Mar-13 3:58 
QuestionRe: CFileDialog Problem breakpoint int 3 Pin
David Crow5-Mar-13 4:03
David Crow5-Mar-13 4:03 
AnswerRe: CFileDialog Problem breakpoint int 3 Pin
ForNow5-Mar-13 5:41
ForNow5-Mar-13 5:41 
QuestionRe: CFileDialog Problem breakpoint int 3 Pin
David Crow5-Mar-13 6:05
David Crow5-Mar-13 6:05 
GeneralRe: CFileDialog Problem breakpoint int 3 Pin
AbbeytekMD6-Mar-13 0:24
AbbeytekMD6-Mar-13 0:24 
GeneralRe: CFileDialog Problem breakpoint int 3 Pin
David Crow6-Mar-13 3:22
David Crow6-Mar-13 3:22 
QuestionDirectShow is "no show so far" - need basic help Pin
Vaclav_4-Mar-13 7:18
Vaclav_4-Mar-13 7:18 

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.