|
From: Jimmy Z. <cra...@co...> - 2007-05-15 04:14:10
|
I tried the same code today and could not duplicate this issue. I am using VC 2003... but that should not matter... What version of VTD-XML are you using? Changing Long to long will not work because a long is 32 bit, a Long is 64-bit... can you make file on Linux? =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Hi,=20 I am trying to use the C version of VTD-XML.=20 =20 I tried executing the test program given (the SOAP example)...=20 http://vtd-xml.sourceforge.net/codeSample/cs4.html [using soap.c = soap2.xml]=20 =20 But i am getting this error....=20 =20 Line Number: 14 Offset: 6=20 parse exception e =3D=3D> Parse exception in parse()=20 Ending tag error: Start/ending tag mismatch=20 =20 I am using VC 6 on Win2k... =20 =20 When i tried compilig the project... i got this error =20 error C2632: 'long' followed by 'long' is illegal=20 =20 So.. i modified the typedef for Long to have only long...=20 Apart from this i didn't any other change ....=20 =20 Any clue about the problem....=20 =20 How should i solve the compilation error =20 =20 And if the change is correct... then what else can be the problem...=20 =20 In case someone has a working example ... please share it...=20 =20 Thanks !!=20 =20 Regards=20 |