Re: [Lazarus] How to add your own 'New Project' template?

2008-08-21 Thread Graeme Geldenhuys
On Wed, Aug 20, 2008 at 8:47 PM, Tom Verhoeff [EMAIL PROTECTED] wrote: Under my system (Linux) in was $HOME/.lazarus/templates/ Under Windows (which I use rarely, but our students do), it is C:\lazarus\templates where Lazarus itself is installed in C:\lazarus\. The ...\templates

[Lazarus] CoreAudio: CAStreamBasicDescription

2008-08-21 Thread EarMaster - Bent Olsen
Hi all, Anybody already translated CAStreamBasicDescription successfully? CAStreamBasicDescription is a class wrapper for AudioStreamBasicDescription record, which is used in API calls like AudioFileGetProperty etc. I can do basic translations from struct to record, but classes I C++ is new to

[Lazarus] Inet telnet error

2008-08-21 Thread cem zafer demirsoy
Hi all, I have tested the telnet test client example and changed a little bit. procedure TFormMain.TelnetConnect(aSocket: TLSocket); begin MemoText.Append('Connected!'); user:='blabla' + #13#10; passwd:='blabla' + #13#10; if Telnet.Connect=true then begin Telnet.SendMessage(user);

[Lazarus] problems building lazarus

2008-08-21 Thread Lord Satan
Hi, trying to build lazarus I get this error on ubuntu 8.04 64-bit: Linking ../startlazarus /usr/lib/fpc/2.3.1/units/x86_64-linux/gtk2/gtk2.o: In function `GTK2_GTK_TYPE_FILE_CHOOSER_DEFAULT$$QWORD': gtk2.pas:(.text+0xd43d): undefined reference to `_gtk_file_chooser_default_get_type'

Re: [Lazarus] problems building lazarus

2008-08-21 Thread Vincent Snijders
Lord Satan schreef: Hi, trying to build lazarus I get this error on ubuntu 8.04 64-bit: Linking ../startlazarus /usr/lib/fpc/2.3.1/units/x86_64-linux/gtk2/gtk2.o: In function `GTK2_GTK_TYPE_FILE_CHOOSER_DEFAULT$$QWORD': gtk2.pas:(.text+0xd43d): undefined reference to

Re: [Lazarus] problems building lazarus

2008-08-21 Thread Paul Ishenin
Lord Satan wrote: Hi, trying to build lazarus I get this error on ubuntu 8.04 64-bit: my fault. I uncommented use of 3 files which have external functions which are not present in gtk exports. I will send a patch to the fpc team to correct that. On the other hand - why fpc links to unused

Re: [Lazarus] Okay... I've got Lazarus 0.9.25 but now it doesn't find it's own units.

2008-08-21 Thread Peter Williams
G'day Reenen, Mattias and All Lazarus Fans, 2008/8/12 Reenen Laurie [EMAIL PROTECTED] btw --- I used Lazarus (yes, I'm using 0.9.25 beta) and Built and RAN my Help Multitabbed Dialog app -- it works fine now. So I quickly archived the folder -- just in case... so that I have a working copy