Re: [lazarus] Question from 100000 of dollars

2007-07-05 Thread John Meyer
Guadagnini David wrote:
 Boys, when the next official release should be anticipated (not beta)?
Are you asking when the next _major_ release should be out?  Minor
versions get released on a regular basis.
And not to be that much of a nitpicker since your English is better than
my Italian, but I think you mean The $100,000 question (adjusted for
inflation).

_
 To unsubscribe: mail [EMAIL PROTECTED] with
unsubscribe as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] Emulate Php Md5 (Crypt) and Sha1

2007-07-03 Thread John Meyer
Alvise Nicoletti wrote:
 Hi to all... did anyone never heard how to implement crypt and sha1
 functions of php inside delphi/lazarus?


While this isn't a cross-platform solution, have you tried the nix crypt
and sha functions?

_
 To unsubscribe: mail [EMAIL PROTECTED] with
unsubscribe as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] Emulate Php Md5 (Crypt) and Sha1

2007-07-03 Thread John Meyer
Alvise Nicoletti wrote:
 John Meyer ha scritto:
 Alvise Nicoletti wrote:
  
 Hi to all... did anyone never heard how to implement crypt and sha1
 functions of php inside delphi/lazarus?
 


 While this isn't a cross-platform solution, have you tried the nix crypt
 and sha functions?

 _
  To unsubscribe: mail [EMAIL PROTECTED] with
 unsubscribe as the Subject
archives at http://www.lazarus.freepascal.org/mailarchives



   
 Where I can find them? wich unit?

 Maybe it's not a cross platform solution but I can do something with
 their sources...


'crypt is implemented as a function in Linux/Unix.  sha1 also has an
implementation for perl, so you might be able to do something with that.

_
 To unsubscribe: mail [EMAIL PROTECTED] with
unsubscribe as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] Borland Kylix Trolltech

2007-06-16 Thread John Meyer
Lee Jenkins wrote:
 Graeme Geldenhuys wrote:
 Hi,

 I take it this is an old announcement?  Thought the date of the
 announcement (as per the webpage) is June 2007.

 http://trolltech.com/company/newsroom/announcements/0054?searchterm=borland+linux



 Regards,
  - Graeme -

 snip
 We are fully committed to Linux.
 /snip
Yeah, and Bill was fully committed to Hillary as well before he left the
Presidential Seal on Ms. Lewinsky's dress.

-- 
The NCP Revue -- http://www.ncprevue.com/blog

_
 To unsubscribe: mail [EMAIL PROTECTED] with
unsubscribe as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives


Re: Object Inspector crash, and other interesting stuff

2007-05-11 Thread John Meyer
Mattias Gaertner wrote:
 On Thu, 10 May 2007 18:37:50 +0100
 pineal [EMAIL PROTECTED] wrote:

   
 On Thursday 10 May 2007 17:45, Charl van Jaarsveldt wrote:
 
 I forgot to mention that I have svn r11124 and lazarus is compiled
 for gtk1, using Ubuntu Feisty.

 On 5/10/07, Charl van Jaarsveldt [EMAIL PROTECTED] wrote:
   
 Hi,

 I just did an update, haven't been using lazarus for a while so I
 don't know if it was broken before or not...

 I start Lazarus, and the OI/PL window has a cool transparent
 air to it. Looks like the background is draw but the fonts from
 the window behind it is still shining through. Then when I click
 on the property list is might make the background completely
 black or it might not. But finally, when I click on the Object
 Inspector, Lazarus crashes with some nasty errors.

 Thanks,
 Charl

 PS Please find the error messages generated on crash, and gdb
 backtrace below...

 
 snipped rest

 Hi Charl,

 

I don't know whether or not this is related, but when I was running
beryl, scrolling or clicking on the Object inspector crashed and logged
me out of my graphical session completely.  I went back to disabling
those effects and no problems.

-- 
The NCP Revue -- http://www.ncprevue.com/blog

_
 To unsubscribe: mail [EMAIL PROTECTED] with
unsubscribe as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives


Re: Object Inspector crash, and other interesting stuff

2007-05-11 Thread John Meyer
Charl van Jaarsveldt wrote:
 Well, I don't know about the rest, but I am not using any cool
 effects. I am one of the poor ones that can't even get nVidia drivers
 to work and has to make do with the open source driver.

That could be some of it; I am using the commercial source drivers. 
Just wondering if anybody's had a crash like that lately.

-- 
The NCP Revue -- http://www.ncprevue.com/blog

_
 To unsubscribe: mail [EMAIL PROTECTED] with
unsubscribe as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives


[lazarus] Converting Strings to Currency

2007-05-10 Thread John Meyer
I tried a search at lazarus.freepascal.org, and it didn't get anywhere,
so if somebody could help me out by telling me how I convert a string
(specifically, from a TEdit control) to a currency and versey vicey, I'd
appreciate it.

_
 To unsubscribe: mail [EMAIL PROTECTED] with
unsubscribe as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] Converting Strings to Currency

2007-05-10 Thread John Meyer
Lee Jenkins wrote:
 John Meyer wrote:
 I tried a search at lazarus.freepascal.org, and it didn't get anywhere,
 so if somebody could help me out by telling me how I convert a string
 (specifically, from a TEdit control) to a currency and versey vicey, I'd
 appreciate it.


 Maybe StrToFloat(AString);  ??

Thanks!  That worked, but I have one question.  If you have a Currency
type, why are you throwing it to a function named StrToFloat?  Why not
StrToCur or StrToCurrency?  Just asking so I know not to make that
mistake in the future.

-- 
The NCP Revue -- http://www.ncprevue.com/blog

_
 To unsubscribe: mail [EMAIL PROTECTED] with
unsubscribe as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] sign fpc and lazarus images.

2007-04-15 Thread John Meyer

Jesus Reyes wrote:

Abraham MontaƱo (SiR-HaCk on #lazarus-es IRC channel) sent me the
attached images, he wants to share them with you, he hopes you like
them.  


_

Nice, I guess. Are they link buttons?

_
To unsubscribe: mail [EMAIL PROTECTED] with
   unsubscribe as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives


[lazarus] Delphi 4 PHP

2007-04-08 Thread John Meyer
I admit that I haven't kept up with this as much as I should, but I have 
a few questions, and if somebody can provide me with a link I am 
certainly grateful.


1.  Is Delphi 4 PHP a product for just Delphi, or can Lazarus use it as 
well?

2.  What exactly does it do?  Something akin to the .NET components?
3.  What are its advantages?
4.  What are its disadvantages?

_
To unsubscribe: mail [EMAIL PROTECTED] with
   unsubscribe as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] 0.9.20 released

2006-11-10 Thread John Meyer
When I bring up the alt+f2 command and type lazarus, it gives me the
following error:
KDEInit could not launch /usr/share/lazarus/startlazarus

Also, the icon in the start menu won't work, but creating an icon on the
desktop to run lazarus, as well as invoking it from the command line, will

Running OpenSuse 10.1 with KDE 3.5 (latest version).  Also the version
of KDE that was bundled with OS 10.1 had the same error.
Mattias Gaertner wrote:
 On Thu, 09 Nov 2006 05:14:40 -0700
 John Meyer [EMAIL PROTECTED] wrote:

   
 I'm still getting the error that the kde/gnome lazarus icon fails to
 start lazarus and when I type lazarus in the alt+f2, it gives me an
 error.  Incidentally, when I start it either from the command line or
 from an icon on the desktop there are no problems starting it.
 

 What error? This seems to be a different bug.
 I will check later.

 Mattias


   
 Mattias Gaertner wrote:
 
 On Wed, 8 Nov 2006 18:20:33 +0100
 Sebastian Kraft [EMAIL PROTECTED] wrote:

   
   
 Am Mittwoch, 8. November 2006 09:52 schrieb Mattias Gaertner:
 
 
 The Lazarus team is glad to announce the 0.9.20 release. This
 release is based on fpc 2.0.4.

   
   
 Mhm... with new release the editor looks strange. everything is a 
 bit squeezed. font is small and ugly. With the svn some days
 before it was excellent...
 
 
 I don't remember any such change. At least not since 0.9.18.
 Please create a bug report.


 Mattias

 _
  To unsubscribe: mail [EMAIL PROTECTED] with
 unsubscribe as the Subject
archives at http://www.lazarus.freepascal.org/mailarchives

   
   
 _
  To unsubscribe: mail [EMAIL PROTECTED] with
 unsubscribe as the Subject
archives at http://www.lazarus.freepascal.org/mailarchives
 

 _
  To unsubscribe: mail [EMAIL PROTECTED] with
 unsubscribe as the Subject
archives at http://www.lazarus.freepascal.org/mailarchives

   

_
 To unsubscribe: mail [EMAIL PROTECTED] with
unsubscribe as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] 0.9.20 released

2006-11-10 Thread John Meyer
[EMAIL PROTECTED]:~ which startlazarus
/usr/bin/startlazarus
[EMAIL PROTECTED]:~ which lazarus
/usr/bin/lazarus
[EMAIL PROTECTED]:~

Helps?

Marc Santhoff wrote:
 Am Freitag, den 10.11.2006, 05:32 -0700 schrieb John Meyer:
   
 When I bring up the alt+f2 command and type lazarus, it gives me the
 following error:
 KDEInit could not launch /usr/share/lazarus/startlazarus

 Also, the icon in the start menu won't work, but creating an icon on the
 desktop to run lazarus, as well as invoking it from the command line, will

 Running OpenSuse 10.1 with KDE 3.5 (latest version).  Also the version
 of KDE that was bundled with OS 10.1 had the same error.
 

 $ which startlazarus

 or

 $ which lazarus

 is your friend

 HTH,
 Marc


 _
  To unsubscribe: mail [EMAIL PROTECTED] with
 unsubscribe as the Subject
archives at http://www.lazarus.freepascal.org/mailarchives

   

_
 To unsubscribe: mail [EMAIL PROTECTED] with
unsubscribe as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] 0.9.20 released

2006-11-10 Thread John Meyer
Good catch on that, I'll look at the menu item, now as far as what KDE
searches for when I bring up the alt+f2 menu, how do I change that?
Marc Santhoff wrote:
 I don't know if this is a lazarus installation error or something in
 your personal setup of the kde environment, but you as user (I'm still
 happy with windowmaker, cannot comment on kde) and maybe system
 administrator can correct it.

 Helps? ;)

 Marc


 _
  To unsubscribe: mail [EMAIL PROTECTED] with
 unsubscribe as the Subject
archives at http://www.lazarus.freepascal.org/mailarchives

   

_
 To unsubscribe: mail [EMAIL PROTECTED] with
unsubscribe as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] 0.9.20 released

2006-11-09 Thread John Meyer
I'm still getting the error that the kde/gnome lazarus icon fails to
start lazarus and when I type lazarus in the alt+f2, it gives me an
error.  Incidentally, when I start it either from the command line or
from an icon on the desktop there are no problems starting it.

Mattias Gaertner wrote:
 On Wed, 8 Nov 2006 18:20:33 +0100
 Sebastian Kraft [EMAIL PROTECTED] wrote:

   
 Am Mittwoch, 8. November 2006 09:52 schrieb Mattias Gaertner:
 
 The Lazarus team is glad to announce the 0.9.20 release. This
 release is based on fpc 2.0.4.

   
 Mhm... with new release the editor looks strange. everything is a 
 bit squeezed. font is small and ugly. With the svn some days before
 it was excellent...
 

 I don't remember any such change. At least not since 0.9.18.
 Please create a bug report.


 Mattias

 _
  To unsubscribe: mail [EMAIL PROTECTED] with
 unsubscribe as the Subject
archives at http://www.lazarus.freepascal.org/mailarchives

   

_
 To unsubscribe: mail [EMAIL PROTECTED] with
unsubscribe as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives


[lazarus] KDE

2006-10-25 Thread John Meyer
Has anybody been able to run Lazarus under KDE (suse 10.1).  I can't
even get it up.

_
 To unsubscribe: mail [EMAIL PROTECTED] with
unsubscribe as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] KDE

2006-10-25 Thread John Meyer
Felipe Monteiro de Carvalho wrote:
 On 10/25/06, John Meyer [EMAIL PROTECTED] wrote:
 Has anybody been able to run Lazarus under KDE (suse 10.1).  I can't
 even get it up.
 
 Does it give any error message? What happens? How did you install it?
 
 Also, try running it from the command line.
 
 The command is: lazarus
 
KDEInit could not start /usr/share/lazarus/startlazarus

_
 To unsubscribe: mail [EMAIL PROTECTED] with
unsubscribe as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] KDE

2006-10-25 Thread John Meyer
John Meyer wrote:
 Felipe Monteiro de Carvalho wrote:
 On 10/25/06, John Meyer [EMAIL PROTECTED] wrote:
 Has anybody been able to run Lazarus under KDE (suse 10.1).  I can't
 even get it up.
 Does it give any error message? What happens? How did you install it?

 Also, try running it from the command line.

 The command is: lazarus

 KDEInit could not start /usr/share/lazarus/startlazarus

Oh, yeah, if I bring up a console window, it seems to launch just fine.

_
 To unsubscribe: mail [EMAIL PROTECTED] with
unsubscribe as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives


RE: [lazarus] Turbo explorer

2006-08-09 Thread John Meyer
You missed it:
Did a search and it's there.


http://www.borland.com/us/company/news/press_releases/2006/08_07_06_borlands
_developer_tools_group_plans_to_rev_up_classic_turbo.html

-Original Message-
From: Mark Wrenn [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 09, 2006 12:27 PM
To: lazarus@miraclec.com
Subject: Re: [lazarus] Turbo explorer

Am I the only one who thinks this is a bit fishy?  Something doesn't seem
right about this.  Why isn't this mentioned in a press release on the
Borland site?  Did I miss it?  Why doesn't David I's blog mention it?
(http://blogs.borland.com/davidi/).  Even the turboexplorer web site doesn't
quite have the right feel to it.  Maybe I'm just a Doubting Thomas.

Mark

Luis R. Hilario B. wrote:

 Hello,

 CUPERTINO, Calif. - August 8, 2006 - Today, the Developer Tools Group
 of Borland Software Corporation (NASDAQ: BORL) announced plans to
 release single language versions of Borland Developer Studio, the
 company's development environment for Microsoft(r) Windows(r) and .NET
 applications. Bringing back the popular TurboT moniker, the new
 Borland Turbo products offer low-cost, language-specific rapid
 application development capabilities for students, hobbyist
 developers, occupational developers as well as individual
 professionals.

 http://www.turboexplorer.com/
 What do you think?
 they're back to do it again?



_
 To unsubscribe: mail [EMAIL PROTECTED] with
unsubscribe as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives


_
 To unsubscribe: mail [EMAIL PROTECTED] with
unsubscribe as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives


[lazarus] To the guy that answered my SuSE question

2006-07-15 Thread John Meyer
I tried making those links, and they didn't seem to work in fixing
lazarus to where it could link.

_
 To unsubscribe: mail [EMAIL PROTECTED] with
unsubscribe as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] Lazarus and Suse 10.1

2006-07-13 Thread John Meyer
Chris Gordon-Smith wrote:
 On Wednesday July 12 2006 19:41, micahel schneider wrote:
   
 Am Mittwoch, 12. Juli 2006 18:15 schrieb John Meyer:
 
 Hi, has anybody successfully installed Lazarus under SuSE 10.1.  I try
 to, but it keeps complaining about gdk-pixbuf-devel and gtk+-devel.
 Where do I get those packages?
   

 I had problems with these packages when I installed Lazarus on SUSE 10.0. It 
 turned out that the packages were not actually missing, but that there was a 
 problem with the naming of shared library executables.

 I went ahead with the Lazarus installation ignoring the package dependency 
 problem that RPM was reporting. Having done this, I found that building a 
 program would fail at the linking stage. It turned out that the libraries 
 that it said were missing were there, but with different names.

 To fix this I added the following links to my filesystem:-

 linux:/opt/gnome/lib # ln -s libgdk-x11-2.0.so.0libgdk-x11-2.0.so
 linux:/opt/gnome/lib # ln -s libgdk_pixbuf-2.0.so.0libgdk_pixbuf-2.0.so
 linux:/opt/gnome/lib # ln -s libgtk-x11-2.0.so.0libgtk-x11-2.0.so
 linux:/opt/gnome/lib # ln -s libpango-1.0.so.0libpango-1.0.so
 linux:/opt/gnome/lib # ln -s libatk-1.0.so.0libatk-1.0.so

 Hope this helps.

 Chris Gordon-Smith
 www.simsoup.info

 _
  To unsubscribe: mail [EMAIL PROTECTED] with
 unsubscribe as the Subject
archives at http://www.lazarus.freepascal.org/mailarchives

   
I did that, but it gave me an error while creating the links error:
file exists, and I got the ld -lgpk error while linking.

_
 To unsubscribe: mail [EMAIL PROTECTED] with
unsubscribe as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives


[lazarus] Lazarus and Suse 10.1

2006-07-12 Thread John Meyer
Hi, has anybody successfully installed Lazarus under SuSE 10.1.  I try
to, but it keeps complaining about gdk-pixbuf-devel and gtk+-devel. 
Where do I get those packages?

_
 To unsubscribe: mail [EMAIL PROTECTED] with
unsubscribe as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] Lazarus and Suse 10.1

2006-07-12 Thread John Meyer
micahel schneider wrote:
 Am Mittwoch, 12. Juli 2006 18:15 schrieb John Meyer:
   
 Hi, has anybody successfully installed Lazarus under SuSE 10.1.  I try
 to, but it keeps complaining about gdk-pixbuf-devel and gtk+-devel.
 Where do I get those packages?
 

Actually, I installed it, using the --nodeps option.

_
 To unsubscribe: mail [EMAIL PROTECTED] with
unsubscribe as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives


[lazarus] Converting strings to floats, and back again

2006-06-14 Thread John Meyer

var
d_Total: Extended;
d_SubTotal : Extended;
d_SalesTax: Extended;
s_TotalMessage: string;
begin

d_SubTotal := StrToFloat(edSubtotal.Text);
d_SalesTax := StrToFloat(EdTax.Text);
 if d_SalesTax = 1.0 then
d_SalesTax := d_SalesTax / 100;
d_Total := d_SubTotal + (d_SubTotal * d_SalesTax);
s_TotalMessage := 'Total amount is ' + FloatToStr(d_Total);
lblTotal.Text := s_TotalMessage;

end;


This works fine with integers (i.e. if the whole amount on total is an 
integer), but with floats, it doesn't produce anything after 'Total 
amount is '.

--
Online library -- http://pueblonative.110mb.com
126 books and counting.

_
To unsubscribe: mail [EMAIL PROTECTED] with
   unsubscribe as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] Converting strings to floats, and back again

2006-06-14 Thread John Meyer

Marien van Westen wrote:

I cannot find any problem with that code on Win32

Marien


Okay, I'm running Linux.

BTW,
Lazarus Editor v 0.9.10 -beta
FPC 2.0.1


--
Online library -- http://pueblonative.110mb.com
126 books and counting.

_
To unsubscribe: mail [EMAIL PROTECTED] with
   unsubscribe as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] Converting strings to floats, and back again

2006-06-14 Thread John Meyer

Marien van Westen wrote:

I cannot find any problem with that code on Win32

Marien



One other note:

I'm running the gdb.  All the varaibles are set right.  It's just that 
when it's displaying, it won't display the number.


--
Online library -- http://pueblonative.110mb.com
126 books and counting.

_
To unsubscribe: mail [EMAIL PROTECTED] with
   unsubscribe as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives


[lazarus] Converting text strings to real numbers.

2006-05-27 Thread John Meyer
I'm trying to follow along in the tutorails, but where exactly would I 
locate this.


_
To unsubscribe: mail [EMAIL PROTECTED] with
   unsubscribe as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives


[lazarus] Not quite sure about if then construction

2006-05-27 Thread John Meyer

if i_Error  0 then
begin
d_SalesTax := 0;
end;
 else  ---line that is giving me the error
 if d_SalesTax  0 then
 begin
d_SalesTax := d_SalesTax / 100
 end;

it's giving me an error unit1.pas(49,6) Fatal: Syntax error, ; 
expected but ELSE found


_
To unsubscribe: mail [EMAIL PROTECTED] with
   unsubscribe as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] Converting text strings to real numbers.

2006-05-27 Thread John Meyer

Mattias Gaertner wrote:

On Sat, 27 May 2006 09:52:43 -0600
John Meyer [EMAIL PROTECTED] wrote:

I'm trying to follow along in the tutorails, but where exactly would I 
locate this.


http://lazarus-ccr.sourceforge.net/docs/rtl/sysutils/strtofloat.html



Thanks, but does val() still work?

_
To unsubscribe: mail [EMAIL PROTECTED] with
   unsubscribe as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives


[lazarus] What's wrong with this code?

2006-05-23 Thread John Meyer

begin
  if btnTestMeClick.tag=0 then
 begin
  btnTestMeClick.Caption:='Click me Again';
  btnTestMeClick.tag:=1;
 end else
 begin
  btnTestMeClick.Caption;='Click';
  btnTestMeClick.tag:=0;
 end

end;


On the if line, I'm getting this error:

unit1.pas(32,6) Error: Wrong number of parameters specified


This is copied almost word for word from the wiki tutorial.

_
To unsubscribe: mail [EMAIL PROTECTED] with
   unsubscribe as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] What's wrong with this code?

2006-05-23 Thread John Meyer

Rob wrote:

Op dinsdag 23 mei 2006 20:23, schreef John Meyer:

begin
   if btnTestMeClick.tag=0 then
  begin
   btnTestMeClick.Caption:='Click me Again';
   btnTestMeClick.tag:=1;
  end else
  begin
   btnTestMeClick.Caption;='Click';
   btnTestMeClick.tag:=0;
  end

end;


On the if line, I'm getting this error:

unit1.pas(32,6) Error: Wrong number of parameters specified




Okay, let me make this a little clearer.

if btnTestMeClick.tag=0 then


This is the line that is causing the error.

_
To unsubscribe: mail [EMAIL PROTECTED] with
   unsubscribe as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] What's wrong with this code?

2006-05-23 Thread John Meyer

Vincent Snijders wrote:


What wiki tutorial, can you give a link? Then we have a complete 
compilable source.


Vincent


http://wiki.lazarus.freepascal.org/index.php/Lazarus_Tutorial

_
To unsubscribe: mail [EMAIL PROTECTED] with
   unsubscribe as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives


[lazarus] Lazarus and MySQL

2006-01-19 Thread John Meyer
Thanks guys, figured it out finally.
BTW, is there an easy way to make a connection to a MySQL server?

_
 To unsubscribe: mail [EMAIL PROTECTED] with
unsubscribe as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives


[lazarus] gtk+-develop problems

2006-01-18 Thread John Meyer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi, I'm trying to install lazarus on my system (OpenSuse 10.0), but I'm
getting a gtk+-develop required.  Where do I get this?
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFDzw60j60GAoLuoDkRAoGPAKChhwqcGR1D3Qj42H8JrNc/sXiq1QCeLy4m
c1HWFUqPbs4QQWda/PiGpNM=
=1R4O
-END PGP SIGNATURE-

_
 To unsubscribe: mail [EMAIL PROTECTED] with
unsubscribe as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives