Re: [fpc-pascal] FPC 2.4.2 source

2011-05-21 Thread Juha (gmail)
Mattias Gaertner kirjoitti lauantai, 21. toukokuuta 2011 12:29:34: > "Juha (gmail)" wrote: > > Yes. Based on forum posts updating causes more problems, also when > > updating between releases, not only when compiling from svn sources. > > What problems? > Ple

Re: [fpc-pascal] FPC 2.4.2 source

2011-05-21 Thread Juha (gmail)
Rainer Stratmann kirjoitti lauantai, 21. toukokuuta 2011 11:32:46: > Easy installation and handling is always very important. > Otherwise it can become boring very fast, even if one is a technical > specialist. > > Huge downloads are easy to handle these days. True. Most people have fast internet

Re: [fpc-pascal] FPC 2.4.2 source

2011-05-21 Thread Juha (gmail)
Mattias Gaertner kirjoitti lauantai, 21. toukokuuta 2011 10:47:44: > > A typical one is: > > can't find unit xxx needed by unit yyy. > > There are more than 20 reasons for this. I started a page for this. > Feel free to improve the page. > http://wiki.lazarus.freepascal.org/Unit_not_found_-_How_

Re: [fpc-pascal] FPC 2.4.2 source

2011-05-20 Thread Juha (gmail)
Mattias Gaertner kirjoitti perjantai, 20. toukokuuta 2011 15:16:30: > "Juha (gmail)" hat am 20. Mai 2011 um 13:07 > > Installing and updating both FPC and Lazarus is still a major obstacle > > for many people. We must improve things to make the first impression > &

Re: [fpc-pascal] FPC 2.4.2 source

2011-05-20 Thread Juha (gmail)
Jonas Maebe kirjoitti perjantai, 20. toukokuuta 2011 13:52:22: > If you want the source, choose "Source" instead of "Win32". Ok, right too many links. Now i realized that all the mirrors give direct links to source packages, only the first SourceForge link has everything included. The source

Re: [fpc-pascal] FPC 2.4.2 source

2011-05-20 Thread Juha (gmail)
Jonas Maebe kirjoitti tiistai, 10. toukokuuta 2011 01:16:38: > On 10 May 2011, at 00:14, Juha (gmail) wrote: > > Maybe I am stupid but I don't know how to download FPC 2.4.2 sources, > > without using SVN repository. > > http://www.freepascal.org/download.var -> S

[fpc-pascal] FPC 2.4.2 source

2011-05-09 Thread Juha (gmail)
Hi Maybe I am stupid but I don't know how to download FPC 2.4.2 sources, without using SVN repository. I am testing on Windows and the default installation package does not contain sources. Juha ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.

Re: [fpc-pascal] Is there a problem on the lazarus mailing list?

2011-04-12 Thread Juha (gmail)
Luca Olivetti kirjoitti tiistai, 12. huhtikuuta 2011 11:41:03: > Are you sure? > I didn't get it and it's not in the archive > http://lists.lazarus.freepascal.org/pipermail/lazarus/2011-April/date.html I don't see it in archive either for some reason. I do see it in my e-mail client (KMail) confi

Re: [fpc-pascal] Is there a problem on the lazarus mailing list?

2011-04-12 Thread Juha (gmail)
Luca Olivetti kirjoitti tiistai, 12. huhtikuuta 2011 10:20:04: > Sorry for the off-topic, but I sent a message yesterday to the lazarus > mailing list and it hasn't appeared. > In fact there aren't new messages since last Sunday. > Does anybody know if is there a problem with the lazarus list serve

Re: [fpc-pascal] Inherit interface from 2 interfaces

2011-04-06 Thread Juha (gmail)
Zaher Dirkey kirjoitti keskiviikko, 6. huhtikuuta 2011 19:37:04: > Can i do that? > type > IIntf3 = interface(IIntf11, IIntf2) > > end; No but you can do: type MyClass = class(IIntf11, IIntf2) end; Juha ___ fpc-pascal maillist - f