December 2008
Wacom Bonsai drivers installation may require an hotfix on XP
Submitted by ldsandon on Sat, 2008-12-27 22:34One of my christmas presents was a Wacom Bonsai pen tablet. It was a bit disappointing to see that the driver installation got blocked in the middle. Downloaded the latest driver from Wacom site, but same result.
»
- ldsandon's blog
- Login to post comments
- Read more
CodeGear (Borland) "non finito": not properly a form of art
Submitted by ldsandon on Wed, 2008-12-10 00:25While enabling a Delphi application to connect to its remote server using a TSocketConnection and not only a TDCOMConnection, I found ian ssue while I was returning Int64 data. It worked flawlessy via DCOM, but not via the easier-to-setup socket connection. What was happening? Well, in SConnect.pas there is this declaration:
VariantSize: array[0..varLongWord] of Word = (...)It is used in TDataBlockInterpreter.ReadVariant() to get the data size to be read from the stream the socket connection uses to pass data around:
»
- ldsandon's blog
- Login to post comments
- Read more
