Click here to Skip to main content
15,890,506 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Read form serial port Pin
Toni789-May-03 14:36
Toni789-May-03 14:36 
GeneralRe: Read form serial port Pin
daima_8879-May-03 14:57
daima_8879-May-03 14:57 
GeneralRe: Read form serial port Pin
Jan759-May-03 19:24
Jan759-May-03 19:24 
GeneralDialog screen freezes Pin
yashraj9-May-03 8:22
yashraj9-May-03 8:22 
GeneralRe: Dialog screen freezes Pin
David Crow9-May-03 8:49
David Crow9-May-03 8:49 
GeneralRe: Dialog screen freezes Pin
Mahesh Varma9-May-03 18:11
Mahesh Varma9-May-03 18:11 
QuestionCalling a pure "C" function from a class: How? Pin
Cesario Simoes, jr9-May-03 8:14
Cesario Simoes, jr9-May-03 8:14 
AnswerRe: Calling a pure "C" function from a class: How? Pin
David Crow9-May-03 8:24
David Crow9-May-03 8:24 
Anywhere you have #include "contcp.h", you need to surround that with the extern keyword as in:

extern "C"
{
#include "contcp.h"
}

GeneralRe: Calling a pure "C" function from a class: How? Pin
Cesario Simoes, jr9-May-03 8:37
Cesario Simoes, jr9-May-03 8:37 
GeneralRe: Calling a pure "C" function from a class: How? Pin
David Crow9-May-03 8:53
David Crow9-May-03 8:53 
GeneralRe: Calling a pure "C" function from a class: How? Pin
Cesario Simoes, jr9-May-03 9:12
Cesario Simoes, jr9-May-03 9:12 
GeneralRe: Calling a pure "C" function from a class: How? Pin
Cesario Simoes, jr9-May-03 9:34
Cesario Simoes, jr9-May-03 9:34 
GeneralNM_RCLICK Pin
MemLeak9-May-03 7:51
MemLeak9-May-03 7:51 
GeneralRe: NM_RCLICK Pin
MemLeak9-May-03 8:09
MemLeak9-May-03 8:09 
GeneralRe: NM_RCLICK Pin
Hari Krishnan (Noida)11-May-03 18:52
Hari Krishnan (Noida)11-May-03 18:52 
Generalprinting VC++ files Pin
Makover9-May-03 7:31
Makover9-May-03 7:31 
GeneralRe: printing VC++ files Pin
David Crow9-May-03 7:49
David Crow9-May-03 7:49 
GeneralRe: printing VC++ files Pin
Makover9-May-03 7:53
Makover9-May-03 7:53 
GeneralRe: printing VC++ files Pin
David Crow9-May-03 7:56
David Crow9-May-03 7:56 
GeneralRe: printing VC++ files Pin
Makover9-May-03 8:00
Makover9-May-03 8:00 
GeneralRe: printing VC++ files Pin
Mahesh Varma9-May-03 18:18
Mahesh Varma9-May-03 18:18 
Generalinclude issues Pin
Themis9-May-03 7:27
Themis9-May-03 7:27 
GeneralRe: include issues Pin
Joseph Dempsey9-May-03 7:39
Joseph Dempsey9-May-03 7:39 
Generalchar[] problem Pin
Mazdak9-May-03 6:53
Mazdak9-May-03 6:53 
GeneralRe: char[] problem Pin
valikac9-May-03 7:11
valikac9-May-03 7:11 

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.