Brent, Thanks for the various patches. I've included them in my CVS version. I wonder if the easiest way to silence the messages from the ML part would be to have the ML call a function in the RTS (driver) to find out whether the "quiet" switch had been set. It should be fairly easy to add.
David.
Brent Fulgham wrote:
The attached patch adds a couple of flags to the poly driver program:
-q = "Quiet Mode", which just silences some of the self-reporting. -v = "Version", prints the version information and exits.
To get things to work the way I wanted, I had to modify the ML sources and rebuild my Database. This obviously works, but it would be much cleaner if I could somehow do this "on-the-fly".
If I could override the "startupFn" in the INITIALISE_ struct, I think this would work, but it doesn't seem to be accessible from a running system.
Thanks,
-Brent