Re: internal compiler error

2001-10-03 Thread suresh
mark i got it . thank u for ur help - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: internal compiler error

2001-10-03 Thread suresh
Hi , thanks for helping me out but now i have the following error has anyone faced the problem befor?.iam awaiting ur reply XmlFunctionHandler.obj : error LNK2001: unresolved external symbol "public: void __thiscall XmlFunctionHandler::messageheader_EndHandler(class std::basic_string,class std::

RE: internal compiler error

2001-10-03 Thread Radovan Chytracek
Hi,      you have backslashes at line 41 and others. You don't need them unless you write a macro. I would use "std::string" instead of just "string". You get a memory leak. Try instead:   --- char* transcoded =

RE: internal compiler error

2001-10-03 Thread Mark Weaver
Yes, I see this quite a lot. It's nothing to do with xerces and everything to do with MS' rather poor handling of templates. Try switching compilers - mingw is a good substitute (minimal gcc on windows port). If you are desparate to stick with MS' shoddy offering then you are going to have to p