I am writing an ISAPI server xtension which parses XML...

I have a custom made function for outputing data through the socket. This
function works exactly as printf.

myFunction("Message: %s", StrX(exception.getMessage());

This seems to be hagning the server extension. Is it possible to convert the
exception messages to char using another method??

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to