Re: [fpc-pascal] Illeagal assignment to For Loop variable in Free pascal

2014-06-17 Thread Sven Barth
Am 18.06.2014 04:55 schrieb "Jim Leonard" : > > The error is because FreePascal optimizes loops wherever it can, and trying to modify the loop variable would break under that optimization. > > While you could enable compilation flags to make things more TP compatible, looking at the code, I can see

Re: [fpc-pascal] Illeagal assignment to For Loop variable in Free pascal

2014-06-17 Thread Jim Leonard
The error is because FreePascal optimizes loops wherever it can, and trying to modify the loop variable would break under that optimization. While you could enable compilation flags to make things more TP compatible, looking at the code, I can see that the 'counter:=1' is just an early termina

Re: [fpc-pascal] Tdbf Memo Field Issue, 2.6.2 vs 2.6.4

2014-06-17 Thread David Copeland
On 06/17/2014 07:07 AM, Reinier Olislagers wrote: > Got some questions/remarks/workaround for you in the bug report... > > ___ > fpc-pascal maillist - fpc-pascal@lists.freepascal.org > http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal Answ

Re: [fpc-pascal] Illeagal assignment to For Loop variable in Free pascal

2014-06-17 Thread Sven Barth
Am 17.06.2014 13:17 schrieb "Jonas Maebe" : > > > On 17 Jun 2014, at 13:05, mokashe.ram wrote: > >> Could Any one help me for fixing below error in free pascal. as i am tring >> to excute for loop in decemental order using 'DOWNTO' but its thwoing error >> 'Illeagal assignment to For Loop variable

Re: [fpc-pascal] Support for new MS SQL 2008 datetime data types - Revision 27981 - by lacaK

2014-06-17 Thread Marcos Douglas
On Tue, Jun 17, 2014 at 2:11 AM, LacaK wrote: > Marcos Douglas wrote / napĂ­sal(a): > > On Mon, Jun 16, 2014 at 11:36 AM, Michael Van Canneyt > wrote: > > > On Mon, 16 Jun 2014, Reinier Olislagers wrote: > > > > On 16/06/2014 15:45, Marcos Douglas wrote: > > > Hi Laco, > > About this update: > ht

Re: [fpc-pascal] Tdbf Memo Field Issue, 2.6.2 vs 2.6.4

2014-06-17 Thread David Copeland
On 06/17/2014 07:07 AM, Reinier Olislagers wrote: > Got some questions/remarks/workaround for you in the bug report... > > ___ > fpc-pascal maillist - fpc-pascal@lists.freepascal.org > http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal Hi

Re: [fpc-pascal] Illeagal assignment to For Loop variable in Free pascal

2014-06-17 Thread Jonas Maebe
On 17 Jun 2014, at 13:05, mokashe.ram wrote: Could Any one help me for fixing below error in free pascal. as i am tring to excute for loop in decemental order using 'DOWNTO' but its thwoing error 'Illeagal assignment to For Loop variable 'Counter' as this is possible in TP but in Free pasc

Re: [fpc-pascal] Tdbf Memo Field Issue, 2.6.2 vs 2.6.4

2014-06-17 Thread Reinier Olislagers
Got some questions/remarks/workaround for you in the bug report... ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Illeagal assignment to For Loop variable in Free pascal

2014-06-17 Thread Ewald
On 17 Jun 2014, at 13:05, mokashe.ram wrote: > Hi, > > Could Any one help me for fixing below error in free pascal. as i am tring > to excute for loop in decemental order using 'DOWNTO' but its thwoing error > 'Illeagal assignment to For Loop variable 'Counter' as this is possible in > TP but in

[fpc-pascal] Illeagal assignment to For Loop variable in Free pascal

2014-06-17 Thread mokashe.ram
Hi, Could Any one help me for fixing below error in free pascal. as i am tring to excute for loop in decemental order using 'DOWNTO' but its thwoing error 'Illeagal assignment to For Loop variable 'Counter' as this is possible in TP but in Free pascal its not working so is there any workaround for

Re: [fpc-pascal] Instructions as root in linux

2014-06-17 Thread Reinier Olislagers
On 17/06/2014 10:23, Rainer Stratmann wrote: > How to do that with automatic password from a freepascal program? e.g. using policykit; see http://wiki.lazarus.freepascal.org/Executing_External_Programs#Redirecting_input_and_output_and_running_under_root

[fpc-pascal] Instructions as root in linux

2014-06-17 Thread Rainer Stratmann
How to do that with automatic password from a freepascal program? ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal