10
votes
24answers
2k views
What is the best set of tools to develop Win32 Delphi applications?
What is the best set of development tools to develop Win32 Delphi applications? Include support tools such as automated build servers and modelling software. It would be interesting to get a list o …
6
votes
4answers
827 views
Passing a string to an already running instance of an application
I have an application that detects if there is another instance of the app running and exits if one is found. This part seems to work reliably. My app takes a command-line argument that I would lik …
0
votes
1answer
277 views
Is it possible to have multiple header rows in a virtual string tree?
I have a need for multiple fixed rows for the header of a virtual string view. Something that looks like the effect you get if you set a StringGrid's FixedRows property to a value greater than 1. I …
3
votes
3answers
306 views
Including resource file in a project by .RC file rather than .RES file
I remember reading an article or post somewhere years ago that suggested including a resource file in a project by referencing the .rc file instead of an already compiled .res file so that the reso …
1
vote
Learning Delphi
Essential Pascal and Essential Delphi by Marco Cantu were both written when older versions of Delphi were current although the layout of the IDE has changed and there have been some additions to th …
2
votes
Unit testing in Delphi - how are you doing it ?
We do unit testing of all logic code using DUnit and use the code coverage profiler included in AQTime to check tha …
14
votes
What is the best set of tools to develop Win32 Delphi applications?
IDE Delphi 2007 Professional (soon to be Delphi 2009)
Automated Build Server FinalBuilder 6
…
2
votes
Passing a string to an already running instance of an application
I ended up saving the MainForm's handle into the InstanceInfo record in the file mapping then sending the message to the previous instance's main form handle if there was one.
In the projec …
3
votes
Delphi Free and Open Source Components that are still maintained.
tiOPF Free, Open Source Object Persistence Framework forFree Pascal & Delphi
http://tiopf.sourceforge.net/
The learning curve …
8
votes
4
votes
26
votes
45
votes
35
votes
42
votes
