Click here to Skip to main content
15,891,136 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralPrinter Spooler Pin
auur27-Dec-03 19:15
auur27-Dec-03 19:15 
QuestionTo Unicode or not to Unicode? Pin
Prakash Nadar27-Dec-03 18:50
Prakash Nadar27-Dec-03 18:50 
AnswerRe: To Unicode or not to Unicode? Pin
Gary R. Wheeler28-Dec-03 6:56
Gary R. Wheeler28-Dec-03 6:56 
GeneralRe: To Unicode or not to Unicode? Pin
Prakash Nadar28-Dec-03 16:31
Prakash Nadar28-Dec-03 16:31 
GeneralProblem with my EXE.....(help me if you can) Pin
DarioKun27-Dec-03 16:02
DarioKun27-Dec-03 16:02 
QuestionHow to zoom in Graph Pin
siew hoon27-Dec-03 15:13
siew hoon27-Dec-03 15:13 
AnswerRe: How to zoom in Graph Pin
LunaticFringe28-Dec-03 1:17
LunaticFringe28-Dec-03 1:17 
Generalafx_message Pin
briefcase27-Dec-03 13:49
briefcase27-Dec-03 13:49 
I'm trying to use messages to communicate within a program (I'm following the article "Interprocess communication tutorial By Alex Farber") but am running into a problem. I've followed the first few steps of his little tutorial, and run into the following error when i try to build the application:

error C2065: 'OnMessageTextChanged' : undeclared identifier

with regards to this line in programDlg.cpp :

ON_REGISTERED_MESSAGE(wm_Message, OnMessageTextChanged)


I thought that:

afx_msg LRESULT OnMessageTextChanged(WPARAM wParam, LPARAM lParam);

in programDlg.h was the proper way to declare this. Any ideas on what I may be doing wrong?

Thanks
greg
GeneralRe: afx_message Pin
PJ Arends28-Dec-03 16:41
professionalPJ Arends28-Dec-03 16:41 
GeneralMDI view switching Pin
rsimcic27-Dec-03 10:38
rsimcic27-Dec-03 10:38 
GeneralBitmaps from Access database Pin
rsimcic27-Dec-03 10:33
rsimcic27-Dec-03 10:33 
GeneralPrinting Problems Pin
kjessee27-Dec-03 10:02
kjessee27-Dec-03 10:02 
GeneralRe: Printing Problems Pin
kjessee27-Dec-03 17:19
kjessee27-Dec-03 17:19 
GeneralDatabase (ACCESS) problem Pin
ansontong27-Dec-03 6:56
ansontong27-Dec-03 6:56 
GeneralRe: Database (ACCESS) problem Pin
Roger Wright27-Dec-03 7:50
professionalRoger Wright27-Dec-03 7:50 
GeneralRe: Database (ACCESS) problem Pin
ansontong27-Dec-03 8:45
ansontong27-Dec-03 8:45 
GeneralTool Tip Drop Shadows Pin
BarryPearlman27-Dec-03 6:54
BarryPearlman27-Dec-03 6:54 
QuestionHow to set font and colours for forms and buttons? Pin
Takhir27-Dec-03 4:24
Takhir27-Dec-03 4:24 
Generalsproxy.exe error with fault element Pin
Anonymous26-Dec-03 23:00
Anonymous26-Dec-03 23:00 
Generalconnection with oracle and sorting the database object as per hierarchal Pin
utkarsharma26-Dec-03 19:21
utkarsharma26-Dec-03 19:21 
GeneralExplain the Output Pin
SiddharthAtw26-Dec-03 18:19
SiddharthAtw26-Dec-03 18:19 
GeneralRe: Explain the Output Pin
Monty226-Dec-03 20:55
Monty226-Dec-03 20:55 
GeneralRe: Explain the Output Pin
VickyMD26-Dec-03 22:15
sussVickyMD26-Dec-03 22:15 
GeneralDestruction of static object Pin
Anonymous26-Dec-03 18:02
Anonymous26-Dec-03 18:02 
GeneralRe: Destruction of static object Pin
Monty226-Dec-03 20:39
Monty226-Dec-03 20:39 

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.