Re: [Lazarus] RE : compilation erro

2011-12-06 Thread Antonio Fortuny
No way ! - Compiled (build) Lazutils package - rebuilt IDE same two errors. Going back to local copy of LazUTF9 unit Antonio Le 05/12/2011 16:58, Felipe Monteiro de Carvalho a écrit : On Mon, Dec 5, 2011 at 4:11 PM, Antonio Fortuny wrote: got same errors this time with lazutf8 and the dummu

Re: [Lazarus] Petition to Skype

2011-12-06 Thread Sven Barth
Am 06.12.2011 00:49, schrieb Howard Page-Clark: This professional open source compiler is currently available for 32-bit and 64-bit processors such as Intel x86, AMD64/x86_64, PowerPC, PowerPC64, Sparc and ARM, and supported operating systems include Linux, FreeBSD, Haiku, Mac OS x/Darwin, Win32,

Re: [Lazarus] Petition to Skype

2011-12-06 Thread Bernd
2011/12/5 Krzysztof : > SkypeKit has > support only for C++, Python and Java and doesn't have for > multiplatform Free Pascal >:( Theoretically the skype developers should be aware of the existence of Lazarus/FPC. As far as I know the Skype GUI on Windows is (was?) written with Delphi and I assum

Re: [Lazarus] Petition to Skype

2011-12-06 Thread Andreas Schneider
On Tuesday, December 6, 2011, at 10:04 Bernd wrote: > 2011/12/5 Krzysztof : >> SkypeKit has >> support only for C++, Python and Java and doesn't have for >> multiplatform Free Pascal >:( > Theoretically the skype developers should be aware of the existence of > Lazarus/FPC. As far as I know the S

Re: [Lazarus] Petition to Skype

2011-12-06 Thread Mattias Gaertner
Andreas Schneider hat am 6. Dezember 2011 um 10:47 geschrieben: > On Tuesday, December 6, 2011, at 10:04 Bernd wrote: > > 2011/12/5 Krzysztof : > > >> SkypeKit has > >> support only for C++, Python and Java and doesn't have for > >> multiplatform Free Pascal >:( > > > Theoretically the skype

Re: [Lazarus] Petition to Skype

2011-12-06 Thread Felipe Monteiro de Carvalho
2011/12/6 Mattias Gaertner : > Maybe there are no C bindings for the same reasons as for QT4. Well, they (both this skype kit and Qt) have bindings for Java, and writting bindings for JNI is way more complex then a simple flattening for C. My guess is that pure C is simply loosing importance again

[Lazarus] RE : RE : compilation erro

2011-12-06 Thread Ludo Brands
> No way ! > > - Compiled (build) Lazutils package > - rebuilt IDE > same two errors. > Going back to local copy of LazUTF9 unit > If you rebuild the IDE without -fPIC in the Configure "Build Lazarus" Options then you effectively rebuild Lazutils without -fPIC... Why rebuild the IDE? Ludo --

Re: [Lazarus] Petition to Skype

2011-12-06 Thread Marco van de Voort
On Mon, Dec 05, 2011 at 09:14:14PM +0100, Krzysztof wrote: > with success plugins which communicate with Skype API on Windows and > Linux in clear Free Pascal. Now I decided to test SkypeKit which > become Skype engine (without GUI) which doesn't need Skype client > installed. But I am disappointed

Re: [Lazarus] RE : RE : compilation erro

2011-12-06 Thread Antonio Fortuny
Le 06/12/2011 13:44, Ludo Brands a écrit : If you rebuild the IDE without -fPIC in the Configure "Build Lazarus" Options then you effectively rebuild Lazutils without -fPIC... Why rebuild the IDE? New test: no IDE rebuild since the one this morning rebuild package Lazutils with -fPIC in project

Re: [Lazarus] Petition to Skype

2011-12-06 Thread Juha Manninen
2011/12/6 Marco van de Voort > > You do realize that Skype is now Microsoft? > and Skype is not the only or dominant choice any more like it used to be. There are alternatives although I have not used them nor I know any details. Maybe you should put the energy to some competing open source proj

Re: [Lazarus] RE : RE : compilation erro

2011-12-06 Thread Mattias Gaertner
Antonio Fortuny hat am 6. Dezember 2011 um 14:21 geschrieben: > Le 06/12/2011 13:44, Ludo Brands a écrit : > > If you rebuild the IDE without -fPIC in the Configure "Build Lazarus" > > Options then you effectively rebuild Lazutils without -fPIC... > > Why rebuild the IDE? > > > New test: > no

Re: [Lazarus] RE : RE : compilation erro

2011-12-06 Thread Felipe Monteiro de Carvalho
On Tue, Dec 6, 2011 at 2:21 PM, Antonio Fortuny wrote: > package LazUtils itself not included in required packages but instead add > include search path Don't do that > Second run: > - remove search paths for the project > - add required package LazUtils > still the same errors. LazUtils requir

Re: [Lazarus] RE : RE : compilation erro

2011-12-06 Thread Antonio Fortuny
Le 06/12/2011 14:36, Mattias Gaertner a écrit : Antonio Fortuny hat am 6. Dezember 2011 um 14:21 geschrieben: > Le 06/12/2011 13:44, Ludo Brands a écrit : > > If you rebuild the IDE without -fPIC in the Configure "Build Lazarus" > > Options then you effectively rebuild Lazutils without -fPI

Re: [Lazarus] RE : RE : compilation erro

2011-12-06 Thread Mattias Gaertner
Antonio Fortuny hat am 6. Dezember 2011 um 14:57 geschrieben: > Le 06/12/2011 14:36, Mattias Gaertner a écrit : > > > > Antonio Fortuny hat am 6. Dezember 2011 um > > 14:21 geschrieben: > > > >  > Le 06/12/2011 13:44, Ludo Brands a écrit : > >  > > If you rebuild the IDE without -fPIC in the

Re: [Lazarus] RE : RE : compilation erro

2011-12-06 Thread Antonio Fortuny
Le 06/12/2011 15:30, Mattias Gaertner a écrit : Antonio Fortuny hat am 6. Dezember 2011 um 14:57 geschrieben: > Le 06/12/2011 14:36, Mattias Gaertner a écrit : > > > > Antonio Fortuny hat

Re: [Lazarus] RE : RE : compilation erro

2011-12-06 Thread Antonio Fortuny
Le 06/12/2011 14:38, Felipe Monteiro de Carvalho a écrit : On Tue, Dec 6, 2011 at 2:21 PM, Antonio Fortuny wrote: package LazUtils itself not included in required packages but instead add include search path Don't do that OK Second run: - remove search paths for the project - add required

[Lazarus] Layout auto-adjustment for smartphones / dpi awareness

2011-12-06 Thread Felipe Monteiro de Carvalho
Hello, I'd like to ask for some input about the best strategy to implement support in the LCL for auto-adjustment of the layout for smartphones and dpi awareness (this one affects Windows too, but would be optional there). When it comes to simple desktop dpi awareness all controls should be repos

Re: [Lazarus] Petition to Skype

2011-12-06 Thread Marco Ciampa
On Tue, Dec 06, 2011 at 03:25:58PM +0200, Juha Manninen wrote: > 2011/12/6 Marco van de Voort > > > > You do realize that Skype is now Microsoft? > > > > and Skype is not the only or dominant choice any more like it used to be. > There are alternatives although I have not used them nor I know any

Re: [Lazarus] Petition to Skype

2011-12-06 Thread Andreas Schneider
On Tuesday, December 6, 2011, at 17:32 Marco Ciampa wrote: > On Tue, Dec 06, 2011 at 03:25:58PM +0200, Juha Manninen wrote: >> 2011/12/6 Marco van de Voort >> > >> > You do realize that Skype is now Microsoft? >> > >> >> and Skype is not the only or dominant choice any more like it used to be. >>

Re: [Lazarus] Petition to Skype

2011-12-06 Thread ik
On Tue, Dec 6, 2011 at 19:18, Andreas Schneider wrote: > On Tuesday, December 6, 2011, at 17:32 Marco Ciampa wrote: > > On Tue, Dec 06, 2011 at 03:25:58PM +0200, Juha Manninen wrote: > >> 2011/12/6 Marco van de Voort > >> > > >> > You do realize that Skype is now Microsoft? > >> > > >> > >> and

Re: [Lazarus] Petition to Skype

2011-12-06 Thread Sven Barth
On 06.12.2011 17:32, Marco Ciampa wrote: On Tue, Dec 06, 2011 at 03:25:58PM +0200, Juha Manninen wrote: 2011/12/6 Marco van de Voort You do realize that Skype is now Microsoft? and Skype is not the only or dominant choice any more like it used to be. There are alternatives although I have n

Re: [Lazarus] Petition to Skype

2011-12-06 Thread Juha Manninen
2011/12/6 Marco Ciampa > Name one, please (it is not sarcasm, I do not know any really working > well ...) My friend told some time ago he uses an open source replacement for Skype. The biggest problem is that most people still have Skype, technically it can be replaced. I will ask the product

[Lazarus] about TDFB

2011-12-06 Thread Ing . Héctor F . Fiandor Rosario
Dear friends: I am trying to do a program with TDbf for actors´casting and I want to include a photo of the actor. How can I do that? thanks in advance for your answering, yours, Ing. Héctor F. Fiandor Rosario hfian...@infomed.sld.cu -- Este mensaje le ha llegado mediante el servicio

Re: [Lazarus] Petition to Skype

2011-12-06 Thread Alexander Shishkin
07.12.2011 0:59, Juha Manninen пишет: 2011/12/6 Marco Ciampa mailto:ciam...@libero.it>> Name one, please (it is not sarcasm, I do not know any really working well ...) My friend told some time ago he uses an open source replacement for Skype. The biggest problem is that most people sti

Re: [Lazarus] Petition to Skype

2011-12-06 Thread Mattias Gaertner
On Wed, 07 Dec 2011 03:51:39 +0400 Alexander Shishkin wrote: > 07.12.2011 0:59, Juha Manninen пишет: > > 2011/12/6 Marco Ciampa mailto:ciam...@libero.it>> > > > > Name one, please (it is not sarcasm, I do not know any really working > > well ...) > > > > > > My friend told some time ago h

Re: [Lazarus] RE : RE : compilation erro

2011-12-06 Thread Mattias Gaertner
On Tue, 06 Dec 2011 16:13:24 +0100 Antonio Fortuny wrote: > > > Le 06/12/2011 14:38, Felipe Monteiro de Carvalho a écrit : > > On Tue, Dec 6, 2011 at 2:21 PM, Antonio Fortuny > > wrote: > >> package LazUtils itself not included in required packages but instead add > >> include search path > >

Re: [Lazarus] Petition to Skype

2011-12-06 Thread Felipe Monteiro de Carvalho
On Tue, Dec 6, 2011 at 2:19 PM, Marco van de Voort wrote: > You do realize that Skype is now Microsoft? But they are hiring Delphi developers: http://www.lazarus.freepascal.org/index.php/topic,15431.0.html Of course that we still have to see what that will mean for their Linux client. -- Feli