SOAP request works fine in Debug mode but not in Release Mode on vista m/c. [modified]
Windows API
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I have a application (vc++,soap) which communicating with server (java, tomcat) using SOAP. It updates the some records on server using SOAP XML. But it gets failed. But the same code is running fine in Debug mode once and after that it fails. If I put MessageBox at a place where it is giving error then it is working in both modes. But providing message box is not advisible. The place where it is giving problem is we are releasing memory (PCHAR buffArray). This is working fine in Windows XP. Pls help.
SNI
modified on Wednesday, December 3, 2008 1:29 AM