Delphi is still in Top 20
Delphi is still in Top 20… but barely.
Delphi is still in Top 20 Read More »
Delphi is still in Top 20… but barely.
Delphi is still in Top 20 Read More »
Extracting unique identification numbers from hardware and using them for software protection scheme I had customers that are purchasing a single software license but using it on multiple computers so I wanted to prevent them from doing so. The solution I have found was to generate a license key that is unique for each computer.
How difficult is to write a solid software protection (licensing) scheme? Read More »
The problem My Delphi XE started to act strange lately. I have unit Unit2.pas that uses ‘FormatBytes’ declared in Unit1.pas. When I try to compile Unit2 Delphi says that it cannot find FormatBytes. But FormatBytes is there, in Unit1 !!Unit1 belongs to Package1 and Unit2 to Package2 (Package2 depends on Package1).Even more strange: if
Caching issues with Delphi packages Read More »
It’s truly a shame that in these modern days, some developers still cling to coding in Notepad. Many of them are so far from grasping advanced concepts such as IDEs. RAD? Well, they’ve never heard of it. Framework? “Why use a framework… I can do all that code by hand,” one of them said. Just
Those sundried-brain old school PHP programmers Read More »