putmsg

Post Reply
sbeavers
Posts: 9
Joined: Wed Jan 31, 2001 7:31 pm

putmsg

Post by sbeavers »

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++.
User avatar
John
Site Admin
Posts: 2622
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH
Contact:

putmsg

Post by John »

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
Post Reply