Click here to Skip to main content
16,007,610 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralCall a function from an other View Pin
Schniddel6-Dec-04 5:19
Schniddel6-Dec-04 5:19 
GeneralRe: Call a function from an other View Pin
David Crow6-Dec-04 7:34
David Crow6-Dec-04 7:34 
GeneralRe: Call a function from an other View Pin
Schniddel6-Dec-04 8:47
Schniddel6-Dec-04 8:47 
GeneralRe: Call a function from an other View Pin
David Crow6-Dec-04 9:04
David Crow6-Dec-04 9:04 
GeneralRe: Call a function from an other View Pin
Schniddel6-Dec-04 9:41
Schniddel6-Dec-04 9:41 
GeneralRe: Call a function from an other View Pin
David Crow6-Dec-04 9:58
David Crow6-Dec-04 9:58 
GeneralRe: Call a function from an other View Pin
Schniddel6-Dec-04 10:13
Schniddel6-Dec-04 10:13 
GeneralRe: Call a function from an other View Pin
David Crow7-Dec-04 3:14
David Crow7-Dec-04 3:14 
It does not make sense to put a breakpoint within the OnWriteStuff() itself when it apparently is not getting called. Go further upstream and put the breakpoint at/near the various places that OnWriteStuff() could get called. You should then be able to ascertain what conditions are failing that keep OnWriteStuff() from being called.


"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow


GeneralRe: Call a function from an other View Pin
Schniddel7-Dec-04 4:11
Schniddel7-Dec-04 4:11 
GeneralRe: Call a function from an other View Pin
David Crow7-Dec-04 5:05
David Crow7-Dec-04 5:05 
General__delegate gives compiler error Pin
fishalot6-Dec-04 5:14
fishalot6-Dec-04 5:14 
GeneralRe: __delegate gives compiler error Pin
Prakash Nadar6-Dec-04 14:35
Prakash Nadar6-Dec-04 14:35 
GeneralRe: __delegate gives compiler error Pin
fishalot6-Dec-04 18:18
fishalot6-Dec-04 18:18 
GeneralRe: Creating a group box at runtime Pin
MarcoNedwig6-Dec-04 4:33
MarcoNedwig6-Dec-04 4:33 
GeneralGet IP of network printer Pin
sylvaine6-Dec-04 4:21
sylvaine6-Dec-04 4:21 
GeneralRe: Get IP of network printer Pin
David Crow6-Dec-04 4:33
David Crow6-Dec-04 4:33 
GeneralRe: Get IP of network printer Pin
sylvaine6-Dec-04 21:25
sylvaine6-Dec-04 21:25 
GeneralCreating a group box at runtime Pin
MarcoNedwig6-Dec-04 4:18
MarcoNedwig6-Dec-04 4:18 
GeneralRe: Creating a group box at runtime Pin
David Crow6-Dec-04 4:30
David Crow6-Dec-04 4:30 
GeneralCPictureHolder to CBitmap Pin
greekgoddj6-Dec-04 4:13
greekgoddj6-Dec-04 4:13 
GeneralRe: CPictureHolder to CBitmap Pin
PJ Arends6-Dec-04 8:24
professionalPJ Arends6-Dec-04 8:24 
GeneralLoadLibrary("FilePath.dll") Failed - The specified procedure could not ne found Pin
SKPATEL206-Dec-04 3:04
SKPATEL206-Dec-04 3:04 
GeneralRe: LoadLibrary("FilePath.dll") Failed - The specified procedure could not ne found Pin
David Crow6-Dec-04 3:24
David Crow6-Dec-04 3:24 
GeneralRe: LoadLibrary("FilePath.dll") Failed - The specified procedure could not ne found Pin
missdeborah26-Jan-12 12:15
missdeborah26-Jan-12 12:15 
GeneralUnmanaged DLL - Reading an XML File Pin
DavidWGriffin6-Dec-04 2:46
DavidWGriffin6-Dec-04 2:46 

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.