Hi all!

Im trying to use Xerces with the Borland C++ compiler.  Unfortunately Im 
stuck with using Borland C++ (Version 5.02) which does not understand any 
of the makefiles included with the Xerces source code!!  I was just 
wondering whether anybody had used Xerces with the Borland compiler and had 
any useful advice!!

I've tried making use of the LIB file supplied with Xerces but this seems 
to produce some errors!  Im assuming that the problem lies with the Borland 
compiler and thus I need to recompile the DLL, and regenrate the LIB file!

My final intention is load the Xerces DLL dynamically (i.e. only when the 
code requiring it is run), so that it is not necessary to have the DLL 
loaded or even prsent on the machine if that particular piece of code is 
not executed!  The problem I have is that I have no way of obtaining a 
class from the Xerces DLL dynamically!  Therefore my proposed solution is 
to add an extra function that will return a pointer to a class, enabling me 
to make use of the class objects!  But in order to acheive this I need to 
be able to recompile the source code!!

Any help would be greatly appreciated

Many thanks

Neil Sherman



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

Reply via email to