Hi all

A while ago I have posted a request on help with compiling a static
library of xercesc with VC7. This I have now completed. It required
removal of the __declspec definitions and that was pretty much that.

I have discovered however, that all warning and error messages generated
by the parser are empty strings. After debugging I realised that this is
because these strings are stored as resources in the DLL but since I am
only creating a static library these get dropped (the compiler even
reports this).

So now what? Is there an easy way to put them back into the library?
How? Perhaps I should go back to using the DLL?

Regards, Martin. 



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

Reply via email to