[twsocket] Use of ThttpServer and msxml

2013-08-28 Thread Chris Schofield
Hi I am trying to convert a cgi-bin program that uses msxml to be part of a small webserver program using thttpserver. I get access violations when I try to parse the xml received in the post request I am using DomDocument and msxml (2 I think) I have read about using coinitilialise

Re: [twsocket] Use of ThttpServer and msxml

2013-08-28 Thread François Piette
> I am trying to convert a cgi-bin program that uses msxml to be part of a small webserver program using thttpserver. > I get access violations when I try to parse the xml received in the post request > I am using DomDocument and msxml (2 I think) > I have read about using coinitilialise but that d