Click here to Skip to main content
15,889,216 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Need Help (classes and .h files) Pin
Christian Graus29-Aug-05 18:54
protectorChristian Graus29-Aug-05 18:54 
GeneralRe: Need Help (classes and .h files) Pin
SummoningDan29-Aug-05 20:24
SummoningDan29-Aug-05 20:24 
GeneralRe: Need Help (classes and .h files) Pin
SummoningDan30-Aug-05 1:21
SummoningDan30-Aug-05 1:21 
GeneralRe: Need Help (classes and .h files) Pin
Christian Graus30-Aug-05 12:55
protectorChristian Graus30-Aug-05 12:55 
GeneralRe: Need Help (classes and .h files) Pin
SummoningDan30-Aug-05 17:37
SummoningDan30-Aug-05 17:37 
GeneralRe: Need Help (classes and .h files) Pin
Christian Graus30-Aug-05 17:40
protectorChristian Graus30-Aug-05 17:40 
QuestionError Pin
Member 216100429-Aug-05 17:36
Member 216100429-Aug-05 17:36 
AnswerRe: Error Pin
Barm29-Aug-05 17:48
Barm29-Aug-05 17:48 
check your declaration in the .h file

most probably you have a different declaration there.

void CTCPTestDlg::OnBtnstart(LPVOID lParam) in .cpp
afx_msg void OnBtnstart(LPVOID lParam) in .h (if function is auto-generated)
void OnBtnstart(LPVOID lParam) in .h (if function is manually generated)

Questionselect excel cells with automation Pin
Bayu Ardianto29-Aug-05 17:17
Bayu Ardianto29-Aug-05 17:17 
Questiondial a telephone number ,and play audio file Pin
sunnf29-Aug-05 15:54
sunnf29-Aug-05 15:54 
AnswerRe: dial a telephone number ,and play audio file Pin
Christian Graus29-Aug-05 17:14
protectorChristian Graus29-Aug-05 17:14 
QuestionError C2065 Pin
Member 216100429-Aug-05 15:44
Member 216100429-Aug-05 15:44 
AnswerRe: Error C2065 Pin
Christian Graus29-Aug-05 16:03
protectorChristian Graus29-Aug-05 16:03 
GeneralRe: Error C2065 Pin
Member 216100429-Aug-05 16:33
Member 216100429-Aug-05 16:33 
GeneralRe: Error C2065 Pin
Christian Graus29-Aug-05 16:36
protectorChristian Graus29-Aug-05 16:36 
QuestionVisual C++ Pin
BlitzPackage29-Aug-05 14:59
BlitzPackage29-Aug-05 14:59 
AnswerRe: Visual C++ Pin
Christian Graus29-Aug-05 16:02
protectorChristian Graus29-Aug-05 16:02 
QuestionHow do I use the IActiveDesktop interface Pin
Carlisle Willard29-Aug-05 14:19
Carlisle Willard29-Aug-05 14:19 
AnswerRe: How do I use the IActiveDesktop interface Pin
Jose Lamas Rios29-Aug-05 16:10
Jose Lamas Rios29-Aug-05 16:10 
GeneralHow do I initialize the IActiveDesktop function Pin
Carlisle Willard29-Aug-05 17:10
Carlisle Willard29-Aug-05 17:10 
GeneralRe: How do I initialize the IActiveDesktop function Pin
Christian Graus29-Aug-05 17:16
protectorChristian Graus29-Aug-05 17:16 
GeneralRe: How do I initialize the IActiveDesktop function Pin
Jörgen Sigvardsson29-Aug-05 20:06
Jörgen Sigvardsson29-Aug-05 20:06 
GeneralRe: How do I use the IActiveDesktop interface Pin
ThatsAlok29-Aug-05 20:18
ThatsAlok29-Aug-05 20:18 
QuestionPlease use the /MD switch for _AFXDLL builds Pin
Christian Graus29-Aug-05 14:07
protectorChristian Graus29-Aug-05 14:07 
AnswerRe: Please use the /MD switch for _AFXDLL builds Pin
Tim Smith29-Aug-05 14:27
Tim Smith29-Aug-05 14:27 

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.