C++CodeDelphiIDERAD Studio

The Beginner's Guide to Clean Code Windows Development

Designing a well-crafted and easily manageable software system is the ultimate goal of any professional developer. Therefore, we need the best windows development tool and coding practices to achieve this goal. Clean coding is one such core practice that can help us in our mission. However, unfortunately, many new developers are not even aware of clean coding. So, let us briefly discuss clean…
Read more
Delphi

Test Unitarios; Framework DUnitX (Entrega 4)

Author: Germán Estévez Completamos con esta entrada la serie sobre test unitarios, centrándonos en el Framework DUnitX, que es el que actualmente embarcadero recomienda y se incluye en las últimas versiones de Delphi. Test Unitarios; Introducción (Entrega 1) Test…
Delphi

SQLDA missing or incorrect version, or incorrect number/type of variables

Author: Craig Stuntz The error in the title comes from InterBase. Actually, the full error is: [DataDirect][ODBC InterBase driver][InterBase]Dynamic SQL Error, SQL error code = -804, SQLDA missing or incorrect version, or incorrect number/type of variables. I’ve seen this error before when the wrong InterBase client (gds32.dll) version was loaded by the application, or when the wrong number…
Read more