[Lazarus] Visual Form Inheritance

2008-08-26 Thread Osvaldo TCF - Listas
Anyone know what is the last revision of Lazarus on subversion of Visual Form Inheritance is good? Menu : File : New : Inherited Component Thanks Em Ter, 2008-08-26 às 17:40 -0300, Osvaldo TCF - Listas escreveu: > Ubuntu 8.04.1 > Freepascal 2.2.3 > Lazarus r16221 GTK2 > > I do not success creat

Re: [Lazarus] Carbon key mapping

2008-08-26 Thread Vincent Snijders
Dominique Louis schreef: > Vincent Snijders wrote: >> Dominique Louis schreef: >>> Hi Mattias, >>>No matter what I try, setting the IDE to Mac OS X does not work :(. >>> As I mentioned, now in the IDE, regardless of which key mapping I use >>> the Enter, BackSpace don't work at all! The IDE a

Re: [Lazarus] Carbon key mapping

2008-08-26 Thread Dominique Louis
Vincent Snijders wrote: > Dominique Louis schreef: >> Hi Mattias, >>No matter what I try, setting the IDE to Mac OS X does not work :(. >> As I mentioned, now in the IDE, regardless of which key mapping I use >> the Enter, BackSpace don't work at all! The IDE allows me to type other >> chara

Re: [Lazarus] anyone have a static libpq library for linking?

2008-08-26 Thread Gustavo Enrique Jimenez
> I have a FPC project using libpq from which I need to remove all dynamic > linking. I found the FPC option to accomplish this, but cannot come up with > the static libpq library. > > libpq (or libpq5) distributions contain libpq.so (.*) but not a libpq.a or > libpq.o > If you are in Debian, try

Re: [Lazarus] anyone have a static libpq library for linking?

2008-08-26 Thread Aleš Katona
I'm not sure where you can find them but if you get the sources, try compiling with -static or -static-libgcc and you should get some .a in the binary output folder. Note that just "-static" might end up still depending on libc, with "-static-libgcc" you MIGHT end up with a pure static solution (w

[Lazarus] Visual Form Inheritance

2008-08-26 Thread Osvaldo TCF - Listas
Ubuntu 8.04.1 Freepascal 2.2.3 Lazarus r16221 GTK2 I do not success create a new form from another. Using: IDE : File : New : Inherited Component, selecting an existent form the IDE create one file, Unit.pas, but not the form, no .lfm file! Could you help me with VFI ? The .lfm file did not creat

[Lazarus] anyone have a static libpq library for linking?

2008-08-26 Thread Jalal
I have a FPC project using libpq from which I need to remove all dynamic linking. I found the FPC option to accomplish this, but cannot come up with the static libpq library. libpq (or libpq5) distributions contain libpq.so (.*) but not a libpq.a or libpq.o My attempts so far to create a stati

Re: [Lazarus] Carbon key mapping

2008-08-26 Thread Vincent Snijders
Dominique Louis schreef: > Hi Mattias, >No matter what I try, setting the IDE to Mac OS X does not work :(. > As I mentioned, now in the IDE, regardless of which key mapping I use > the Enter, BackSpace don't work at all! The IDE allows me to type other > characters, but is next to useless w

Re: [Lazarus] In the name of science

2008-08-26 Thread Marco van de Voort
On Tue, Aug 26, 2008 at 03:49:55PM +0200, Gerald P?ttler wrote: > > * Demo coders use "copy con demo.exe" > * REAL demo coders use "copy con demo.zip" * Die hards program using a roll of toiletpaper and a toothpick. ___ Lazarus mailing list Lazarus@la

Re: [Lazarus] Carbon key mapping

2008-08-26 Thread Dominique Louis
Hi Mattias, No matter what I try, setting the IDE to Mac OS X does not work :(. As I mentioned, now in the IDE, regardless of which key mapping I use the Enter, BackSpace don't work at all! The IDE allows me to type other characters, but is next to useless with Enter and BackSpace. The IDE c

Re: [Lazarus] Listing out a call stack...

2008-08-26 Thread Dominique Louis
Graeme Geldenhuys wrote: > > procedure DumpStack; > Var > Message : String; > i : longint; > begin > writeln(' Stack trace:'); > // Dump_Stack(StdOut, get_frame); > > Writeln(stdout,'An unhandled exception occurred at > $',HexStr(Ptrint

Re: [Lazarus] A sort program in "rpsrt102.zip" (1).

2008-08-26 Thread JoshyFun
Hello Mehmet, Tuesday, August 26, 2008, 7:35:00 AM, you wrote: MES> (A) MES> An "algorithm" ( http://en.wikipedia.org/wiki/Algorithm ) MES> and its "implementation" are different concepts , at least MES> in the sense that , for an algorithm there may be many MES> distinct implementations of it .

Re: [Lazarus] In the name of science

2008-08-26 Thread Reenen Laurie
I am sure 3) is called a "feature" rather than a bug... Though I doubt it's documented. On Tue, Aug 26, 2008 at 3:54 PM, Graeme Geldenhuys <[EMAIL PROTECTED]>wrote: > On 8/26/08, Dave Coventry <[EMAIL PROTECTED]> wrote: > > Yes, but the 'Bush hid the facts' one is just plain weird. > > > > Not

Re: [Lazarus] In the name of science

2008-08-26 Thread Graeme Geldenhuys
On 8/26/08, Dave Coventry <[EMAIL PROTECTED]> wrote: > Yes, but the 'Bush hid the facts' one is just plain weird. > > Not sure why Graeme thinks we all have MS Word, though... :-) I don't even have it installed - I had to Remote Desktop to a Windows machine to test all three. Linux and OpenOffic

Re: [Lazarus] In the name of science

2008-08-26 Thread Mattias Gärtner
Zitat von Graeme Geldenhuys <[EMAIL PROTECTED]>: > On 8/26/08, Florian Klaempfl <[EMAIL PROTECTED]> wrote: > > > > This is probably an urban legend that nobody can answer this: CON is a > > reserved device name (console, try echo asdf > CON) like e.g. COM1. You > > can't create a folder called C

Re: [Lazarus] In the name of science

2008-08-26 Thread Gerald Pöttler
CON stands for console. Back in the DOS days you could create a text file really quickly by going copy con bla.txt Then you typed your text and when you were done type ctrl-z and enter. Still works in Vista if you open a command prompt :) [EMAIL PROTECTED] * Demo coders use "copy con demo.exe"

Re: [Lazarus] In the name of science

2008-08-26 Thread Henry Vermaak
On 26/08/2008, Graeme Geldenhuys <[EMAIL PROTECTED]> wrote: > > TRICK #2 > For those of you using Windows, do the following: > > 1.) Open an empty notepad file > 2.) Type 'Bush hid the facts' (without the quotes) > 3.) Save it as whatever you want. > 4.) Close it, and re-open it. > > is it just a r

Re: [Lazarus] In the name of science

2008-08-26 Thread Florian Klaempfl
Graeme Geldenhuys schrieb: > On 8/26/08, Florian Klaempfl <[EMAIL PROTECTED]> wrote: >> This is probably an urban legend that nobody can answer this: CON is a >> reserved device name (console, try echo asdf > CON) like e.g. COM1. You >> can't create a folder called COM1 either if you're system ha

Re: [Lazarus] In the name of science

2008-08-26 Thread Graeme Geldenhuys
On 8/26/08, Florian Klaempfl <[EMAIL PROTECTED]> wrote: > > This is probably an urban legend that nobody can answer this: CON is a > reserved device name (console, try echo asdf > CON) like e.g. COM1. You > can't create a folder called COM1 either if you're system has COM1. I expected something

Re: [Lazarus] In the name of science

2008-08-26 Thread Dave Coventry
Yes, but the 'Bush hid the facts' one is just plain weird. Not sure why Graeme thinks we all have MS Word, though... 2008/8/26 Florian Klaempfl <[EMAIL PROTECTED]>: > Graeme Geldenhuys schrieb: >> Off-topic but very cool... actually weird! :-) >> >> >> TRICK #1 >> An Indian discovered that nobod

Re: [Lazarus] In the name of science

2008-08-26 Thread Florian Klaempfl
Graeme Geldenhuys schrieb: > Off-topic but very cool... actually weird! :-) > > > TRICK #1 > An Indian discovered that nobody can create a FOLDER > anywhere on the computer which can be named as 'CON'. > This is something pretty cool...and unbelievable. .. > At Microsoft the whole Team, couldn't

[Lazarus] In the name of science

2008-08-26 Thread Graeme Geldenhuys
Off-topic but very cool... actually weird! :-) TRICK #1 An Indian discovered that nobody can create a FOLDER anywhere on the computer which can be named as 'CON'. This is something pretty cool...and unbelievable. .. At Microsoft the whole Team, couldn't answer why this happened! TRY IT NOW ,IT W

Re: [Lazarus] A sort program in "rpsrt102.zip" (1).

2008-08-26 Thread Lord Satan
On Mon, 25 Aug 2008 22:35:00 -0700 Mehmet Erol Sanliturk <[EMAIL PROTECTED]> wrote: > (C) > Personally , I am not writing assembler programs , and > I do not know 32-bit assembly programming . > Therefore , I am not able to convert it to a 32-bit > assembly program . If you really need the speed y