[fpc-pascal] how to use ppumove to create a shared library from units?

2010-08-14 Thread tcoq
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

[fpc-pascal] OFF TOPIC - how I can migrate of Delphi to FPC

2010-08-14 Thread Marcos Douglas
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

Re: [fpc-pascal] OFF TOPIC - how I can migrate of Delphi to FPC

2010-08-14 Thread Juha Manninen (gmail)
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-

Re: [fpc-pascal] OFF TOPIC - how I can migrate of Delphi to FPC

2010-08-14 Thread Graeme Geldenhuys
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