| View previous topic :: View next topic |
| Author |
Message |
J.W. de Bokx Guest
|
Posted: Thu Sep 01, 2005 2:31 pm Post subject: Delphi 2005 BSTR result is truncated |
|
|
Hello All,
I have an ole server written in an other language (smalltalk)
It returns a BSTR as result.
This result is now changed to contain a xml formatted string.
Now Delphi 2005 truncates the output.
The truncated string is much shorter than the normal strings previously
returned.
The same server called from VBScipt does return the whole XML string.
So it seems D2005 truncates the string.
Any idea how to solve this?
Jan de Bokx
|
|
| Back to top |
|
 |
J.W. de Bokx Guest
|
Posted: Fri Sep 02, 2005 3:32 am Post subject: Re: Delphi 2005 BSTR result is truncated |
|
|
Misleading debugger....
In the evaluate/modify it was truncated.
the real result is OK.
The XML was missing something to load into a clientdataset.
During the debugging it looked like it was truncated
Sorry for the trouble
J.W. de Bokx
|
|
| Back to top |
|
 |
Ian Boyd Guest
|
Posted: Mon Sep 12, 2005 12:47 am Post subject: Re: Delphi 2005 BSTR result is truncated |
|
|
| Quote: | In the evaluate/modify it was truncated.
|
i really really really hate it when the debugger throws up more confusion.
And since one is debugging, more confusion is definetly bad.
|
|
| Back to top |
|
 |
|