Hi,
When I try to run the example BasicB2BUA,found out that B2BUA uses xerces,but it does not contain the include files,so I download xerces-c-3.1.1.But another problem come to me,when I compile the BasicB2BUA on windows7,vs2010,a lot errors appears:
5>..\xercesc\util\ValueVectorOf.c(58): error C2143: syntax error missing '{ ' before '<'
5>..\xercesc\util\ValueVectorOf.c(58): error C2059: syntax error:“<”
5>..\xercesc\util\ValueVectorOf.c(77): error C2143: syntax error missing '{ ' before '<'
5>..\xercesc\util\ValueVectorOf.c(77): error C2059: syntax error:“<”
...........................................
Any suggestions?
For I am using windows7 now,a lot of header files included in B2BUA are linux like,I tried to replace them with header files in windows,but I am confused,will it still does the right job?Or Can the B2BUA work under windows?
Thanks.