Click here to Skip to main content
15,918,976 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Modifying string.h [modified] Pin
CMas076-Jul-06 3:37
CMas076-Jul-06 3:37 
GeneralRe: Modifying string.h Pin
Zac Howland6-Jul-06 3:58
Zac Howland6-Jul-06 3:58 
GeneralRe: Modifying string.h Pin
David Crow6-Jul-06 4:34
David Crow6-Jul-06 4:34 
AnswerRe: Modifying string.h Pin
ThatsAlok6-Jul-06 18:57
ThatsAlok6-Jul-06 18:57 
QuestionTCP question Pin
BambooMoon6-Jul-06 3:18
BambooMoon6-Jul-06 3:18 
AnswerRe: TCP question Pin
led mike6-Jul-06 5:17
led mike6-Jul-06 5:17 
GeneralRe: TCP question Pin
BambooMoon6-Jul-06 6:42
BambooMoon6-Jul-06 6:42 
QuestionProblem with Smartgraph Pin
Semion_N6-Jul-06 3:00
Semion_N6-Jul-06 3:00 
Hello people,
I have a problem with Smartgraph,you can see the article about it here: http://www.codeproject.com/atl/SmartGraph.asp
I have added the object of Smartgraph and I wrote the lines that mentioned in the article:
<br />
m_Graph.SetParentWnd(this->m_hWnd);<br />
/*SetParentWnd : Sets Parent Window because this component <br />
                 is WindowLess, it needs a handle for <br />
                 some painting operation.*/<br />
m_Graph.SetPlotType(0);// Regular Graph<br />
m_Graph.put_xLable("Time");<br />
m_Graph.put_yLable("Amplitude");<br />
m_Graph.put_Title("Graph Test");<br />

in the BOOL CMyGraphsDlg::OnInitDialog()
CMyGraphDlg is the general class of my dialog.
When i'm trying to build and run my project I'm getting the error i'll link you now:
http://img69.imageshack.us/img69/7199/untitled5xo.jpg
How can I fix it?
Thank you all for the help!


SnaidiS(Semion)
AnswerRe: Problem with Smartgraph [modified] Pin
Justin Tay6-Jul-06 3:36
Justin Tay6-Jul-06 3:36 
GeneralRe: Problem with Smartgraph Pin
Semion_N6-Jul-06 4:13
Semion_N6-Jul-06 4:13 
AnswerRe: Problem with Smartgraph Pin
Semion_N6-Jul-06 4:43
Semion_N6-Jul-06 4:43 
GeneralRe: Problem with Smartgraph Pin
Justin Tay6-Jul-06 5:05
Justin Tay6-Jul-06 5:05 
AnswerI dont really understand Pin
Semion_N6-Jul-06 7:35
Semion_N6-Jul-06 7:35 
GeneralRe: I dont really understand Pin
Semion_N6-Jul-06 7:57
Semion_N6-Jul-06 7:57 
GeneralRe: I dont really understand Pin
Justin Tay6-Jul-06 8:20
Justin Tay6-Jul-06 8:20 
GeneralRe: I dont really understand Pin
Semion_N6-Jul-06 19:42
Semion_N6-Jul-06 19:42 
GeneralRe: I dont really understand Pin
Justin Tay6-Jul-06 19:55
Justin Tay6-Jul-06 19:55 
Question"HTML Builder" library for C++ Pin
peterchen6-Jul-06 2:56
peterchen6-Jul-06 2:56 
AnswerRe: "HTML Builder" library for C++ Pin
Wes Aday6-Jul-06 4:25
professionalWes Aday6-Jul-06 4:25 
AnswerRe: "HTML Builder" library for C++ Pin
led mike6-Jul-06 5:34
led mike6-Jul-06 5:34 
GeneralRe: &quot;HTML Builder&quot; library for C++ [modified] Pin
peterchen6-Jul-06 10:49
peterchen6-Jul-06 10:49 
GeneralRe: "HTML Builder" library for C++ Pin
led mike6-Jul-06 11:05
led mike6-Jul-06 11:05 
GeneralRe: "HTML Builder" library for C++ Pin
peterchen6-Jul-06 12:03
peterchen6-Jul-06 12:03 
GeneralRe: "HTML Builder" library for C++ Pin
led mike7-Jul-06 4:55
led mike7-Jul-06 4:55 
Questioncan't add elements in the column Pin
kamalesh826-Jul-06 2:52
kamalesh826-Jul-06 2:52 

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.