Re: [fpc-pascal] Record Method and Operators

2008-10-22 Thread Cesar Romero
ort a compatible sintaxe"? Yes, Maybe or No, will be a good answer. I dont want to blame FPC team or Delphi Team, I hope I can have a compatible sintaxe, and asking here I think I have more changes to get a positive answer. Thank you, -- Cesar Romero http://blogs.liws.com.br/cesar http:/

Re: [fpc-pascal] Record Method and Operators

2008-10-22 Thread Cesar Romero
Florian Klaempfl escreveu: Cesar Romero schrieb: Hi, Im wondering if FPC Team have plans to support Record Methods/Operators in future versions of FPC I read the actual "Future plans" and the most closed item is "RTL:: More compatibility with later Delphi versions." But

Re: [fpc-pascal] Record Method and Operators

2008-10-22 Thread Cesar Romero
Florian Klaempfl escreveu: Cesar Romero schrieb: Hi, Im wondering if FPC Team have plans to support Record Methods/Operators in future versions of FPC I read the actual "Future plans" and the most closed item is "RTL:: More compatibility with later Delphi versions." But

[fpc-pascal] Record Method and Operators

2008-10-22 Thread Cesar Romero
rators make the live of users very better to write less and better code. Can I have any hope about this subject? -- Cesar Romero http://blogs.liws.com.br/cesar http://blogs.liws.com.br/cesar/?feed=rss2 ___ fpc-pascal maillist - fpc-pascal@lists

Re: [fpc-pascal] FPC + Indy

2008-07-21 Thread Cesar Romero
Hi Burkhard, Am Freitag, 18. Juli 2008 18:04 schrieb Cesar Romero: I wrote a appserver with fpc +Indy, all works just fine in OpenSuse 11, but when I install in a Fedora box (I tried Fedora 7, 8 and 9) it just dont run and raises the exception: An unhandled exception occurred at $08159DC9

Re: [fpc-pascal] FPC + Indy

2008-07-18 Thread Cesar Romero
d that too. I agree with Michael, and the only thing I can think of is selinux. However in case of doubt, use strace. Btw, I assume this is indy 10. Yes, it is. -- Cesar Romero http://blogs.liws.com.br/cesar http://blogs.liws.com.br/cesar/?feed=rss2 _

Re: [fpc-pascal] FPC + Indy

2008-07-18 Thread Cesar Romero
- Maybe selinux is installed and it doesn't allow anything by default ? I disabled that too. I tested: Hardware: OpenSuse 11 - works fine Fedora 7 - do not work VM: Fedora 8: do not work Fedora 9: do not work -- Cesar Romero http://blogs.liws.com.br/cesar http://blogs.liws.com

[fpc-pascal] FPC + Indy

2008-07-18 Thread Cesar Romero
Regards, Cesar Romero http://blogs.liws.com.br/cesar ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] fpGUI (a Free Pascal GUI Toolkit) v0.6 has been released

2008-02-17 Thread Cesar Romero
Hi Graeme, Great step, congrats. Are there any new screnshot? []s Cesar Hi, fpGUI version 0.6 has been released. Five months after the previous release, v0.6 is finally here. As always, lot has been improved and added. For example: a newly supported platform (FreeBSD) and 64-bit support jus

Re: [fpc-pascal] Pascal Translator for Virtual Machines

2008-02-16 Thread Cesar Romero
Hi Marco, Im glad to see that, Ill check out and keep in touch. []s Cesar Romero I finally setup a SourceForge project for the PTVM: https://sourceforge.net/projects/ptvm/ Right now it's at beta 0.3, and can translate and compile (with MTASC) a simple Hello World application. I'

Re: [fpc-pascal] Specifying a Interface type via $Interfaces

2007-10-11 Thread Cesar Romero
Could somebody please explain the difference. And why would I use one over the other? Im not sure, but I think that the one difference is about time life: COM uses ref count CORBA should be somethink like garbage collection []s Cesar Romero __

Re: [fpc-pascal] How to analyze a core dump?

2007-06-26 Thread Cesar Romero
Where S is initialized? I only see L initialized. []s Cesar Romero 442: L:=length(s); 443: if L<1 then exit; 444: case s[1] of so I can't see how it could possibly be uninitialized. Bye ___ fpc-pascal maillist - fp

Re: [fpc-pascal] Unit for working with Lists, Double Linked Lists and Stacks

2007-06-03 Thread Cesar Romero
Catalin, Because it's GPL/GNU? :) Exactly []s Cesar Romero On Monday 04 June 2007 04:23, Cesar Romero wrote: Catalin, Interesting stuff, unhappily the licence dont allow me to use in my business app. []s Cesar Romero Hello, Just wanted to contribute my two

Re: [fpc-pascal] Unit for working with Lists, Double Linked Lists and Stacks

2007-06-03 Thread Cesar Romero
Catalin, Interesting stuff, unhappily the licence dont allow me to use in my business app. []s Cesar Romero Hello, Just wanted to contribute my two cents with this homemade Unit [attached to the mail] for working with: - Simple Linked Lists; - Double Linked Lists; - Stacks; Don't

Re: [fpc-pascal] Usage of TInterfacedObject. Automatic release?

2007-05-27 Thread Cesar Romero
Luiz Americo, This was my first idea. And now gains force again. The problem is that the bug can not be isolated easily. Another option is that there's a mem leak in delphi also. Does some one know how to trace a mem leak in delphi? Use FastMM with FullDebugOptions []s Cesar R

Re: [fpc-pascal] Usage of TInterfacedObject. Automatic release?

2007-05-26 Thread Cesar Romero
Joao Morais escreveu: Cesar Romero wrote: - Create a Finalization method that will set one of the references to "nil" Is this mandatory? I thought the compiler creates this code for global vars as well as it creates for local vars. Just a workaround to resolve circular referen

Re: [fpc-pascal] Usage of TInterfacedObject. Automatic release?

2007-05-26 Thread Cesar Romero
should use Pointer to hold one reference - Avoid circular reference - Create a Finalization method that will set one of the references to "nil" []s Cesar Romero ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.free

Re: [fpc-pascal] Usage of TInterfacedObject. Automatic release?

2007-05-26 Thread Cesar Romero
var Manager: TVTDragManager; It should be Interface. like var Manager: IDropSource; or other implemented interface []s Cesar Romero Luiz Americo Pereira Camara escreveu: I'm tracing a memory leak in a Delphi ported component and found that the culprit was a TInterfacedObject desce

Re: [fpc-pascal] Congratulations to FPC!

2007-04-03 Thread Cesar Romero
rom morfik, hope never need to use this software. []s Cesar Romero Hi all, After the awesome advanced image editor, Pixel at http://www.kanzelsberger.com. Now, FPC is officially used as backend compiler for another great product, Morfik at http://www.morfik.com. Congratulations! :) PS

Re: [fpc-pascal] Summer of code - Lazarus or FPC

2007-03-17 Thread Cesar Romero
Felipe, Can you share your proposal, maybe we can discuss on list and resend in next edition. []s Cesar On 3/17/07, Cesar Romero <[EMAIL PROTECTED]> wrote: Is Lazarus or FPC in Google summer of code? Did someone sent a proposal? I sent a proposal, and it was re

[fpc-pascal] Summer of code - Lazarus or FPC

2007-03-17 Thread Cesar Romero
Is Lazarus or FPC in Google summer of code? Did someone sent a proposal? []s Cesar Romero ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] Write Windows Printer Driver

2006-12-18 Thread Cesar Romero
Have fpc translation of DDK for write printer driver done? Can someone point me a direction of where find this kind of information? Regards, Cesar Romero ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman

Re: [fpc-pascal] THashedStringList vs TFPHashTable

2006-09-27 Thread Cesar Romero
://blogs.liws.com.br/cesar/download/ObjectRegister.html I wrote a article in my blog fast add and search objects http://blogs.liws.com.br/cesar/?p=23, sorry still portuguese, but you can look at source code: []s Cesar Romero Graeme Geldenhuys escreveu: Hi, Is TFPHashTable the same as Delphi&#

[fpc-pascal] Re: Free Pascal widget set

2006-08-19 Thread Cesar Romero
Why not wxWidgets? Linux map to GTK - GTK 2.0 alread done Windows to Native widget set Mac to Cocoa Serious, I still dont undertande why not, is a licence issue? []s Cesar Romero http://blogs.liws.com.br/cesar As promised, the documenation for fpGUI (not complete) is available on the website

[fpc-pascal] OO Delegation

2006-05-03 Thread Cesar Romero
Any updates in Delegation status? Im porting a delphi app that uses delegation a lot, is the the dailly dev snapshot news about this? []s Cesar Romero ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman