logo logo

Fixing curlpas so it would compile and install in latest Lazarus/FreePascal

What is curlpas? (Taken from the official web) CurlPas is a Delphi / Kylix / FreePascal binding and component wrapper for libcurl . Curlpas had so many features that other internet LCL didn’t have. Such...

dynamic multidimensional array

Today I got a task to convert as C# desktop application into a Delphi XE application. One thing I learned is about dynamic multidimensional array. In C#, we can do this by just simply using one-liner...
Free and lightweight hex editor for Windows 7

Free and lightweight hex editor for Windows 7

I’ve been looking for a free and lightweight Hex Editor in Windows for years. Many of them is not free or a shareware. Finally found one that suffice my need, it’s called XVI32 by Christian Maas....
Color Cell in a stringgrid

Color Cell in a stringgrid

Problem: we want to color a cell inside a TStringGrid. No easy direct way in doing this in Delphi. Solution: we must implement stringgrid’s onDrawCell event Create a new VCL application project. Put one...
bottom