[fpc-pascal] Re: Help!!

2012-01-03 Thread Malvin
Thanks, I will try checking that site On Tue, Jan 3, 2012 at 6:15 PM, Graeme Geldenhuys-2 [via Free Pascal - General] wrote: > On 3 January 2012 13:04, Malvin <[hidden > email]> > wrote: > > Right now i've been trying to build a mysql server

Re: [fpc-pascal] using exceptions

2012-01-03 Thread Marcos Douglas
On Tue, Jan 3, 2012 at 7:20 PM, Lars wrote: > Marcos Douglas wrote: >> On Thu, Dec 22, 2011 at 4:17 PM, Anton Shepelev >> wrote: >>> Marcos Douglas: >>> It's  not  difficult,  but is boring have always a parameter or function return to return  an  error, and  have  to  verify  if e

Re: [fpc-pascal] using exceptions

2012-01-03 Thread Lars
Marcos Douglas wrote: > On Thu, Dec 22, 2011 at 4:17 PM, Anton Shepelev > wrote: >> Marcos Douglas: >> >>> It's  not  difficult,  but is boring have always a >>> parameter or function return to return  an  error, >>> and  have  to  verify  if error then... if not er- >>> ror...  if error

Re: [fpc-pascal] FPC JVM checkout problem

2012-01-03 Thread Adrian Veith
Are you connected via CABLE or WIRELESS. We have similar errors connecting to our svn repositories via LTE because of a buggy proxy server in between. Am 03.01.2012 15:23, schrieb leledumbo: > I'm checking out FPC JVM branch, however, in the middle of the process, it > fails with "Decompression of

Re: [fpc-pascal] Re: FPC JVM checkout problem

2012-01-03 Thread Jonas Maebe
On 03 Jan 2012, at 17:16, leledumbo wrote: >> Are you using Vista? > > Nope, I'm using XP. And I could checkout without problems about a month ago, > this same jvmbackend port. The problem might still be related to the MTU. Maybe a patch since then has exactly the "right" size to trigger the p

Re: [fpc-pascal] Problems with fpdoc

2012-01-03 Thread Darius Blaszyk
On Jan 3, 2012, at 11:49 AM, Graeme Geldenhuys wrote: > On 2 January 2012 16:23, Marco van de Voort wrote: >> I don't think it differs from html. Some questions that come to mind: >> >> Upon reading, my first guess would be that either that specification how >> paths are transformed is murky (a

[fpc-pascal] FP IDE: Error: Illegal parameter: -Cp386

2012-01-03 Thread Bart
I recently updated to fpc 2.6.0 Now I cannot compile anything in the FP IDE (Version 1.0.12 2011/12/25). Program test; {$mode objfpc} {$h+} begin end. I try to build/make: Error: Illegal parameter: -Cp386 This is the auto-generated fp.cfg file: # Automatically created file, don't edit. #IFDEF

[fpc-pascal] Re: FPC JVM checkout problem

2012-01-03 Thread leledumbo
> Are you using Vista? Nope, I'm using XP. And I could checkout without problems about a month ago, this same jvmbackend port. -- View this message in context: http://free-pascal-general.1045716.n5.nabble.com/FPC-JVM-checkout-problem-tp5116983p5117268.html Sent from the Free Pascal - General mai

Re: [fpc-pascal] Re: FPC JVM checkout problem

2012-01-03 Thread Marcos Douglas
On Tue, Jan 3, 2012 at 12:05 PM, leledumbo wrote: >> I just repeat the procedure to it work again. > > It doesn't work for me :| > Could you send me a zipped archive? I mean that occurs in many SVN servers. If I try get a new FPC from SVN is possible occurs this problem... but I just try again an

Re: [fpc-pascal] Re: FPC JVM checkout problem

2012-01-03 Thread Jonas Maebe
On 03 Jan 2012, at 16:05, leledumbo wrote: I just repeat the procedure to it work again. It doesn't work for me :| According to http://subversion.open.collab.net/ds/viewMessage.do?dsForumId=4&dsMessageId=322466 , this error may be caused by an error in the zlib library shipped with Wind

[fpc-pascal] Re: FPC JVM checkout problem

2012-01-03 Thread leledumbo
> I just repeat the procedure to it work again. It doesn't work for me :| Could you send me a zipped archive? -- View this message in context: http://free-pascal-general.1045716.n5.nabble.com/FPC-JVM-checkout-problem-tp5116983p5117086.html Sent from the Free Pascal - General mailing list archive

Re: [fpc-pascal] FPC JVM checkout problem

2012-01-03 Thread Marcos Douglas
On Tue, Jan 3, 2012 at 11:23 AM, leledumbo wrote: > > I'm checking out FPC JVM branch, however, in the middle of the process, it > fails with "Decompression of svndiff data failed". The error keeps occuring, > so I guess it's not a connection problem or something unpredictable. I'm > using latest

[fpc-pascal] FPC JVM checkout problem

2012-01-03 Thread leledumbo
I'm checking out FPC JVM branch, however, in the middle of the process, it fails with "Decompression of svndiff data failed". The error keeps occuring, so I guess it's not a connection problem or something unpredictable. I'm using latest TortoiseSVN by the way, which is compiled for SVN 1.7. -- Vi

Re: [fpc-pascal] Re: Finished full JVM Android application

2012-01-03 Thread Felipe Monteiro de Carvalho
On Fri, Dec 30, 2011 at 4:56 PM, leledumbo wrote: > I want it, I need it, give 'em to me, yeah! > Anyway, are you using FPC-JVM or Lazarus-Android interface to accomplish > this? This thread is not related to the Lazarus Android support which is called LCL-CustomDrawn-Android. LCL-CustomDrawn-And

Re: [fpc-pascal] Problems with fpdoc

2012-01-03 Thread Marco van de Voort
In our previous episode, michael.vancann...@wisa.be said: > > http://opensoft.homeip.net:8080/tiopf/core/tiformmediator/index.html > > http://opensoft.homeip.net:8080/tiopf/core/titokenlibrary/index.html > > > > I only use fpdoc tags, never HTML tags in the help contents. > > Thank you, Graeme.

Re: [fpc-pascal] How can I trap signals

2012-01-03 Thread ik
On Tue, Jan 3, 2012 at 12:24, ik wrote: > On Tue, Jan 3, 2012 at 12:16, wrote: > >> >> >> On Tue, 3 Jan 2012, ik wrote: >> >> Hello, >>> >>> I wish to trap two signals in Linux (ABRT and HUP), how can I do that ? >>> >> >> Install a signal handler. >> >> See e.g. >> >> http://www.freepascal.org

Re: [fpc-pascal] Help!!

2012-01-03 Thread Graeme Geldenhuys
On 3 January 2012 13:04, Malvin wrote: > Right now i've been trying to build a mysql server using pascal, but i don't > know where to begin. Can anyone help me? There are database tutorials on the Free Pascal Wiki site. -- Regards,   - Graeme - ___

[fpc-pascal] Help!!

2012-01-03 Thread Malvin
Right now i've been trying to build a mysql server using pascal, but i don't know where to begin. Can anyone help me? -- View this message in context: http://free-pascal-general.1045716.n5.nabble.com/Help-tp5116673p5116673.html Sent from the Free Pascal - General mailing list archive at Nabble.co

Re: [fpc-pascal] Problems with fpdoc

2012-01-03 Thread michael . vancanneyt
On Tue, 3 Jan 2012, Graeme Geldenhuys wrote: On 2 January 2012 16:23, Marco van de Voort wrote: I don't think it differs from html. Some questions that come to mind: Upon reading, my first guess would be that either that specification how paths are transformed is murky (and it just "happens

Re: [fpc-pascal] Problems with fpdoc

2012-01-03 Thread Graeme Geldenhuys
On 2 January 2012 16:23, Marco van de Voort wrote: > I don't think it differs from html. Some questions that come to mind: > > Upon reading, my first guess would be that either that specification how > paths are transformed is murky (and it just "happens" to work with latex), > or some transformat

Re: [fpc-pascal] How can I trap signals

2012-01-03 Thread ik
On Tue, Jan 3, 2012 at 12:16, wrote: > > > On Tue, 3 Jan 2012, ik wrote: > > Hello, >> >> I wish to trap two signals in Linux (ABRT and HUP), how can I do that ? >> > > Install a signal handler. > > See e.g. > > http://www.freepascal.org/**docs-html/rtl/baseunix/**fpsigaction.html

Re: [fpc-pascal] How can I trap signals

2012-01-03 Thread michael . vancanneyt
On Tue, 3 Jan 2012, ik wrote: Hello, I wish to trap two signals in Linux (ABRT and HUP), how can I do that ? Install a signal handler. See e.g. http://www.freepascal.org/docs-html/rtl/baseunix/fpsigaction.html For an example. Michael. ___ fpc-

[fpc-pascal] How can I trap signals

2012-01-03 Thread ik
Hello, I wish to trap two signals in Linux (ABRT and HUP), how can I do that ? Thanks, Ido ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] Re: Finished full JVM Android application

2012-01-03 Thread leledumbo
> Anyway, I have published the first version of the sources licensed under GPL here: Downloaded, will learn tonight ;) > I thought the subject of the mail already says that I have used FPC-JVM for this. ;) Forget that question, my brain was crumpled. -- View this message in context: http://f

Re: [fpc-pascal] Adding code indentation without Lazarus

2012-01-03 Thread Sven Barth
As Marco said the tool wasn't updated for quite some time (according to SVN around 4 years), so if you find language constructs that aren't indented correctly you should add a bug report to http://bugs.freepascal.org/ (I don't know though how friendly the bug tracker is for blind people). Reg