Re: [Lazarus] Lazarus 0.9.30.4 release candidate 1 available for download

2012-03-04 Thread Danilo Gropelo
i get this same error when compile.
win64 here.

Em 4 de março de 2012 10:46, Miquel Bruns  escreveu:

> I get this error when compile:
>
> *C:\lazarus\lcl\masks.pas(29,22) Fatal: Can't find unit contnrs used by
> Masks*
>
> Cheers,
> Miquel Matas [Win32]
>
>
>
> 2012/3/3 Vincent Snijders 
>
>> The Lazarus team is happy to announce that Lazarus 0.9,30,4RC1 is
>> available for download from:
>> http://sourceforge.net/projects/lazarus/files/
>>
>> Choose your CPU / OS / distro and then the 0.9.30.4RC1 directory.
>>
>> The Lazarus testing repository at
>> http://www.hu.freepascal.org/lazarus/dists/lazarus-testing/ has been
>> updated too.
>>
>> This release candidate has been build with fpc 2.6.0 (0.9.30.2 was
>> built with fpc 2.4.4).
>>
>> Please, let me know if you find any problems with these release
>> candidates.
>>
>> Also let me know if you installed it without any problem.
>>
>> Vincent
>>
>> --
>> ___
>> Lazarus mailing list
>> Lazarus@lists.lazarus.freepascal.org
>> http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
>>
>
>
> --
> ___
> Lazarus mailing list
> Lazarus@lists.lazarus.freepascal.org
> http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
>
>
--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Finished full JVM Android application

2011-12-27 Thread Danilo Gropelo
Good job Sven, i will study the code too.

Thank you,

Danilo Gropelo

2011/12/27 Marcos Douglas 

> On Tue, Dec 27, 2011 at 8:08 AM, Sven Barth 
> wrote:
> >
> > On 26.12.2011 17:48, Marcos Douglas wrote:
> >>
> >> 2011/12/26 Sven Barth:
> >>>
> >>> Hello together!
> >>>
> >>> Today I've finished my first JVM Android application. This could as
> well be
> >>> the first (or at least one of the first) complete JVM Android app
> written in
> >>> Pascal at all!
> >>>
> >>> The purpose of the application is for me to keep track which trains I
> >>> already rode with (most importantly trains of the subway of Munich).
> The
> >>> trains are categorized in train types and train families. E.g. one
> train
> >>> family would be the subway of Munich, another one is the subway of
> Berlin
> >>> and a third one would be the "suburban train" (S-Bahn) of Munich. These
> >>> families are subdivided into the types (for the U-Bahn in Munich these
> are
> >>> "Typ A", "Typ B", "Typ C") and then in each type there are the single
> trains
> >>> together with a count which tells how often I already rode in that
> train.
> >>> So in the end this application is nothing special (but it simplifies
> my life
> >>> a lot ^^).
> >>>
> >>> It's a conceptual port of an identical Windows Mobile application of
> mine. I
> >>> decided to rewrite it from scratch, because
> >>> 1. my WinCE application used INI files as a data storage and for
> Android I
> >>> wanted to utilize SQLite
> >>> 2. I wanted to experience the Android development without any
> restrictions
> >>> by old code.
> >>>
> >>> I have not used Eclipse as an IDE, but only Lazarus, the tools from the
> >>> Android SDK and a Makefile for simplified building (and testing).
> >>>
> >>> Attached are some screenshots of this application.
> >>>
> >>> If there is interest I can publish the source code.
> >>>
> >>> Regards,
> >>> Sven
> >>>
> >>> @List admins: Sorry if the attached screenshots should be a little bit
> to
> >>> big (~46K).
> >>
> >>
> >> Great job!
> >> I'm interested in the sources. Could you publish? Maybe on the Wiki?
> >> Thanks for share.
> >
> >
> > I have now uploaded the sources (licensed under GPLv2) to my webserver:
> > http://web390.server-drome.com/files/trainlog.zip
> >
> > The readme.txt should hopefully help you to build the app. If not feel
> free to ask ;)
>
> Thank you, Sven.
> I'm not a Android developer (yet) but I wanted to see FPC working in a
> real app. Very good!
> I will study the code...
>
> Marcos Douglas
>
> --
> ___
> Lazarus mailing list
> Lazarus@lists.lazarus.freepascal.org
> http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
>
--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus