Re: [fpc-pascal] xforms

2008-09-21 Thread ik
Does the library shown when you write ldconfig -v If so, then see if there is an attempt to call a full library name or just the name prior to the .so extension. Ido On Sun, Sep 14, 2008 at 10:26 PM, Gaetano Di Stefano <[EMAIL PROTECTED]> wrote: > hello, > i am a newbie and tryng unsuccesfully t

Re: [fpc-pascal] Can I make this with Free Pascal?

2008-09-21 Thread Michael Van Canneyt
On Sun, 21 Sep 2008, markweber wrote: > > A guy says he makes this -> http://picturetopeople.blogspot.com using free > pascal WITH NO LIBRARIES. > > Has free pascal such a power for Computer Graphics applications? > > Is it really possible? Hard to believe. Why ? fpImage has very complete i

Re: [fpc-pascal] Can I make this with Free Pascal?

2008-09-21 Thread Bee
A guy says he makes this -> http://picturetopeople.blogspot.com using free pascal WITH NO LIBRARIES. So what? Have you seen this: http://www.kanzelsberger.com/pixel/?page_id=12 It's also made using FPC. What do you think those libraries is made from? Pure magic? Has free pascal such a power f

[fpc-pascal] Can I make this with Free Pascal?

2008-09-21 Thread markweber
A guy says he makes this -> http://picturetopeople.blogspot.com using free pascal WITH NO LIBRARIES. Has free pascal such a power for Computer Graphics applications? Is it really possible? Hard to believe. -- View this message in context: http://www.nabble.com/Can-I-make-this-with-Free-Pascal-

Re: [fpc-pascal] Can I make this with Free Pascal?

2008-09-21 Thread leledumbo
markweber wrote: > > Has free pascal such a power for Computer Graphics applications? > It can even make OSes, what's so hard to build a CG apps? markweber wrote: > > Is it really possible? Hard to believe. > Well, you've seen it. So, it's possible. -- View this message in context: http:/

Re: [fpc-pascal] Help converting h-file

2008-09-21 Thread Terry Kemp
On Sun, 2008-09-21 at 09:10 -0300, Felipe Monteiro de Carvalho wrote: > On Sun, Sep 21, 2008 at 7:42 AM, Den Jean <[EMAIL PROTECTED]> wrote: > > Did you notice this: > > http://www.klc.net.nz/linux/?page_id=13 > > kool!! So lcl-qt is already working with qtopia, is that it? > guess I should upda

Re: [fpc-pascal] Help converting h-file

2008-09-21 Thread Felipe Monteiro de Carvalho
On Sun, Sep 21, 2008 at 7:46 AM, Paul Ishenin <[EMAIL PROTECTED]> wrote: > What to test there? A form and a button? Other widgetset are not implemented > there and graphic too. If you re-read my e-mail: * Improving the fpgui interface to Lazarus and use that. I think I made it clear that one wou

Re: [fpc-pascal] Help converting h-file

2008-09-21 Thread Felipe Monteiro de Carvalho
On Sun, Sep 21, 2008 at 7:42 AM, Den Jean <[EMAIL PROTECTED]> wrote: > Did you notice this: > http://www.klc.net.nz/linux/?page_id=13 kool!! So lcl-qt is already working with qtopia, is that it? -- Felipe Monteiro de Carvalho ___ fpc-pascal maillist -

Re: [fpc-pascal] Help converting h-file

2008-09-21 Thread Felipe Monteiro de Carvalho
On Sun, Sep 21, 2008 at 7:46 AM, Paul Ishenin <[EMAIL PROTECTED]> wrote: > What to test there? A form and a button? Other widgetset are not implemented > there and graphic too. There was a very vague description about it being slow, so anything could be slow, even a button. If only some parts are

Re: [fpc-pascal] Help converting h-file

2008-09-21 Thread Paul Ishenin
Paul Ishenin wrote: ... Other widgetset are not implemented there and graphic too. Read as "other widgets" (or other controls). Best regards, Paul Ishenin. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mail

Re: [fpc-pascal] Help converting h-file

2008-09-21 Thread Paul Ishenin
Felipe Monteiro de Carvalho wrote: I think it would be very interresting if you test the lazarus-fpgui interface. I wonder if it performs better then gtk2, which give a higher value to investing time in it. What to test there? A form and a button? Other widgetset are not implemented there and

Re: [fpc-pascal] Help converting h-file

2008-09-21 Thread Den Jean
On Sunday 21 September 2008 12:28:29 Felipe Monteiro de Carvalho wrote: > * Use Qt 4 (needs a commercial license for non-gpl software) Did you notice this: http://www.klc.net.nz/linux/?page_id=13 regards, Den Jean ___ fpc-pascal maillist - fpc-pasca

Re: [fpc-pascal] Help converting h-file

2008-09-21 Thread Felipe Monteiro de Carvalho
There are some possibilities to increase the speed of your lazarus software: * Use gtk 1 * Use Qt 4 (needs a commercial license for non-gpl software) * Improving the fpgui interface to Lazarus and use that. You can test the existing one to see if it has a higher speed. Information in the wiki: ht

Re: [fpc-pascal] Help converting h-file

2008-09-21 Thread Koenraad Lelong
Florian Klaempfl schreef: > Koenraad Lelong schrieb: >> Frank de Groot / Rent-a-Geek schreef: >>> I was wondering, what exactly is slow in Lazarus, because I use it via >>> remote desktop over a long-distance WiFi connection and it still is very >>> fast..? >>> P.S. I can't recommend Lazarus.