[fpc-pascal] G+ community for Free Pascal and Lazarus

2012-12-11 Thread Graeme Geldenhuys
Hi Everybody,

Google created a new Community feature in Google+. Below is a link to a
community dedicated to Free Pascal and Lazarus.

 https://plus.google.com/communities/114860965042324270757

If you are on Google+, feel free to visit and join. The community was
setup by Marc Hanisch and already has 76 members. Hopefully this will be
a nice neutral discussion area with less anal moderation.

There is also a Delphi community for those interested:

  https://plus.google.com/communities/114860965042324270757



Regards,
  - Graeme -

-- 
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/

___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


Re: [fpc-pascal] G+ community for Free Pascal and Lazarus

2012-12-11 Thread michael . vancanneyt



On Tue, 11 Dec 2012, Graeme Geldenhuys wrote:


Hi Everybody,

Google created a new Community feature in Google+. Below is a link to a
community dedicated to Free Pascal and Lazarus.

https://plus.google.com/communities/114860965042324270757

If you are on Google+, feel free to visit and join. The community was
setup by Marc Hanisch and already has 76 members. Hopefully this will be
a nice neutral discussion area with less anal moderation.


Not exactly a "nice neutral" post :-)



There is also a Delphi community for those interested:

 https://plus.google.com/communities/114860965042324270757


The two links are the same ?

Michael.
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


Re: [fpc-pascal] G+ community for Free Pascal and Lazarus

2012-12-11 Thread Graeme Geldenhuys
On 2012-12-11 13:40, michael.vancann...@wisa.be wrote:
> 
> Not exactly a "nice neutral" post :-)

I have to keep up my appearances. ;-)


> The two links are the same ?


Oops, a copy-n-paste error. Here is the correct Delphi link:

  https://plus.google.com/communities/103113685381486591754


Regards,
  - Graeme -

-- 
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/

___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


[fpc-pascal] Problem running make distclean Win x86 trunk

2012-12-11 Thread Reinier Olislagers
Anybody else see this problem with fpc trunk?

Windows x86 fpc; using fpcup tried to compile with -gh -gl -O- -OoNO

Part of the output at
http://pastebin.ca/2291475

Same results if I manually run
C:\development\fpcbootstrap\make.exe
"FPC=C:\development\fpcbootstrap\ppc386.exe"
"--directory=C:\development\fpctrunk" "UPXPROG=echo" "COPYTREE=echo"
"distclean"

Thanks,
Reinier
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


Re: [fpc-pascal] Problem running make distclean Win x86 trunk

2012-12-11 Thread Jonas Maebe

On 11 Dec 2012, at 17:29, Reinier Olislagers wrote:

> Anybody else see this problem with fpc trunk?
> 
> Windows x86 fpc; using fpcup tried to compile with -gh -gl -O- -OoNO
> 
> Part of the output at
> http://pastebin.ca/2291475

What exactly is the problem? I only see that fpmake appears to have some memory 
leaks. The cleaning itself seems to complete successfully.


Jonas___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


Re: [fpc-pascal] Problem running make distclean Win x86 trunk

2012-12-11 Thread Reinier Olislagers
On 11-12-2012 17:35, Jonas Maebe wrote:
> 
> On 11 Dec 2012, at 17:29, Reinier Olislagers wrote:
> 
>> Anybody else see this problem with fpc trunk?
>>
>> Windows x86 fpc; using fpcup tried to compile with -gh -gl -O- -OoNO
>>
>> Part of the output at
>> http://pastebin.ca/2291475
> 
> What exactly is the problem? I only see that fpmake appears to have some 
> memory leaks. The cleaning itself seems to complete successfully.
> 
Well, it's a huge memory leak then. It keeps spitting out errors at
least for a minute, thereby blocking the rest of the build (batch
script/fpcup etc).

Presumably I could build fpmake without -gh then set it to read only...
but that's a rather shoddy workaround I'd think.

___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


[fpc-pascal] Requirement of {$M+} to add RTTI info

2012-12-11 Thread luiz americo pereira camara
Some time ago, i was getting an error while trying to use RTTI
functions in a class descending directly of TObject

Later i discovered that i needed to descend from TPersistent due to
$M+ directive (http://www.freepascal.org/docs-html/prog/progsu44.html),
so i did.

Now, i decided to go back and descend directly from TObject. To allow
RTTI usage i would put M+ around my own class

I tested again and using RTTI functions (SetOrdProp, GetPropInfo)
worked even without declaring {$M+}

So, is it really necessary to put $M+ to use RTTI?

Luiz
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal