hi, Is it possible to dynamic link MSXML to the application?
Tanish wrote: > hi, > > Is it possible to dynamic link MSXML to the application? MSXML is a DLL (Dynamic Link Library). It should already be present on recent versions of Windows. Perhaps you meant: Can MSXML be static linked to your application? I don't think so. -- David Wilkinson Visual C++ MVP
hi, I want to know can I unload msxml when xml related work is over? "David Wilkinson" wrote: > Tanish wrote: > > hi, > > > > Is it possible to dynamic link MSXML to the application? > > MSXML is a DLL (Dynamic Link Library). It should already be present on recent > versions of Windows. > > Perhaps you meant: Can MSXML be static linked to your application? I don't think so. > > -- > David Wilkinson > Visual C++ MVP >