Neil,

Check out Project|Options|DLLs to delay load

That's what you want, I think.

Evert

> -----Original Message-----
> From: Neil Sherman [mailto:[EMAIL PROTECTED]]
> Sent: Friday, November 30, 2001 10:26 AM
> To: '[EMAIL PROTECTED]'
> Subject: Dynamically linking xerces while the program is running
> 
> 
> Hi all!
> 
> I would like to be able to make use of the Xerces parser without linking 
> the DLL when the program is compiled.  What I need is to be able to only 
> link in the DLL when a portion of my code is executed.  The 
> reason for not 
> wanting to import it at compile time is that my application has many 
> different uses, and for the majority of the time the use of 
> Xerces will not 
> be required.  Therefore I need my application to function even if the 
> Xerces DLL is not present.  Having the DLL loaded into memory at 
> application startup seems very wasteful if its not required for the 
> majority of the functionality!
> 
> Can anyone provide some (simple!!) examples of how this can be acheived??
> 
> Many thanks
> 
> Neil Sherman
> 
> P.S. - Im using Borland C++
> 
> 
> 
> ---------------------------------------------------------------------
> 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]

Reply via email to