mysql55 support is already in FPC 2.7.1 since early 2012. So it must be the lazarus version that CodeTyphon is based on that is outdated.
Thanks to everybody for reponses.
Really is for the version of Lazarus??. About box displays the next:
Lazarus 1.1
FPC 2.7.1
SVN 40461
In the registersqldb.pas file there is the next code:
{$IF FPC_FULLVERSION>= 20601}
{.$DEFINE HASMYSQL55CONNECTION}
{$ENDIF}So if I "uncoment" removing the point and compiling IDE :
registersqldb.pas(72,3) Fatal: Can not find unit mysql55conn used by registersqldb.. All units exist.
Which will be the cause??
Will be the commented flag by unsupported MySQL55 in this version of Lazarus??