Re: [Lazarus] Problem with JVM and/or native types

2012-01-06 Thread Sven Barth
On 03.01.2012 18:30, Mattias Gaertner wrote: On Thu, 29 Dec 2011 13:23:08 +0100 Sven Barthpascaldra...@googlemail.com wrote: [...] ### TCodeToolManager.HandleException: Bezeichner nicht gefunden: TObject at Line=2 Col=6 in /mnt/data/source/fpc/fpc-jvm/rtl/android/jvm/androidr14.pas But there

Re: [Lazarus] Problem with JVM and/or native types

2012-01-03 Thread Mattias Gaertner
On Thu, 29 Dec 2011 13:23:08 +0100 Sven Barth pascaldra...@googlemail.com wrote: [...] The error with the first external class or interface declaration now has gone away, but I have found a new problem: Ctrl+Clicking on an identifier that is declared in the AndroidR14 unit gives the

Re: [Lazarus] Problem with JVM and/or native types

2012-01-03 Thread Mattias Gaertner
On Thu, 29 Dec 2011 13:23:08 +0100 Sven Barth pascaldra...@googlemail.com wrote: [...] ### TCodeToolManager.HandleException: Bezeichner nicht gefunden: TObject at Line=2 Col=6 in /mnt/data/source/fpc/fpc-jvm/rtl/android/jvm/androidr14.pas But there is no TObject at that position. It

Re: [Lazarus] Problem with JVM and/or native types

2011-12-29 Thread Sven Barth
On 29.12.2011 00:48, Mattias Gaertner wrote: On Thu, 29 Dec 2011 00:09:56 +0100 Sven Barthpascaldra...@googlemail.com wrote: 1.) I have seen that you check for the define JVM. Shouldn't this be CPUJVM instead? (just asking) I changed them to CPUJVM. That made a big improvement, thanks :)

Re: [Lazarus] Problem with JVM and/or native types

2011-12-28 Thread Mattias Gaertner
On Sun, 25 Dec 2011 14:26:02 +0100 Sven Barth pascaldra...@googlemail.com wrote: Hello together! I'm currently experimenting with the JVM port and I have a problem when navigating a source file of mine (Lazarus revision 34392). The problematic locations are marked with // (number) of

Re: [Lazarus] Problem with JVM and/or native types

2011-12-28 Thread Sven Barth
On 28.12.2011 23:56, Mattias Gaertner wrote: On Sun, 25 Dec 2011 14:26:02 +0100 Sven Barthpascaldra...@googlemail.com wrote: Hello together! I'm currently experimenting with the JVM port and I have a problem when navigating a source file of mine (Lazarus revision 34392). The problematic

Re: [Lazarus] Problem with JVM and/or native types

2011-12-28 Thread Mattias Gaertner
On Thu, 29 Dec 2011 00:09:56 +0100 Sven Barth pascaldra...@googlemail.com wrote: On 28.12.2011 23:56, Mattias Gaertner wrote: On Sun, 25 Dec 2011 14:26:02 +0100 Sven Barthpascaldra...@googlemail.com wrote: Hello together! I'm currently experimenting with the JVM port and I have a

[Lazarus] Problem with JVM and/or native types

2011-12-25 Thread Sven Barth
Hello together! I'm currently experimenting with the JVM port and I have a problem when navigating a source file of mine (Lazarus revision 34392). The problematic locations are marked with // (number) of which the error is explained below. === source begin === unit TrainData; {$namespace

Re: [Lazarus] Problem with JVM and/or native types

2011-12-25 Thread Sven Barth
On 25.12.2011 14:26, Sven Barth wrote: Hello together! I'm currently experimenting with the JVM port and I have a problem when navigating a source file of mine (Lazarus revision 34392). The problematic locations are marked with // (number) of which the error is explained below. The subject