Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Anthony Williams wrote: > > The problem with expat.dll is the names of the exports. In one version they're > mangled like @some_function at 4, in the other, they're not (just exported as > some_function). I forget which version does which. > They shouldn't be mangled normally.. however AFAIK the stock ones don't call it expat.dll anyway - they have xmltok.dll and xmlparse.dll (tempted to just link with those and remove any ambiguity). Unfortunately sourceforge is down at the moment otherwise I'd go and check the latest binary builds... Tony