> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Monday, January 28, 2008 02:31
> To: [email protected]
> Subject: [lazarus] How to develop real applications in Lazarus?
> 
> Hi,
> 
> I'm working on Hamradio station logging program in Lazarus
> (http://cqrlog.sourceforge.net/). I started a few months (maybe a year)
> ago in Lazarus 0.9.23 CVS (I don't remember date, I'm on another
> computer). Why this CVS version? Because almost what I need works very
> well. My program use Firebird database (I installed uib components) and
> use telnet connection (Indy 10.2.0.1).
> In this cvs version I developed entire program.
> After release version 0.9.24 I decided to use it instead of 0.9.23 CVS.
> The fist problem was in TLazImage. It was completely rewriten. I have to
> made some changes in my program. Next problem was with
> TColorCombobox.Selection. Newer version has Selected. But it was simply.
> 
> The biggist problem is that program freeze if telnet is connected. Program
> works perfectly about two hours and freeze. Nothing in console, no access
> violation. Just freeze. Program compiled in 0.9.23 CVS works perfectly
> many hours and never freeze.
> 
> I tried latest daily snapshot and program show access violation randomly.
> Nothing in console, no details in access violation window.
> 
> My question is, how to develop real application? Should I still develop
> program with old lazarus version and ignore newer versions? What can I do
> for better compatability with newer versions? I can not rewrite my program
> after every new lazarus release. How do you develop your applications?
> 
> Thanks.
> 
> Petr


Petr

Forget Indy and install the Inet components found in the components folder
and use the TCP component.

I've also been working on a specialized logging program for the TenTen users
and I have been having great success using MySQL.

Jeff Steinkamp - N7YG
Tucson, AZ
SCUD Missile Coordinates
N32-13-55.01 W110-50-51.91
http://www.n7yg.com
Linux User #420428

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

Reply via email to