[fpc-pascal] Re: Automatically exporting C++ API using SWIG??

2013-07-31 Thread Reinier Olislagers
On 19/07/2013 12:07, Reinier Olislagers wrote: > FYI, created wiki page > http://wiki.lazarus.freepascal.org/SWIG > to bundle information. > Uploaded binaries for Linux x86 and Linux x64 on the bitbucket repository mentioned in the wiki article. Unfortunately I managed to generate a syntax error

Re: [fpc-pascal] RE: FPIDE 1.0.6

2013-07-31 Thread Mark Morgan Lloyd
Marco van de Voort wrote: In our previous episode, Sven Barth said: IDE shows 44 bug records. Not all of these are real bugs, because there are also feature requests, etc., and not all bugs might be selected this way due to incomplete or incorrect input provided by the original bug reporter, but

Re: [fpc-pascal] Android and cwstring

2013-07-31 Thread Sven Barth
On 31.07.2013 20:55, Felipe Monteiro de Carvalho wrote: On Wed, Jul 31, 2013 at 8:51 PM, Sven Barth wrote: The cwstring of Android uses the ICU library libicuuc.so. Is this available in the NDK for one of the higher API levels? It is not in the list for API level 8. I don't know, I have me

Re: [fpc-pascal] Android and cwstring

2013-07-31 Thread Felipe Monteiro de Carvalho
On Wed, Jul 31, 2013 at 8:51 PM, Sven Barth wrote: > The cwstring of Android uses the ICU library libicuuc.so. Is this available in the NDK for one of the higher API levels? It is not in the list for API level 8. -- Felipe Monteiro de Carvalho ___ fpc

Re: [fpc-pascal] RE: FPIDE 1.0.6

2013-07-31 Thread Marco van de Voort
In our previous episode, Sven Barth said: > > IDE shows 44 bug records. Not all of these are real bugs, because there > > are also feature requests, etc., and not all bugs might be selected this > > way due to incomplete or incorrect input provided by the original bug > > reporter, but it gives you

Re: [fpc-pascal] Android and cwstring

2013-07-31 Thread Sven Barth
On 31.07.2013 20:35, Felipe Monteiro de Carvalho wrote: On Wed, Jul 31, 2013 at 3:11 PM, Torsten Bonde Christiansen wrote: More specifically i cannot get the library to use the "cwstring" unit. Below you see a working example of a library that works fine (the log entry is generated) when cwstri

Re: [fpc-pascal] FPC build 25198

2013-07-31 Thread Tomas Hajny
On 31 Jul 13, at 14:23, Antonio Fortuny wrote: > Le 31/07/2013 14:14, Jonas Maebe a écrit : > > On 31 Jul 2013, at 14:04, Antonio Fortuny wrote: > > > >> Compiling ./fcl-net/src/fpsock.pp > >> *fpsock.pp(212,14) Error: Identifier not found "SocketClose"* > >> fpsock.pp(583) Fatal: There were 1 erro

Re: [fpc-pascal] Android and cwstring

2013-07-31 Thread Felipe Monteiro de Carvalho
On Wed, Jul 31, 2013 at 3:11 PM, Torsten Bonde Christiansen wrote: > More specifically i cannot get the library to use the "cwstring" unit. Below > you see a working example of a library that works fine (the log entry is > generated) when cwstring i commented out, but when included the android > a

Re: [fpc-pascal] RE: FPIDE 1.0.6

2013-07-31 Thread Sven Barth
On 31.07.2013 18:02, Tomas Hajny wrote: On Wed, July 31, 2013 12:05, Matúš Kudláč wrote: No, I have got FPC 1.0.6. Maybe I will be able to use FPC 1.0.10. Is that more stable? Are there some stability problems with that version? As already indicated previously, the most relevant information fo

Re: [fpc-pascal] RE: FPIDE 1.0.6

2013-07-31 Thread Tomas Hajny
On Wed, July 31, 2013 12:05, Matúš Kudláč wrote: > No, I have got FPC 1.0.6. Maybe I will be able to use FPC 1.0.10. Is that > more stable? Are there some stability problems with that version? As already indicated previously, the most relevant information for you is obtained by simply testing it o

[fpc-pascal] Re: Free pascal 1.0.6

2013-07-31 Thread leledumbo
You've been warned before, you're on your own (test and fix everything yourself). -- View this message in context: http://free-pascal-general.1045716.n5.nabble.com/Free-pascal-1-0-6-tp5715748p5715985.html Sent from the Free Pascal - General mailing list archive at Nabble.com. __

[fpc-pascal] Android and cwstring

2013-07-31 Thread Torsten Bonde Christiansen
Hi, I'm trying to create a library for use in an android application, but i'm having a hard time getting it to work correctly. More specifically i cannot get the library to use the "cwstring" unit. Below you see a working example of a library that works fine (the log entry is generated) when

Re: [fpc-pascal] FPC build 25198

2013-07-31 Thread Antonio Fortuny
Le 31/07/2013 14:14, Jonas Maebe a écrit : On 31 Jul 2013, at 14:04, Antonio Fortuny wrote: Compiling ./fcl-net/src/fpsock.pp *fpsock.pp(212,14) Error: Identifier not found "SocketClose"* fpsock.pp(583)

Re: [fpc-pascal] FPC build 25198

2013-07-31 Thread Jonas Maebe
On 31 Jul 2013, at 14:04, Antonio Fortuny wrote: Compiling ./fcl-net/src/fpsock.pp *fpsock.pp(212,14) Error: Identifier not found "SocketClose"* fpsock.pp(583) Fatal: There were 1 errors compiling module, stopping Fatal: Compilation aborted Is it any fix for it ? Yes, replace the SocketClose

[fpc-pascal] FPC build 25198

2013-07-31 Thread Antonio Fortuny
Hi Folks. After svn checkout: svn checkout http://svn.freepascal.org/svn/fpc/trunk fpc I' launched a make all Compilation process starts, does a lot of things but suddently stops on an error: Start compiling package fcl-net for target x86

Re: [fpc-pascal] RE: FPIDE 1.0.6

2013-07-31 Thread Jonas Maebe
On 31 Jul 2013, at 12:05, Matúš Kudláč wrote: No, I have got FPC 1.0.6. Maybe I will be able to use FPC 1.0.10. Is that more stable? Are there some stability problems with that version? You are asking about a version that was released 10 years ago. If you want to get useful answers, you s

Re: [fpc-pascal] RE: FPIDE 1.0.6

2013-07-31 Thread Matúš Kudláč
No, I have got FPC 1.0.6. Maybe I will be able to use FPC 1.0.10. Is that more stable? Are there some stability problems with that version? On Wed, Jul 24, 2013 at 11:29 PM, Mark Morgan Lloyd < markmll.fpc-pas...@telemetry.co.uk> wrote: > Pierre Free Pascal wrote: > >> The version of the IDE i

Re: [fpc-pascal] ++ and -- ( and +=, -=, ...)

2013-07-31 Thread Sven Barth
Am 31.07.2013 04:46, schrieb Gerhard Scholz: I tried it now with locals and globals, but with the same results. Yes, currently there is only a difference if the left side is a call (e.g. a function that returns a record or something like that). From my common sense thinking, i would have expect

Re: [fpc-pascal] ++ and -- ( and +=, -=, ...)

2013-07-31 Thread Gerhard Scholz
I tried it now with locals and globals, but with the same results. The code: program plusas ; type t = array [ 1..10 ] of longint ; var i : longint ; a : t ; function incg ( var i : longint ) : longint ; //inc(i),return the incremented i begin inc ( i ) ; result := i

Re: [fpc-pascal] Free pascal 1.0.6

2013-07-31 Thread Matúš Kudláč
I tried it and had this problem with it. Finally maybe I will be able to use version 1.0.10. Are there some stability problems with this version? ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http