Click here to Skip to main content
15,900,907 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionerror when loading filter in graphedit Pin
yongwpi28-Apr-06 7:29
yongwpi28-Apr-06 7:29 
AnswerRe: error when loading filter in graphedit Pin
Justin Tay28-Apr-06 13:43
Justin Tay28-Apr-06 13:43 
GeneralRe: error when loading filter in graphedit Pin
yongwpi28-Apr-06 16:05
yongwpi28-Apr-06 16:05 
GeneralRe: error when loading filter in graphedit Pin
Justin Tay28-Apr-06 17:47
Justin Tay28-Apr-06 17:47 
GeneralRe: error when loading filter in graphedit Pin
yongwpi28-Apr-06 18:01
yongwpi28-Apr-06 18:01 
GeneralRe: error when loading filter in graphedit Pin
Justin Tay28-Apr-06 18:17
Justin Tay28-Apr-06 18:17 
GeneralRe: error when loading filter in graphedit Pin
yongwpi29-Apr-06 4:45
yongwpi29-Apr-06 4:45 
GeneralRe: error when loading filter in graphedit Pin
Justin Tay29-Apr-06 5:40
Justin Tay29-Apr-06 5:40 
1. Set a breakpoint at some function of interest
2. Compile a debug build of your filter
3. Make sure that this debug filter is registered and not your release build (regsvr32). You can setup a custom build step to ensure this is done.
4. Press F5
5. You should see a dialog that pops up asking for the executable to be used for the debugging session. Select GraphEdit. (If you do not see the dialog you need to modify your project configuration properties under Debugging)
6. Insert your filter and do what you want. When it hits a breakpoint you'll see it.

GeneralRe: error when loading filter in graphedit Pin
yongwpi30-Apr-06 11:12
yongwpi30-Apr-06 11:12 
QuestionQuestion about CAxDialogImpl class in VC++ 6.0 Pin
Barry True28-Apr-06 7:16
Barry True28-Apr-06 7:16 
QuestionHandle to Dialog, In Dialog Application Pin
jerry1211a28-Apr-06 6:52
jerry1211a28-Apr-06 6:52 
QuestionRe: Handle to Dialog, In Dialog Application Pin
David Crow28-Apr-06 7:42
David Crow28-Apr-06 7:42 
AnswerRe: Handle to Dialog, In Dialog Application Pin
Hamid_RT28-Apr-06 19:22
Hamid_RT28-Apr-06 19:22 
AnswerRe: Handle to Dialog, In Dialog Application Pin
Steve Echols28-Apr-06 22:42
Steve Echols28-Apr-06 22:42 
Questionhow to convert a CString to unsigned short Pin
joy2128-Apr-06 6:02
joy2128-Apr-06 6:02 
AnswerRe: how to convert a CString to unsigned short Pin
David Crow28-Apr-06 6:23
David Crow28-Apr-06 6:23 
AnswerRe: how to convert a CString to unsigned short Pin
Steve Echols28-Apr-06 12:26
Steve Echols28-Apr-06 12:26 
QuestionWin 3.x apps with VC6-8 Pin
Andre xxxxxxx28-Apr-06 5:40
Andre xxxxxxx28-Apr-06 5:40 
AnswerRe: Win 3.x apps with VC6-8 Pin
Gordon Brandly28-Apr-06 7:09
Gordon Brandly28-Apr-06 7:09 
GeneralRe: Win 3.x apps with VC6-8 Pin
Maximilien28-Apr-06 7:24
Maximilien28-Apr-06 7:24 
GeneralRe: Win 3.x apps with VC6-8 Pin
Gordon Brandly28-Apr-06 8:40
Gordon Brandly28-Apr-06 8:40 
GeneralRe: Win 3.x apps with VC6-8 Pin
Kevin McFarlane28-Apr-06 11:33
Kevin McFarlane28-Apr-06 11:33 
AnswerRe: Win 3.x apps with VC6-8 Pin
Michael Dunn28-Apr-06 9:38
sitebuilderMichael Dunn28-Apr-06 9:38 
QuestionInterface programming in MFC Pin
cmdill28-Apr-06 4:01
cmdill28-Apr-06 4:01 
QuestionHello - problem in tree control in mfc Pin
Raja Bose C Leo28-Apr-06 3:08
Raja Bose C Leo28-Apr-06 3:08 

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.