Re: [fpc-devel] French Translation

2015-04-13 Thread Stéphane Aulery
Hello Frédéric, Le lundi 13 avril 2015 à 08:10:34, Frederic Da Vitoria a écrit : > 2015-04-13 19:04 GMT+02:00 Stéphane Aulery : > > Le lundi 13 avril 2015 à 09:37:09, Tomas Hajny a écrit : > > > On Sun, April 12, 2015 20:43, Stéphane Aulery wrote: > > > > > > Rough and brief translation for those

Re: [fpc-devel] French Translation

2015-04-13 Thread Frederic Da Vitoria
2015-04-13 19:04 GMT+02:00 Stéphane Aulery : > Hello, > > Le lundi 13 avril 2015 à 09:37:09, Tomas Hajny a écrit : > > On Sun, April 12, 2015 20:43, Stéphane Aulery wrote: > > > > > > Je souhaiterais faire des mises à jour de la traduction française des > > > message du compilateur FreePascal et M

Re: [fpc-devel] French Translation

2015-04-13 Thread Stéphane Aulery
Hello, Le lundi 13 avril 2015 à 09:37:09, Tomas Hajny a écrit : > On Sun, April 12, 2015 20:43, Stéphane Aulery wrote: > > > > Je souhaiterais faire des mises à jour de la traduction française des > > message du compilateur FreePascal et Michael Van Canneyt m'a dirigé vers > > vous. > > > > Est-ce

Re: [fpc-devel] RTTI interface & variant late binding issue (mORMot)

2015-04-13 Thread Steve Hildebrandt
diff --git compiler/arm/cpupara.pas compiler/arm/cpupara.pas index a917850..de7a1c6 100644 --- compiler/arm/cpupara.pas +++ compiler/arm/cpupara.pas @@ -36,6 +36,7 @@ unit cpupara; function get_volatile_registers_int(calloption : tproccalloption):tcpuregisterset;override; f

[fpc-devel] RTTI interface & variant late binding issue (mORMot)

2015-04-13 Thread Alfred
Everything works as expected now (my programs, as well as your recent TestInterfaceRTTI.lpr), if +if (vo_is_hidden_para in para.varoptions) and not + (vo_is_self in para.varoptions) then + continue; is included in the ncgrtti.pas patc

Re: [fpc-devel] RTTI interface & variant late binding issue (mORMot)

2015-04-13 Thread Steve Hildebrandt
Am 13.04.2015 um 12:02 schrieb Steve Hildebrandt: Am 13.04.2015 um 09:38 schrieb Alfred: Please do include me ! I have included the rtti-patch (diff) based on the current (today : 30566) trunk. Its nothing else than the patch-set from Steve, but with one change: for k:=0 to def.paras.count

[fpc-devel] RTTI interface & variant late binding issue (mORMot)

2015-04-13 Thread Alfred
Thanks for your answer Steve ! But now I have the problem that I cannot parse the RTTI anymore. I fail to get the logic: This is written as paracount: current_asmdata.asmlists[al_rtti].concat(Tai_const.Create_8bit(def.maxparacount + 1)); This is used for the param-loop: for k:=0 to def.paras.

Re: [fpc-devel] win-like resources from SO under Linux

2015-04-13 Thread Michael Van Canneyt
On Mon, 13 Apr 2015, Anton wrote: Dear FPC-All! Can anybody review the patch - http://bugs.freepascal.org/view.php?id=17805 Patch provides access to the win-like resources in .SO as soon: 1. dynlibs manager working (otherwise it falls back to the own module). 2. Module exports its resource h

[fpc-devel] win-like resources from SO under Linux

2015-04-13 Thread Anton
Dear FPC-All! Can anybody review the patch - http://bugs.freepascal.org/view.php?id=17805 Patch provides access to the win-like resources in .SO as soon: 1. dynlibs manager working (otherwise it falls back to the own module). 2. Module exports its resource header as 'rsrc' or 'FPC_RESLOCATION' p

Re: [fpc-devel] RTTI interface & variant late binding issue (mORMot)

2015-04-13 Thread Steve Hildebrandt
Am 13.04.2015 um 09:38 schrieb Alfred: Please do include me ! I have included the rtti-patch (diff) based on the current (today : 30566) trunk. Its nothing else than the patch-set from Steve, but with one change: for k:=0 to def.paras.count-1 do begin para:=tparavarsym(def.paras[k]);

[fpc-devel] RTTI interface & variant late binding issue (mORMot)

2015-04-13 Thread Alfred
Please do include me ! I have included the rtti-patch (diff) based on the current (today : 30566) trunk. Its nothing else than the patch-set from Steve, but with one change: for k:=0 to def.paras.count-1 do begin para:=tparavarsym(def.paras[k]); {note from Alf:} {this was in the f

Re: [fpc-devel] French Translation

2015-04-13 Thread Tomas Hajny
On Sun, April 12, 2015 20:43, Stéphane Aulery wrote: Hello, > Bonjour Monsieur Muller, > > Je souhaiterais faire des mises à jour de la traduction française des > message du compilateur FreePascal et Michael Van Canneyt m'a dirigé vers > vous. > > Est-ce possible ? Quel est sont état ? L'encodag