[fpc-pascal] Ipc, start new process, shared memory

2014-03-21 Thread Rainer Stratmann
Are there code snippets for starting a new process in the background and then communicate with that process via shared memory? ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Error compile library on Linux.

2014-03-21 Thread Fred van Stappen
>> Indeed, not all bug reports are followed up within two days... Yep, i feel better now ;-) Thanks Jonas. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.fre

Re: [fpc-pascal] Error compile library on Linux.

2014-03-21 Thread Jonas Maebe
On 20/03/14 12:59, Fred van Stappen wrote: > It's quite possible that there is nevertheless a bug, but you will have to > provide the source code required to reproduce it and compilation > instructions, otherwise there is nothing we can do (as always). Hum, not too much answer here... ;-( Inde

Re: [fpc-pascal] Lazarus better than delphi

2014-03-21 Thread Nataraj S Narayan
Hi Few years back I wrote a kinda poem in the fpc lists, which was more like a poke at the ribs of the fpc developers.At times them were bit rude answering to some mails. I reproduce it here for yours enjoyment. "Some day they gonna tell ya there was this clone of FreePascal, and, twas was ca

Re: [fpc-pascal] Lazarus better than delphi

2014-03-21 Thread Marcos Douglas
On Fri, Mar 21, 2014 at 6:07 AM, Michael Schnell wrote: > On 03/21/2014 06:42 AM, Dennis Poon wrote: >> >> >> I would like to second that. Delphi after Delphi 7 is disappointing, bulky >> and inefficient. > > On top of this they created a completely new and incompatible VCL for use > with "mobile

Re: [fpc-pascal] Lazarus better than delphi

2014-03-21 Thread Michael Schnell
On 03/21/2014 12:16 PM, Fabio Luis Girardi wrote: Package system of lazarus is the best and more simple to use and install!! If the package has another packages dependencies, lazarus package system is more strong!! In fact run time packages would be nice to have. But AFAIK, this is worked o

Re: [fpc-pascal] Lazarus better than delphi

2014-03-21 Thread Fabio Luis Girardi
Previous messages says all about!! Package system of lazarus is the best and more simple to use and install!! If the package has another packages dependencies, lazarus package system is more strong!! Thanks!! (+ 1) PS. I want drop the support for Delphi on my open source project... Em 21/03/2014

Re: [fpc-pascal] TSQLQuery.ApplyUpdates problem with UTF-8

2014-03-21 Thread LacaK
Dennis Poon wrote / napĂ­sal(a): I tried, the results are: @@character_set_client : utf8 @@character_set_connection : latin1 @@character_set_database : latin1 Dennis, do you received my reply?: IMO @@character_set_connection is wrong and must be utf8. I will try fix it, but first c

Re: [fpc-pascal] Lazarus better than delphi

2014-03-21 Thread Michael Schnell
On 03/21/2014 06:42 AM, Dennis Poon wrote: I would like to second that. Delphi after Delphi 7 is disappointing, bulky and inefficient. On top of this they created a completely new and incompatible VCL for use with "mobile devices" and even the language itself and its paradigms is modified in

[fpc-pascal] Bug in enumerators 2.6.4

2014-03-21 Thread Torsten Bonde Christiansen
Hi List. I think i have found a bug related to enumerators, overridden methods and forward declared classes. Please consider the code listed here: http://pastebin.com/8EkVDG5n The problem seem to be that the a descendant enumerator class overriding a virtual method cannot return a class whi