It should be working.
You have to make sure you delete the httpd13 and httpd20 directories
from your fpc units folder (where httpd.o and .ppu is stored) so only
the httpd22 folder remains there. Otherwise the wrong units might be
linked with your module and then crash when called.
With the l
> Another nice
> feature is that the local copy is much cleaner - no more
> duplicates of
> all files so your local copy takes up less space, no more
> .svn
> directories in every folder (git only has one .git in the
> root of the
> project), etc..
I think this is a feature and not a bug, I use
On 11 Jul 2009, at 14:19, Zaher Dirkey wrote:
When i update FPC from SVN repo
it updated for 10 mbytes then i had this error
Error: REPORT of '/svn/fpc/!svn/vcc/default': 200 OK
(http://svn2.freepascal.org:8080)
I guess there's a limit somewhere in the apache config that limits
certain kin
Graeme Geldenhuys schrieb:
> 2009/7/11 Zaher Dirkey :
> Another nice
> feature is that the local copy is much cleaner - no more duplicates of
> all files so your local copy takes up less space,
If I care about this, I use a compressing file system or compress even
single folders instead of expecti
2009/7/11 Zaher Dirkey :
Have you thought of maybe using the Git mirror instead? The initial
clone is a 54MB download, but then you have the whole FPC history
including all the branches like trunk, fixes_2_2 etc... Another nice
feature is that the local copy is much cleaner - no more duplicates o
Sometimes I get issues with TortoiseSVN.
First make a backup of your current work copy.
Download the latest version of TortoiseSVN and checkout from the repository
again to a new folder.
If you have made changes in your old work copy, export your work copy to a
new directory to get rid of SVN fold
When i update FPC from SVN repo
it updated for 10 mbytes then i had this error
Error: REPORT of '/svn/fpc/!svn/vcc/default': 200 OK
(http://svn2.freepascal.org:8080)
I tried to update every folder it work fine until i found that file
can not updated with the same error
http://svn2.freepascal.org
Micha Nelissen wrote:
procedure tcontractform.add;
begin
self:=tcontractform.create(owner);
self.insert.enabled:=true;
self.btnregion.enabled:=true;
self.showmodal;
end;
In this case I guess there is even a "memory leak" in the sense that
Owner is usually "Application" which is a varia
Jonas Maebe wrote:
Note that some hits, like the one in cgbase.pas of FPC, refer to the
self parameter of objects, not of classes.
... or a local variable or a field in a record ...
Only ones I found are TExpression and TContractForm, but those don't win
a readability contest, like below one
On 11 Jul 2009, at 13:11, Micha Nelissen wrote:
Jonas Maebe wrote:
On 11 Jul 2009, at 12:53, Micha Nelissen wrote:
Are we supposed to be able to assign to Self?
Yes.
When would it be used?
You can find some examples here:
* http://www.google.com/codesearch?hl=en&q=%22self%3A%3D%22+lang%3
In our previous episode, Micha Nelissen said:
> > Yes.
>
> When would it be used?
Maybe something in pooled object creation?
___
fpc-devel maillist - fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel
Jonas Maebe wrote:
On 11 Jul 2009, at 12:53, Micha Nelissen wrote:
Are we supposed to be able to assign to Self?
Yes.
When would it be used?
Micha
___
fpc-devel maillist - fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listin
On 11 Jul 2009, at 12:53, Micha Nelissen wrote:
Are we supposed to be able to assign to Self?
Yes.
FPC accepts the attached unit
Kylix also.
Jonas
___
fpc-devel maillist - fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/li
Hi,
Are we supposed to be able to assign to Self? FPC accepts the attached
unit, but seems strange to me to allow this?
Micha
{$mode objfpc}
unit selfass;
interface
type
TTestObj = class
procedure TestSelf;
end;
implementation
procedure TTestObj.TestSelf;
begin
Self := nil;
end;
end
2009/7/10 Michael Schnell :
>
> I do use this method with another git server via an url =
> git+ssh://anonym...@... prefix. Works great, some 10 times faster and
> much more reliable than http:
>
> If sourceforge does support this method (as the page suggests) I would
> need a read-only username an
15 matches
Mail list logo