Hello,
I'm trying to use ppumove as described in the documentation to create a shared
library from a set of FPC units. This is different from creating a DLL by
specifying the symbols specially in an export section.
However ppumove fails with a message 'cannot export
symbol. symbol not found'.
I
Hi,
I would like to ask you some questions about how I can migrate,
ultimately, of Delphi to FPC.
These questions will help me and my friends that working with Delphi.
1- What the connector you use to Postgre and SQLServer, Zeoslib?
2- What the Report designer is more like with ReportBuilder?
3- D
On Saturday 14 August 2010 20:04:33 Marcos Douglas wrote:
> 3- Do exists something I can do with Delphi but not do with FPC?
> Especialy on Windows.
...
> 7- Is there any other factors we should consider before making this
> migration, which was not written above?
1. Are you targeting for Windows-
On 14 August 2010 19:04, Marcos Douglas wrote:
> 1- What the connector you use to Postgre and SQLServer, Zeoslib?
For PostgreSQL you can use Zeoslib or SqlDB (included in FCL and part
of FPC). For MS SQLServer there is not direct database component, but
you should be able to use ODBC (I have done