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
- 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
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
_
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
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
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
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
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:/
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
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
://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
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
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
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
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
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
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
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
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
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
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
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
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
__
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'
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
25 matches
Mail list logo