Re: [c++] RE: CounterSignature or Multiple Signatures - is it possible?

2003-12-22 Thread Berin Lautenbach
Milan, First a question - is iSignatureCount a global? If so, this approach may not be thread safe. An alternative (if threading is an issue) might be to pass in the previous found node to findNext. strEquals should be able to handle a mixture of XMLCh and char strings, but it will assume

Re: [c++] RE: CounterSignature or Multiple Signatures - is it possible?

2003-12-22 Thread Berin Lautenbach
That almost smells like a mismatch between run-time libraries. The Debug version of xsec uses the Debug DLL runtime and the release the normal DLL runtime. For various reasons, the debug also uses the MFC in a shared DLL. BTW - You should be able to debug through the DLL if it is compiled