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

2010-08-15 Thread Graeme Geldenhuys
Op 2010-08-15 19:07, Marcos Douglas het geskryf: > > Both repositories has the same code? Both are updated? >From memory, the one in tiOPF Quarantine directory is a copy of the original one written for tiOPF1 and was meant for use with VCL. The one included with fpGUI is slightly modified to com

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

2010-08-15 Thread Graeme Geldenhuys
Op 2010-08-15 18:27, Marcos Douglas het geskryf: > > I never use ODBC/FreeTDS on Linux. This is stable? All resources have > been implemented like SP's, multi-SQL in the same instruction, etc? I don't know, I only used Unix ODBC for a data conversion application (MS Access -> Firebird). Unix ODBC

Re: [fpc-pascal] fcl-web webdata example(s) on Windows has some problems

2010-08-15 Thread ABorka
WinXP 32, FPC and Lazarus latest SVN checkout. I was trying to play a little bit with the promising new fcl-web webdata features to see how JSON/EXTJS works with FPC/Lazarus and came up with the following problems in the first demo example ...fpcdir...\packages\fcl-web\examples\webdata\demo\ .

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

2010-08-15 Thread Graeme Geldenhuys
On 15 August 2010 18:58, Marcos Douglas wrote: > > Oh, thank you. I found one more FortesReport  :) > Which of these is more like ReportBuilder? I have only used ReportMan and tiRTFReport - I can't comment on the others. ReportMan is definately not like ReportBuilder, but it is easy to use. The Re

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

2010-08-15 Thread Marcos Douglas
On Sun, Aug 15, 2010 at 11:36 AM, Graeme Geldenhuys wrote: > > [snip] > > RTF Report - what our company uses. Available in fpGUI or tiOPF repositories > Both repositories has the same code? Both are updated? Thanks, Marcos Douglas ___ fpc-pascal maill

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

2010-08-15 Thread Marcos Douglas
On Sun, Aug 15, 2010 at 11:36 AM, Graeme Geldenhuys wrote: > On 15/08/2010, Marcos Douglas wrote: >> >> Zeoslib uses ADO too. So, it could be used with MS SQLServer. >>  I think Zeoslib is more faster than ODBC. > > Yes, but I was thinking in terms of cross-platform. ADO doesn't exist > on other p

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

2010-08-15 Thread Marcos Douglas
On Sun, Aug 15, 2010 at 10:10 AM, Andreas Schneider wrote: > > On Sun, 15 Aug 2010 09:59:10 -0300, Marcos Douglas wrote: >> Zeoslib uses ADO too. So, it could be used with MS SQLServer. >> I think Zeoslib is more faster than ODBC. > > That depends on the platforms you want to target. AFAIK ADO is

Re: [fpc-pascal] fcl-web webdata example(s) on Windows has some problems

2010-08-15 Thread Michael Van Canneyt
On Sun, 15 Aug 2010, ABorka wrote: Hi, WinXP 32, FPC and Lazarus latest SVN checkout. I was trying to play a little bit with the promising new fcl-web webdata features to see how JSON/EXTJS works with FPC/Lazarus and came up with the following problems in the first demo example ...fpcdir

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

2010-08-15 Thread Graeme Geldenhuys
On 15/08/2010, Marcos Douglas wrote: > > Zeoslib uses ADO too. So, it could be used with MS SQLServer. > I think Zeoslib is more faster than ODBC. Yes, but I was thinking in terms of cross-platform. ADO doesn't exist on other platforms other than Windows. But seeing that Zeoslib itself is cross-p

Re: Re: [fpc-pascal] PPUMove usage, follow-up: it works on Linux.

2010-08-15 Thread tcoq
Hello, Thanks for the quick answer. ... >In general, creating a (non-DDL-style) shared library with FPC is currently >not supported on any platform. There are still some patches in the bug >tracker that I have to apply to fix the Linux support >(http://bugs.freepascal.org/view.php?id=12492), but

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

2010-08-15 Thread Andreas Schneider
On Sun, 15 Aug 2010 09:59:10 -0300, Marcos Douglas wrote: > Zeoslib uses ADO too. So, it could be used with MS SQLServer. > I think Zeoslib is more faster than ODBC. That depends on the platforms you want to target. AFAIK ADO is Windows-only, so you bind yourself to Microsoft platforms. If you i

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

2010-08-15 Thread Marcos Douglas
On Sun, Aug 15, 2010 at 3:36 AM, Graeme Geldenhuys wrote: > 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 d

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

2010-08-15 Thread Marcos Douglas
On Sat, Aug 14, 2010 at 3:48 PM, Juha Manninen (gmail) wrote: > 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 >> mig

Re: [fpc-pascal] PPUMove usage, follow-up: it works on Linux.

2010-08-15 Thread Jonas Maebe
On 15 Aug 2010, at 13:08, t...@free.fr wrote: > Trying the ppumove procedure on an Ubuntu platform works perfectly. > I used the same test.pp code. > It compiled with "fpc -Cg" and produced test.o and a test.ppu files. > the "ppumove -o test -e ppl test.ppu produced a test.ppl and a libtest.so fi

[fpc-pascal] PPUMove usage, follow-up: it works on Linux.

2010-08-15 Thread tcoq
Hello all, This is a follow-up message on yesterday's about making shared libraries with units, using the ppumove tool. Trying the ppumove procedure on an Ubuntu platform works perfectly. I used the same test.pp code. It compiled with "fpc -Cg" and produced test.o and a test.ppu files. the "ppumo

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

2010-08-15 Thread Martin Schreiber
On Saturday 14 August 2010 19:04:33 Marcos Douglas wrote: > 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. > Some MSEgui specific info: > 1- What the connector you use to

[fpc-pascal] fcl-web webdata example(s) on Windows has some problems

2010-08-15 Thread ABorka
Hi, WinXP 32, FPC and Lazarus latest SVN checkout. I was trying to play a little bit with the promising new fcl-web webdata features to see how JSON/EXTJS works with FPC/Lazarus and came up with the following problems in the first demo example ...fpcdir...\packages\fcl-web\examples\webdata\d