[xsd-users] RE: Ambiguous call to overloaded function with xsd compiled files

Moreira Andre Andre.Moreira at helvar.com
Fri May 10 07:26:22 EDT 2013


I have "solved" the ambiguous call to overloaded function  problem by going to parsing-source.txx and look for all setParameter that used bool as the second parameter and cast them to (bool).

This must be somehow project dependent, but you could probably check that out or just patch the file as well.

Now I get unresolved external symbol  when linking and I got the same error in my prototype project when "Treat wchar_t as Built-in type" is set to NO(/Zc:wcahr_t-).

I guess this has something to do with the way xerces-c_3.lib was compiled. Can you confirm that?

Cheers


More information about the xsd-users mailing list