I have written a putmsg() replacement. It returns an int and takes variable args as per the documentation. However, my routine never gets called. Any ideas on how I can debug this? This is running on NT and written in Visual C++.
putmsg
putmsg
Did you include "mmsg.h" which is required if you are replacing putmsg? You should also make sure that it is using "C" naming conventions and not getting any extra C++ name decorations.
John Turnbull
Thunderstone Software
Thunderstone Software