Re: [lazarus] tiOPF2 and Lazarus

2006-04-20 Thread Bogusław Brandys
Graeme Geldenhuys wrote: Is tiOPF2 really available for Lazarus (and stable enought)? Stable enough for Master Maths to give the go-ahead on rewriting their v3 flagship product using it! Before porting it to FPC/Lazarus, I ported it to Kylix and used it for the last 2 years without issues. It

Re: [lazarus] x86_64-win46

2006-04-20 Thread Vincent Snijders
Armin Diehl schreef: Another question: does the current win32 lazarus snapshot already contain the internal linker (compiling time 2.34 sec.)? This is containted in the FreePascal snapshot, the lazarus snapshot does not contain the compiler (you have to define INTERNALLINKER when compiling

[lazarus] Re: Re: Re: wince interfaces patch

2006-04-20 Thread roozbeh gholizadeh
On Fri, 21 Apr 2006 00:35:08 +0330, Marc Weustink <[EMAIL PROTECTED]> wrote: I've had a look and I've 2 questions. WM_CLOSE: Begin - if (Window = TWinCEWidgetSet(WidgetSet).AppHandle) and -(Application.MainForm <> nil) then +// if (Window = TWinCEWidgetSet(WidgetSet

Re: [lazarus] x86_64-win46

2006-04-20 Thread Armin Diehl
Another question: does the current win32 lazarus snapshot already contain the internal linker (compiling time 2.34 sec.)? This is containted in the FreePascal snapshot, the lazarus snapshot does not contain the compiler (you have to define INTERNALLINKER when compiling the compiler) __

Re: [lazarus] x86_64-win46

2006-04-20 Thread L505
> Another question: does the current win32 lazarus snapshot already > contain the internal linker (compiling time 2.34 sec.)? Can't answer your question, but I noticed that the compilation time includes linking time so it should really be called "compiled and linked in X.X seconds" since we do

Re: [lazarus] Re: Re: wince interfaces patch

2006-04-20 Thread Felipe Monteiro de Carvalho
On 4/20/06, roozbeh gholizadeh <[EMAIL PROTECTED]> wrote: > Nobody liked my patch?why it is'nt applied? Oh, absolutely, it's not about that. Patches take some time to be applied because of the limited time the core developers have. In this particular case it will be interresting to discuss the pa

Re: [lazarus] Lazarus and OCX

2006-04-20 Thread Felipe Monteiro de Carvalho
On 4/20/06, Graeme Geldenhuys <[EMAIL PROTECTED]> wrote: > Luckily for you, I open-sourced the project a few weeks back in the > hopes that someone might help with the Linux support. ;-) Just some thoughts: - It would be nice if you could add some information about this on Lazarus wiki (sorry if

Re: tiOPF wiki page (was Re: [lazarus] FPC question)

2006-04-20 Thread Graeme Geldenhuys
> I added a link here: > http://wiki.lazarus.freepascal.org/index.php/Components_and_Code_examples#Databases > > Feel free the change the name of the link. Then click on it, the wiki > sees the page does not exist and you can start edit the empty page. > > Vincent. Okay, I added the content to the

Re: [lazarus] x86_64-win46

2006-04-20 Thread rstar
Florian Klaempfl wrote: As you might have seen on the fpc mailing list, I built a win64 snapshot. I want to make the necessary patches for lazarus now, however, there are several open questions. There are a lot of defines for win32. The proper solution would be probably to change them to ifdef m

Re: [lazarus] Re: Re: wince interfaces patch

2006-04-20 Thread Marc Weustink
roozbeh gholizadeh wrote: On Wed, 19 Apr 2006 12:54:50 +0330, Micha Nelissen <[EMAIL PROTECTED]> wrote: roozbeh gholizadeh wrote: On Wed, 19 Apr 2006 12:37:36 +0330, roozbeh gholizadeh <[EMAIL PROTECTED]> wrote: This patch fixes some bugs,button captions are working now,tstatictext is

Re: [lazarus] x86_64-win46

2006-04-20 Thread Marc Weustink
Florian Klaempfl wrote: As you might have seen on the fpc mailing list, I built a win64 snapshot. I want to make the necessary patches for lazarus now, however, there are several open questions. There are a lot of defines for win32. The proper solution would be probably to change them to ifdef m

Re: [lazarus] tiOPF2 and Lazarus

2006-04-20 Thread Graeme Geldenhuys
> Is tiOPF2 really available for Lazarus (and stable enought)? Stable enough for Master Maths to give the go-ahead on rewriting their v3 flagship product using it! Before porting it to FPC/Lazarus, I ported it to Kylix and used it for the last 2 years without issues. It also gets put though its

Re: [lazarus] Error at project open

2006-04-20 Thread Mattias Gaertner
On Thu, 20 Apr 2006 15:36:50 -0300 Arí Ricardo Ody <[EMAIL PROTECTED]> wrote: > When I double-click over the .lpi > file I receive "unable to read the project info > file" and the path and the name of the lpi file > in adialog box. (When I click OK in the dialog > box the lazarus source edit w

[lazarus] Error at project open

2006-04-20 Thread Arí Ricardo Ody
When I double-click over the .lpi file I receive "unable to read the project info file" and the path and the name of the lpi file in adialog box. (When I click OK in the dialog box the lazarus source edit window appears empty) Would I lost my whole project(and code)??? Is there any way of sa

[lazarus] [patch] Transparent now work in tSpeedButton

2006-04-20 Thread darekm
HI this patch is bugfix for setTransparent second: added Color property for tSpeedButton and tBitBtn Darek Index: include/speedbutton.inc === --- include/speedbutton.inc (wersja 9149) +++ include/speedbutton.inc (kopia ro

[lazarus] x86_64-win46

2006-04-20 Thread Florian Klaempfl
As you might have seen on the fpc mailing list, I built a win64 snapshot. I want to make the necessary patches for lazarus now, however, there are several open questions. There are a lot of defines for win32. The proper solution would be probably to change them to ifdef mswindows. mswindows is def

[lazarus] tiOPF2 and Lazarus

2006-04-20 Thread Bogusław Brandys
Hi, I have two questions (mostly to Graeme). Is tiOPF2 really available for Lazarus (and stable enought)? How hard is to create new persistant layer for tiOPF2 ? I need one for Firebird using UIB2 but it seems to not exists currently. Regards Bogusław Brandys

tiOPF wiki page (was Re: [lazarus] FPC question)

2006-04-20 Thread Vincent Snijders
Graeme Geldenhuys wrote: On 20/04/06, Vincent Snijders <[EMAIL PROTECTED]> wrote: Maybe we can work on wiki description page too, like http://wiki.lazarus.freepascal.org/index.php/TAChart Vincent I was just looking at those pages. I don't know how to create/start a new wiki page, only edit

Re: [lazarus] FPC question

2006-04-20 Thread Tony Maro
Graeme Geldenhuys wrote: > I was just looking at those pages. I don't know how to create/start a > new wiki page, only edit current ones. Do you need special > permissions to create new pages, if so could you create a > blank/template page, and I will fill in the rest. (or I'll start > reading th

Re: [lazarus] FPC question

2006-04-20 Thread Graeme Geldenhuys
On 20/04/06, Vincent Snijders <[EMAIL PROTECTED]> wrote: > Maybe we can work on wiki description page too, like > http://wiki.lazarus.freepascal.org/index.php/TAChart > > Vincent I was just looking at those pages. I don't know how to create/start a new wiki page, only edit current ones. Do you n

Re: [lazarus] FPC question

2006-04-20 Thread Alexandre Leclerc
2006/4/20, Graeme Geldenhuys <[EMAIL PROTECTED]>: > On 20/04/06, Vincent Snijders <[EMAIL PROTECTED]> wrote: > > Can you create a source zip for upload to lazarus-ccr? > > Then it can be mentioned on > > http://wiki.lazarus.freepascal.org/index.php/Components_and_Code_examples > > > > Vincent. > >

Re: [lazarus] FPC question

2006-04-20 Thread Vincent Snijders
Graeme Geldenhuys wrote: On 20/04/06, Vincent Snijders <[EMAIL PROTECTED]> wrote: Can you create a source zip for upload to lazarus-ccr? Then it can be mentioned on http://wiki.lazarus.freepascal.org/index.php/Components_and_Code_examples Vincent. No problem. An official v2 release is due

Re: [lazarus] FPC question

2006-04-20 Thread Graeme Geldenhuys
On 20/04/06, Vincent Snijders <[EMAIL PROTECTED]> wrote: > Can you create a source zip for upload to lazarus-ccr? > Then it can be mentioned on > http://wiki.lazarus.freepascal.org/index.php/Components_and_Code_examples > > Vincent. No problem. An official v2 release is due any time now, but in

Re: [lazarus] FPC question

2006-04-20 Thread Vincent Snijders
Graeme Geldenhuys wrote: Hi John, Maybe you should look at using a OPF (Object Persistent Framework) to solve your transaction issues, as well as lookups etc... I have ported the TechInsite tiOPF version 2 to Free Pascal and have been using it with Lazarus in a commercial environment for the la

Re: [lazarus] FPC question

2006-04-20 Thread Graeme Geldenhuys
The tiOPF is a open-source project for a few years now. As Michael said, Version 2 is in SubVersion. The SubVersion address is: http://tiopf.techinsite.com.au/svn/tiOPF2/Trunk Daily builds can be downloaded from: http://tiopf.techinsite.com.au/DailyBuild/Index.html tiOPF Support by news gro

Re: [lazarus] FPC question

2006-04-20 Thread Michael Van Canneyt
On Thu, 20 Apr 2006, Alexander Todorov wrote: On 4/20/06, Graeme Geldenhuys <[EMAIL PROTECTED]> wrote: I have ported the TechInsite tiOPF version 2 to Free Pascal and have been using it with Lazarus in a commercial environment for the last 8 months with great success. Is this one free / ope

Re: [lazarus] FPC question

2006-04-20 Thread Alexander Todorov
On 4/20/06, Graeme Geldenhuys <[EMAIL PROTECTED]> wrote: > I have > ported the TechInsite tiOPF version 2 to Free Pascal and have been > using it with Lazarus in a commercial environment for the last 8 > months with great success. Is this one free / open source or you have a commercial license and

[lazarus] Re: Re: wince interfaces patch

2006-04-20 Thread roozbeh gholizadeh
On Wed, 19 Apr 2006 12:54:50 +0330, Micha Nelissen <[EMAIL PROTECTED]> wrote: roozbeh gholizadeh wrote: On Wed, 19 Apr 2006 12:37:36 +0330, roozbeh gholizadeh <[EMAIL PROTECTED]> wrote: This patch fixes some bugs,button captions are working now,tstatictext is also working! well saw o

Re: [lazarus] Lazarus and OCX

2006-04-20 Thread Graeme Geldenhuys
We just went through this same process. We converted a Delphi app using the Adobe and Flash OCX's to Lazarus. To make it cross-platform, we borrowed the functionality used in the Mozilla/Gecko browsers. Browser plugins! I created a component called the Mozilla Plugin Panel. It allows you to (th

Re: [lazarus] FPC question

2006-04-20 Thread Graeme Geldenhuys
Hi John, Maybe you should look at using a OPF (Object Persistent Framework) to solve your transaction issues, as well as lookups etc... I have ported the TechInsite tiOPF version 2 to Free Pascal and have been using it with Lazarus in a commercial environment for the last 8 months with great succ