Assuming the comment was left out in error :) ----- Original Message ----- From: "Hylton Tregenza" <[EMAIL PROTECTED]> To: "MSVC" <[EMAIL PROTECTED]> Sent: Tuesday, October 12, 2004 9:48 PM Subject: [msvc] Queriosity Question.
> Evening All > > While working on same code (Yep, this is work in progress code) > I added a second On message macro to a message. On is to be commented out at > all times. > How would the system handle this. Would both functions be called? Does it > depend on the return code of any of the functions? > > > ON_MESSAGE(MASS_TO_SYSTEM, OnMassToSystem) > // ON_MESSAGE(MASS_TO_SYSTEM, OnProcessMass) // New macro for rewritten > functionality > > > Hylton > > > _______________________________________________ > msvc mailing list > [EMAIL PROTECTED] > See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for subscription changes, and list archive. _______________________________________________ msvc mailing list [EMAIL PROTECTED] See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for subscription changes, and list archive.
