Is Delphi still an "enterprise" development tool?
Submitted by ldsandon on Sat, 2009-01-17 22:54More and more in the past weeks while working with Delphi on the next release of out main applications, I started to ask myself if Delphi can still be considered an "enterprise" level development tool. Codegear's site says the "enterprise" features are:
- ldsandon's blog
- Login to post comments
- Read more
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
Windows Mobile 6.1, Treo Pro and Wi-Fi: issue and solutions
Submitted by ldsandon on Sun, 2008-10-12 16:32I got a Palm Treo Pro Windows Mobile 6.1 Professional device, and I had some issues to make it working with the two access points I usually use, a 3Com 3CRGPOE10075 I have at the office, configured with WPA2 Enterprise, and a 3Com 3CRWE454G72 (1.03.12 firmware) at home, using WPA-PSK. Here what I found, maybe it could help someone out there:
- ldsandon's blog
- Login to post comments
- Read more
Innosetup script for services updated
Submitted by ldsandon on Mon, 2008-08-11 13:30I've updated the InnoSetup script to manage services. Now it imports the ChangeServiceSettings() API, and I've added a SimpleSetServiceStart() function to change the service startup type.
- ldsandon's blog
- Login to post comments
RAD 2007: overriding project settings with MSBuild
Submitted by ldsandon on Thu, 2008-06-12 16:30While building a project outside the IDE you could need to change some project settings, for example the output folder. It can be accomplished using the /p switch, the same used to set which configuration to build. If you open the .dprj file, you will see several <DCC_xxxxxx> nodes under each <PropertyGroup> node. These values can be overriden from the command line, each property separated by a semicolon. Here an example from an actual build configuration I use in CruiseControl.Net, to set the exe and dcu output folders:
- ldsandon's blog
- Login to post comments
- Read more
XP SP3 kills the address bar
Submitted by ldsandon on Fri, 2008-05-09 20:04Today the Windows Update Service at the office offered me XP SP3 (as a developer, I have the privilege to choose which update to install). I knew about no issue about the tool I use, and decided to install it.
When I rebooted, the quick launch bar and address bar were gone! Ok, let's re-enable them, I thought. The quick launch bar was simply disabled - but the "Address bar" item in the tool bars menu was gone!
- ldsandon's blog
- Login to post comments
- Read more
My new virtual SF-260
Submitted by ldsandon on Sun, 2008-04-20 23:31I've bought a new airplane for FSX, a RealAir Simulations SIAI-Marchetti SF-260. Here some screenshots I made (image has been resized and compressed - it's even better!):
- ldsandon's blog
- Login to post comments
- Read more
Logitech and its damned LVUSBSta.sys driver
Submitted by ldsandon on Sun, 2008-04-13 14:26I've bought a Logitech STX QuickCam Communicate STX webcam - nothing sophisticated - just needed a simple, good quality webcam to be used in Skype chats.
- ldsandon's blog
- Login to post comments
- Read more
The useful App Paths registry key
Submitted by ldsandon on Mon, 2008-04-07 11:18Yesterday on the Italian Delphi newsgroup run by Marco Cantù, Delphi&Dintorni, appeared a post asking how to load BPLs without writing them in the system directory or in the application directory.
I suggested to use the "App paths" registry key [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths], but while looking for a reference for its proper use I didn't find a complete one, even on MSDN. It looks to be poorly documented, yet it's a very useful key.
- ldsandon's blog
- Login to post comments
- Read more
