> are you declaring another one? No. I'm using Xalan & XSec, maybe they declare one?
> before any #include statement; in this case, move it to > be after all > the #include and before your code (or remove it altogether) I don't understand what I should remove and why? I've tried to remove this:
#ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif
And got 228 unresolved linker errors.
Try removing just the line
#define new DEBUG_NEW
Alberto
Best regards, Milan
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
