Click here to Skip to main content
15,898,134 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: entire Sample Pin
baerten26-Oct-06 0:19
baerten26-Oct-06 0:19 
GeneralRe: entire Sample Pin
kakan26-Oct-06 0:25
professionalkakan26-Oct-06 0:25 
AnswerRe: entire Sample Pin
benjymous26-Oct-06 1:25
benjymous26-Oct-06 1:25 
GeneralRe: entire Sample Pin
baerten26-Oct-06 2:14
baerten26-Oct-06 2:14 
Questionin socket, how to know send buffer is full? Pin
hanlei000000000925-Oct-06 21:53
hanlei000000000925-Oct-06 21:53 
AnswerRe: in socket, how to know send buffer is full? Pin
hanlei000000000926-Oct-06 1:17
hanlei000000000926-Oct-06 1:17 
Questionproblem with a control ActiveX Pin
zizzzz25-Oct-06 21:28
zizzzz25-Oct-06 21:28 
AnswerRe: problem with a control ActiveX Pin
Cedric Moonen25-Oct-06 21:37
Cedric Moonen25-Oct-06 21:37 
I don't really understand what you are trying to do...
Anyway, if you write this: CMyinterfacectrl1 *pDTC; and then use it like that:
pDTC->setWorkIndex(...);
pDTC->ComPortOpen(....);


Then you'll get a problem because your pointer is not initialized, thus it points to invalid memory. You first need to create an instance of your class using new (don't forget to delete it afterwards).


Cédric Moonen
Software developer

Charting control [Updated - v1.1]

GeneralRe: problem with a control ActiveX Pin
zizzzz25-Oct-06 21:53
zizzzz25-Oct-06 21:53 
GeneralRe: problem with a control ActiveX Pin
Cedric Moonen25-Oct-06 22:00
Cedric Moonen25-Oct-06 22:00 
GeneralRe: problem with a control ActiveX Pin
zizzzz25-Oct-06 23:11
zizzzz25-Oct-06 23:11 
GeneralRe: problem with a control ActiveX Pin
Cedric Moonen25-Oct-06 23:20
Cedric Moonen25-Oct-06 23:20 
GeneralRe: problem with a control ActiveX Pin
zizzzz25-Oct-06 23:42
zizzzz25-Oct-06 23:42 
GeneralRe: problem with a control ActiveX Pin
Cedric Moonen25-Oct-06 23:50
Cedric Moonen25-Oct-06 23:50 
GeneralRe: problem with a control ActiveX Pin
zizzzz26-Oct-06 5:20
zizzzz26-Oct-06 5:20 
Questionpath name Pin
radhika2825-Oct-06 21:19
radhika2825-Oct-06 21:19 
AnswerRe: path name Pin
stanlymt25-Oct-06 23:28
stanlymt25-Oct-06 23:28 
AnswerRe: path name Pin
freeman86825-Oct-06 23:33
freeman86825-Oct-06 23:33 
AnswerRe: path name Pin
ThatsAlok26-Oct-06 19:25
ThatsAlok26-Oct-06 19:25 
Questionhow to restrict access for USB device Pin
pavan_sw25-Oct-06 21:07
pavan_sw25-Oct-06 21:07 
QuestionKill DirectX Pin
Daniel Kanev25-Oct-06 20:39
Daniel Kanev25-Oct-06 20:39 
AnswerRe: Kill DirectX Pin
Hamid_RT25-Oct-06 21:05
Hamid_RT25-Oct-06 21:05 
GeneralRe: Kill DirectX Pin
Daniel Kanev25-Oct-06 21:27
Daniel Kanev25-Oct-06 21:27 
QuestionWindows related Question (VC++) Pin
Programm3r25-Oct-06 19:22
Programm3r25-Oct-06 19:22 
AnswerRe: Windows related Question (VC++) Pin
Jonathan [Darka]25-Oct-06 21:13
professionalJonathan [Darka]25-Oct-06 21:13 

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.