Click here to Skip to main content
15,913,939 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralNew problem Pin
raner25-Feb-03 2:46
raner25-Feb-03 2:46 
GeneralRe: New problem Pin
Joan M25-Feb-03 3:06
professionalJoan M25-Feb-03 3:06 
GeneralRe: New problem Pin
raner25-Feb-03 3:53
raner25-Feb-03 3:53 
GeneralRe: New problem Pin
Joan M25-Feb-03 4:33
professionalJoan M25-Feb-03 4:33 
GeneralRe: New problem Pin
raner25-Feb-03 5:28
raner25-Feb-03 5:28 
GeneralRe: New problem Pin
Joan M25-Feb-03 6:23
professionalJoan M25-Feb-03 6:23 
GeneralRe: New problem Pin
raner27-Feb-03 5:42
raner27-Feb-03 5:42 
GeneralRe: New problem Pin
Joan M27-Feb-03 7:02
professionalJoan M27-Feb-03 7:02 
Seeing this I can only tell you:

NOTE:
surely the things that I'll tell you will be very obvious for you, but let's give it a try, who knows...

1.
check if you are getting the right pointer to graphFrame.

2.
Once you will be sure that the right pointer is obtained, then you should check if the pDC variable is getting the desired value.

3.
After all this... you should check if the link var points to where it should(or have the value it should)...

4.
the most fool thing to check...
sometimes the compiler gets mad and only a deletion of some files and a full rebuild gets it to work...

but before doing so...

raner wrote:
"plotGraph.Plot(pDC,link)" was not executed

please, place a do_nothing little bit of code like the next one before and after that line in order to see if the execution gets broken before or during that line call.
if (true)
{
plotGraph.Plot(pDC,link);
}
Using that piece of code you'll be able to see if you enter inside the if clause or not... and you'll be able to see if the error comes before that call or not...

5.
if you have the font code of the plotGraph class, try to debug the Plot function in order to know what is happening,


hope this helps...
GeneralRe: New problem Pin
raner27-Feb-03 17:06
raner27-Feb-03 17:06 
GeneralRe: New problem Pin
Joan M27-Feb-03 20:00
professionalJoan M27-Feb-03 20:00 
GeneralRe: 2 CDialog questions Pin
xxhimanshu25-Feb-03 0:37
xxhimanshu25-Feb-03 0:37 
GeneralCListView Pin
ROK_RShadow25-Feb-03 0:15
ROK_RShadow25-Feb-03 0:15 
GeneralRe: CListView Pin
João Paulo Figueira25-Feb-03 0:37
professionalJoão Paulo Figueira25-Feb-03 0:37 
GeneralCalculating duration of internet connections Pin
Captain Kirk24-Feb-03 23:47
Captain Kirk24-Feb-03 23:47 
GeneralOverlapped IO with WriteFile Pin
zecodela24-Feb-03 23:28
zecodela24-Feb-03 23:28 
GeneralCHtmlView Problems!!! Pin
arunbooboo24-Feb-03 23:15
arunbooboo24-Feb-03 23:15 
GeneralRe: CHtmlView Problems!!! Pin
Big Art25-Feb-03 6:16
Big Art25-Feb-03 6:16 
GeneralRe: CHtmlView Problems!!! Pin
arunbooboo25-Feb-03 17:16
arunbooboo25-Feb-03 17:16 
GeneralRe: CHtmlView Problems!!! Pin
Big Art26-Feb-03 13:42
Big Art26-Feb-03 13:42 
GeneralRe: CHtmlView Problems!!! Pin
arunbooboo26-Feb-03 16:04
arunbooboo26-Feb-03 16:04 
GeneralRe: CHtmlView Problems!!! Pin
Big Art1-Mar-03 5:23
Big Art1-Mar-03 5:23 
Generalhelp!!!!! about image show Pin
chrisluan24-Feb-03 22:27
chrisluan24-Feb-03 22:27 
GeneralRe: help!!!!! about image show Pin
Christian Graus24-Feb-03 23:05
protectorChristian Graus24-Feb-03 23:05 
Generaltoolbar images Pin
Dudi Avramov24-Feb-03 22:03
Dudi Avramov24-Feb-03 22:03 
GeneralRe: toolbar images Pin
Anna-Jayne Metcalfe24-Feb-03 22:20
Anna-Jayne Metcalfe24-Feb-03 22:20 

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.