show/hide this revision's text 2 added 58 characters in body

I never tried Turbo Delphi .NET, but afaik CodeGear stopped that line, so I wouldn't start new development in it. I also heard that CF.NET was not officially supported and a bit ackward. As said I never used it, I hope that others will comment.

Lazarus core functionality works, but many more "outer" parts are not always tested on CE, and you will have to find stuff out yourself.

  1. Roughly the same as under normal delphi/win23. Can access TCP/IP with Indy10 afaik, but to work with network connections you need api calls
  2. sqlite is sometimes used. In theory all the db drivers should run if their client libraries are available to arm. The DB support should mostly be endian clean. However I don't know which ones are supported. Sql Server variants are generally not supported by FPC, except via ODBC. And I don't know if CE has that.
  3. Usually you need to have some client lib or a generalized DB connectivity lib ADO/ODBC/JDBC.

Browsing the lazarus/fpc wiki for CE topics could be a good next step. If you persist in CF.NET, I would migrate to VS, and not work with TD.NET.

show/hide this revision's text 1

I never tried Turbo Delphi .NET, but afaik CodeGear stopped that line, so I wouldn't start new development in it. I also heard that CF.NET was not officially supported and a bit ackward.

Lazarus core functionality works, but many more "outer" parts are not always tested on CE, and you will have to find stuff out yourself.

  1. Roughly the same as under normal delphi/win23. Can access TCP/IP with Indy10 afaik, but to work with network connections you need api calls
  2. sqlite is sometimes used. In theory all the db drivers should run if their client libraries are available to arm. The DB support should mostly be endian clean. However I don't know which ones are supported. Sql Server variants are generally not supported by FPC, except via ODBC. And I don't know if CE has that.
  3. Usually you need to have some client lib or a generalized DB connectivity lib ADO/ODBC/JDBC.

Browsing the lazarus/fpc wiki for CE topics could be a good next step. If you persist in CF.NET, I would migrate to VS, and not work with TD.NET.