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
-
John
- Site Admin
- Posts: 2623
- Joined: Mon Apr 24, 2000 3:18 pm
- Location: Cleveland, OH
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