On Tue, 07 Apr 2009 13:06:06 +0200
Vincent Snijders wrote:
> Do you generate nightly tarballs for people who don't want the 0.4 version of
> tortoisegit?
http://fpgui.git.sourceforge.net/git/gitweb.cgi?p=fpgui
See "snapshot".
___
fpc-pascal maillist
On Mon, 18 May 2009 13:38:55 +0200
Matthias Klumpp wrote:
> I've spent hours to get the Pascal DBus interface working for me, but even
> the example code does not work.
I need to use DBus to but I can not make it work.
Has anyone made DBus and HAL work with fpc?
_
On Wed, 6 Oct 2010 09:41:03 +0200 (CEST)
Michael Van Canneyt wrote:
> I'm open for some more sophisticated algorithm which does some more checking.
>
> Michael.
Honour one of the temp directory environment variables, I know of TMPDIR, TEMP,
TMP. I think it would be best to check them in order
On Thu, 07 Oct 2010 11:01:44 +0200
Sven Barth wrote:
> Btw: What are Tomoyo and Apparmour (I can imagine what the second one
> is, but I don't know what functionality they provide)?
http://tomoyo.sourceforge.jp/
https://wiki.ubuntu.com/AppArmor
___
fp
Hello,
Does FPC support class constants, and if it doesn't, are there any plans to
add this support?
Example:
type
TMyClass = class
begin
private
const MyConst = '123';
end;
Jon
___
fpc-pascal maillist - fpc-pascal@lists.fre
Marco van de Voort wrote:
Does FPC support class constants, and if it doesn't, are there any plans
to add this support?
Have a look at
http://www.freepascal.org/faq.var#extensionselect
The question would be "what would make this possible?"
Hi Marco,
I'm not sure what you mean - do you mean
Henry Vermaak wrote:
I'm not sure what you mean - do you mean would I be willing to write the
support myself?
i think he's asking what the use of it is. number 2 under the link he
gave.
Oh, ok. Well, I'll try to summarize:
Class constants add the ability to provide scoped, "namespaced" con
Marco van de Voort:
Class constants add the ability to provide scoped, "namespaced"
constants.
A constant is already in a scope, the unit.
The unit scope is a very open scope. Via class constants, one gets private,
protected and public scoping for constants, all of which are essential scope
Why do static class methods in FPC have a "Self" parameter? In Delphi,
static class methods do not have a Self parameter.
Jon
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
Jonas Maebe wrote:
I'm not sure how Delphi could handle this without passing the VMT as
invisible parameter (and from a cursory look at the code generated by
Kylix, it does appear to pass the VMT).
Delphi doesn't allow static class methods to be virtual.
Jon
Micha Nelissen:
What are "static" class methods?
From RAD Studio 2007's Help file on Methods
(ms-help://borland.bds5/devcommon/methods_xml.html):
Like class methods, class static methods can be accessed without an object
reference. Unlike ordinary class methods, class static methods have no
11 matches
Mail list logo