Archive for December, 2004
F12 brings up CPU debugger window?
In Delphi, if you’re debugging an app which has F12 as a shortcut key for some command…(Read on)
Posted by Deepak Shenoy on December 17th, 2004 under Uncategorized | 2 Comments »Firefox beats IE?
Seems like FireFox has made some serious headway….(Read on…)
Posted by Deepak Shenoy on December 14th, 2004 under Uncategorized | 2 Comments »Excel users…
If you use Excel quite a bit, check out http://www.exceluser.com. Read on…
Posted by Deepak Shenoy on December 13th, 2004 under Uncategorized | Comment now »Suggestions on a web page?
Autocomplete’s next avatar? Check out Google Suggest. Read On…
Posted by Deepak Shenoy on December 11th, 2004 under Uncategorized | 1 Comment »Bug in Delphi SOAP: arrays of TByteDynarrays don’t work well.
There’s a bug in the Delphi SOAP source code when using parameters like:
type
MultiArray = array of TByteDynArray;
To fix this, first add $(DELPHI)SourceSoap to your search path, or copy the file OPtoSOAPDOMConv.pas to your local directory.
then modify the file as follows:
1. Locate the function ConvertSoapToNativeArrayElem.
2. add the following as a [...]
Delphi 7: Library path edit dialog too small?
It’s kinda irritating to have to resize the Delphi library path (Tools|Environment Options|Library tab, first "…" button) edit dialog so small - it’s resizable, but it doesn’t "remember" the size. There might be other solutions to this, like writing an IDE expert. But I got down to solving it the "brute force" way.
Read on…
Keeping out-of-proc automation servers alive
I know, out-of-proc automation servers aren’t very popular in these days when you have COM+ and .NET. But if you’re still a person writing out of proc automation servers, (like Microsoft is with Word, Excel and the whole lot) you might need to consider a small fact.
Posted by Deepak Shenoy on December 1st, 2004 under Uncategorized | Comment now »Server Response from: BLOGS1

RSS Feed