Re: [lazarus] Lazarus FPC svn development or stable?

2006-07-22 Thread Florian Klaempfl
Nataraj S Narayan wrote: Hi The following means i am using fpc 2.1.1 ? Just today I have got a decently working Form using TMySQL41Connection and TSQLQuery and DBGrid. I dont want to disturb this until I finish off this app. Should I keep updating the SVN? Write down the svn revision

Re: [lazarus] SynEdit + Unihighlighter (must have fixed caps problem)

2006-07-22 Thread Mattias Gaertner
On Fri, 21 Jul 2006 20:21:57 -0400 Alexandre Leclerc [EMAIL PROTECTED] wrote: 2006/7/21, George Birbilis [EMAIL PROTECTED]: Not sure how to make a patch btw, is there some builtin tool at lazarus to make Diffs or similar? Or does one use TortoiseCVS menu to do the Diff? Yes, use

RE: Who is the PascalScript maintainer for lazarus?

2006-07-22 Thread George Birbilis
It will only work for Intel 32-bit since it uses assembler instructions at some parts. BTW, I though FPC assembler isn't compatible with Delphi one, That's a wrong though ;) Almost all inline assembler written for delphi works with fpc. I'm sure I read that thing the other day: I think

RE: [lazarus] SynEdit + Unihighlighter (must have fixed caps problem)

2006-07-22 Thread George Birbilis
(i.e. does the original project now support FPC compiler and lazarus) The FPC compiler: Yes, of course Lazarus: I don't know. Since it's a VCL control how can this be? Is there other VCL library for FPC too? George Birbilis ([EMAIL PROTECTED]) Microsoft MVP J# for

RE: [lazarus] SynEdit + Unihighlighter (must have fixed caps problem)

2006-07-22 Thread George Birbilis
Not sure how to make a patch btw, is there some builtin tool at lazarus to make Diffs or similar? Or does one use TortoiseCVS menu to do the Diff? Yes, use TortoiseSVN diff tool. Question about SynEdit: I know the lazarus version is a very customized one from old source... Will it be

RE: [lazarus] Question of feature: code browser

2006-07-22 Thread George Birbilis
and also working on another feature: there is 'find declaration' but 'find implementation' is missing...) Do you mean Ctrl+Shift+Up ? Maybe they mean at some popup menu? BTW, Delphi7 doesn't have find implementation I think but only find declaration (quite annoying, don't suppose there's

Re: [lazarus] SynEdit + Unihighlighter (must have fixed caps problem)

2006-07-22 Thread Mattias Gaertner
On Sat, 22 Jul 2006 13:10:23 +0300 George Birbilis [EMAIL PROTECTED] wrote: (i.e. does the original project now support FPC compiler and lazarus) The FPC compiler: Yes, of course Lazarus: I don't know. Since it's a VCL control how can this be? Is there other VCL library for FPC

Re: [lazarus] Question of feature: code browser

2006-07-22 Thread Burkhard Carstens
Am Samstag, 22. Juli 2006 12:16 schrieb George Birbilis: and also working on another feature: there is 'find declaration' but 'find implementation' is missing...) Do you mean Ctrl+Shift+Up ? Maybe they mean at some popup menu? BTW, Delphi7 doesn't have find implementation I think

Re: [lazarus] Save error: unable to create stream Form1:TForm. Access violation

2006-07-22 Thread Michael Van Canneyt
On Sat, 22 Jul 2006, Mattias Gaertner wrote: // Delphi still cannot handle wide strings properly while streaming Filer.DefineProperty('WideDefaultText', @ReadText, @WriteText, FDefaultText 'Node'); The FCL TWriter has a problem too: It refuses to write empty widestrings. This is

RE: Who is the PascalScript maintainer for lazarus?

2006-07-22 Thread Michael Van Canneyt
On Sat, 22 Jul 2006, George Birbilis wrote: It will only work for Intel 32-bit since it uses assembler instructions at some parts. BTW, I though FPC assembler isn't compatible with Delphi one, That's a wrong though ;) Almost all inline assembler written for delphi works with fpc.

Re: [lazarus] SynEdit + Unihighlighter (must have fixed caps problem)

2006-07-22 Thread Michael Van Canneyt
On Sat, 22 Jul 2006, Mattias Gaertner wrote: On Sat, 22 Jul 2006 13:10:23 +0300 George Birbilis [EMAIL PROTECTED] wrote: (i.e. does the original project now support FPC compiler and lazarus) The FPC compiler: Yes, of course Lazarus: I don't know. Since it's a VCL

Re: [lazarus] Question of feature: code browser

2006-07-22 Thread Mattias Gaertner
On Sat, 22 Jul 2006 13:16:13 +0300 George Birbilis [EMAIL PROTECTED] wrote: and also working on another feature: there is 'find declaration' but 'find implementation' is missing...) Do you mean Ctrl+Shift+Up ? Maybe they mean at some popup menu? BTW, Delphi7 doesn't have find

Re: [lazarus] SynEdit + Unihighlighter (must have fixed caps problem)

2006-07-22 Thread Darius Blaszijk
The next generation SynEdit component seems to be unisynedit (http://mh-nexus.de/unisynedit.htm). I have never used it though so I can't comment on how useable it is. Darius - Original Message - From: George Birbilis [EMAIL PROTECTED] To: lazarus@miraclec.com Sent: Saturday, July

Re: [lazarus] Question of feature: code browser

2006-07-22 Thread Michael Van Canneyt
On Sat, 22 Jul 2006, Mattias Gaertner wrote: On Sat, 22 Jul 2006 13:16:13 +0300 George Birbilis [EMAIL PROTECTED] wrote: and also working on another feature: there is 'find declaration' but 'find implementation' is missing...) Do you mean Ctrl+Shift+Up ? Maybe they

Re: [lazarus] Save error: unable to create stream Form1:TForm. Access violation

2006-07-22 Thread Mattias Gaertner
On Sat, 22 Jul 2006 12:35:58 +0200 (CEST) Michael Van Canneyt [EMAIL PROTECTED] wrote: On Sat, 22 Jul 2006, Mattias Gaertner wrote: // Delphi still cannot handle wide strings properly while streaming Filer.DefineProperty('WideDefaultText', @ReadText, @WriteText, FDefaultText

Re: [lazarus] Question of feature: code browser

2006-07-22 Thread Mattias Gaertner
On Sat, 22 Jul 2006 12:47:32 +0200 (CEST) Michael Van Canneyt [EMAIL PROTECTED] wrote: On Sat, 22 Jul 2006, Mattias Gaertner wrote: On Sat, 22 Jul 2006 13:16:13 +0300 George Birbilis [EMAIL PROTECTED] wrote: and also working on another feature: there is 'find declaration'

Re: [lazarus] SynEdit + Unihighlighter (must have fixed caps problem)

2006-07-22 Thread Mattias Gaertner
On Sat, 22 Jul 2006 13:10:23 +0300 George Birbilis [EMAIL PROTECTED] wrote: Not sure how to make a patch btw, is there some builtin tool at lazarus to make Diffs or similar? Or does one use TortoiseCVS menu to do the Diff? Yes, use TortoiseSVN diff tool. Question about SynEdit: I

[lazarus] IDE menu text colour wrong

2006-07-22 Thread Mark Morgan Lloyd
I've just installed 0.9.16 onto NT4 SP6a, and there appears to be a minor problem: the text in the main title bar (i.e. above the component tabs etc.) is erratic and there is no text at all on the main menu or any drop-down menus. I've tried changing the menu background colour to no effect (i.e.

Re: [lazarus] Question of feature: code browser

2006-07-22 Thread Michael Van Canneyt
On Sat, 22 Jul 2006, Mattias Gaertner wrote: On Sat, 22 Jul 2006 12:47:32 +0200 (CEST) Michael Van Canneyt [EMAIL PROTECTED] wrote: On Sat, 22 Jul 2006, Mattias Gaertner wrote: On Sat, 22 Jul 2006 13:16:13 +0300 George Birbilis [EMAIL PROTECTED] wrote: and also

Re: [lazarus] IDE menu text colour wrong

2006-07-22 Thread Martin Smat
Mark Morgan Lloyd wrote: I've just installed 0.9.16 onto NT4 SP6a, and there appears to be a minor problem: the text in the main title bar (i.e. above the component tabs etc.) is erratic and there is no text at all on the main menu or any drop-down menus. I've tried changing the menu background

Re: [lazarus] Save error: unable to create stream Form1:TForm. Access violation

2006-07-22 Thread Michael Van Canneyt
On Sat, 22 Jul 2006, Mattias Gaertner wrote: On Sat, 22 Jul 2006 12:35:58 +0200 (CEST) Michael Van Canneyt [EMAIL PROTECTED] wrote: On Sat, 22 Jul 2006, Mattias Gaertner wrote: // Delphi still cannot handle wide strings properly while streaming

Re: Who is the PascalScript maintainer for lazarus?

2006-07-22 Thread Florian Klaempfl
Michael Van Canneyt wrote: I think Carlo said sometime ago on the ROPS newsgroup that assembler is used mostly for maintaining the call stack. In fact I don't think anything done using assembler can't be done with normal Pascal code (if necessery it can call into a unit of low-level primitives

Re: [lazarus] Save error: unable to create stream Form1:TForm. Access violation

2006-07-22 Thread Mattias Gaertner
On Sat, 22 Jul 2006 13:20:45 +0200 (CEST) Michael Van Canneyt [EMAIL PROTECTED] wrote: On Sat, 22 Jul 2006, Mattias Gaertner wrote: On Sat, 22 Jul 2006 12:35:58 +0200 (CEST) Michael Van Canneyt [EMAIL PROTECTED] wrote: On Sat, 22 Jul 2006, Mattias Gaertner wrote:

Re: [lazarus] IDE menu text colour wrong

2006-07-22 Thread Mark Morgan Lloyd
Martin Smat wrote: Could you install the latest version 0.9.17 and check with it? Some changes were done between 0.9.16 and current 0.9.17 in the menu drawing code. Can somebody point me at a binary? Alternatively what do I need to build it- FPC 2.0.2a plus the Lazarus source RPM? I'm afraid

Re: [lazarus] Question of feature: code browser

2006-07-22 Thread Mattias Gaertner
On Sat, 22 Jul 2006 13:21:42 +0200 (CEST) Michael Van Canneyt [EMAIL PROTECTED] wrote: On Sat, 22 Jul 2006, Mattias Gaertner wrote: On Sat, 22 Jul 2006 12:47:32 +0200 (CEST) Michael Van Canneyt [EMAIL PROTECTED] wrote: On Sat, 22 Jul 2006, Mattias Gaertner wrote:

Re: [lazarus] IDE menu text colour wrong

2006-07-22 Thread Martin Smat
Mark Morgan Lloyd wrote: Martin Smat wrote: Could you install the latest version 0.9.17 and check with it? Some changes were done between 0.9.16 and current 0.9.17 in the menu drawing code. Can somebody point me at a binary? Alternatively what do I need to build it- FPC 2.0.2a plus

Re: [lazarus] Question of feature: code browser

2006-07-22 Thread Michael Van Canneyt
On Sat, 22 Jul 2006, Mattias Gaertner wrote: On Sat, 22 Jul 2006, Mattias Gaertner wrote: On Sat, 22 Jul 2006 13:16:13 +0300 George Birbilis [EMAIL PROTECTED] wrote: and also working on another feature: there is 'find declaration' but 'find

Re: [lazarus] Save error: unable to create stream Form1:TForm. Access violation

2006-07-22 Thread Michael Van Canneyt
On Sat, 22 Jul 2006, Mattias Gaertner wrote: On Sat, 22 Jul 2006 13:20:45 +0200 (CEST) Michael Van Canneyt [EMAIL PROTECTED] wrote: On Sat, 22 Jul 2006, Mattias Gaertner wrote: On Sat, 22 Jul 2006 12:35:58 +0200 (CEST) Michael Van Canneyt [EMAIL PROTECTED] wrote:

RE: Who is the PascalScript maintainer for lazarus?

2006-07-22 Thread George Birbilis
I think Carlo said sometime ago on the ROPS newsgroup that assembler is used mostly for maintaining the call stack. In fact I don't think anything done using assembler can't be done with normal Pascal code (if necessery it can call into a unit of low-level primitives that will be

Re: [lazarus] Save error: unable to create stream Form1:TForm. Access violation

2006-07-22 Thread Mattias Gaertner
On Sat, 22 Jul 2006 14:52:01 +0200 (CEST) Michael Van Canneyt [EMAIL PROTECTED] wrote: On Sat, 22 Jul 2006, Mattias Gaertner wrote: On Sat, 22 Jul 2006 13:20:45 +0200 (CEST) Michael Van Canneyt [EMAIL PROTECTED] wrote: On Sat, 22 Jul 2006, Mattias Gaertner wrote:

Re: [lazarus] IDE menu text colour wrong

2006-07-22 Thread Mark Morgan Lloyd
Martin Smat wrote: You don't need the sources from SVN repository. Lazarus has daily snapshots. You can download it from ftp://ftp.hu.freepascal.org/pub/lazarus/Lazarus-0.9.17-20060720-win32.exe I never used this snapshots but I hope they are working just fine. Thanks, I'll try that out

RE: [lazarus] SynEdit + Unihighlighter (must have fixed caps problem)

2006-07-22 Thread George Birbilis
Indeed, that page has recent date at its end, but it seems the non-Unicode (ANSI) SynEdit is updates as well at synedit.sf.net (see Downloads section for 2.0.3 stable release). The problem seems to be that the news section at the home page of synedit.sf.net is VERY VERY old and makes one believe

Re: [lazarus] SQLDb,Mysql and TTable component

2006-07-22 Thread Joost van der Sluis
I gave an SQLQuery2 with SQL = 'select * from purchdtemp' I mapped its datasource to a dbgrid. But the dbgrid acts 'read only' now. This is a temporary table I which I used in Delphi for keying in Purchase order details. Then, I write the data from this table to actual 'purchorderdetails',

[lazarus] FP/Lazarus for production use

2006-07-22 Thread Lars Eriksen
Hello! I am considering using FP/Lazarus for an end-user GUI application project that runs on Windows. It would be highly appreciated if you could answer any of the following questions: 1. Is FP stable enough for production use (= are there any limitations that could make it less than

Re: [lazarus] FP/Lazarus for production use

2006-07-22 Thread Michael Van Canneyt
On Sat, 22 Jul 2006, Lars Eriksen wrote: Hello! I am considering using FP/Lazarus for an end-user GUI application project that runs on Windows. It would be highly appreciated if you could answer any of the following questions: 1. Is FP stable enough for production use (= are there

Re: [lazarus] FP/Lazarus for production use

2006-07-22 Thread Lepidosteus
6. What is the smallest executable size of a FP/Lazarus Win32 GUI app? 8.12 MB after compilation, 1.45 MB after stripping (this really should be done by lazarus), 408 KB using upx (exe packer, not everyone likes that). -- Lepidosteus http://lepidosteus.com

Re: [lazarus] FP/Lazarus for production use

2006-07-22 Thread Felipe Monteiro de Carvalho
On 7/22/06, Lars Eriksen [EMAIL PROTECTED] wrote: 5. What is the smallest executable size of a pure FP Win32 console app? I think it´s about 30kb. More detailed information here: http://www.freepascal.org/wiki/index.php/Size_Matters 6. What is the smallest executable size of a FP/Lazarus

Re: [lazarus] FP/Lazarus for production use

2006-07-22 Thread Lars Eriksen
Thank you very much for your answers. Very, very impressive! _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

Re: [lazarus] SQLDb,Mysql and TTable component

2006-07-22 Thread johnf
I have not seen your code but in general the idea of a temporary table to update a permanent table is not the normal way to use SQL.  When you start adding data to a table from the program it will not be written until you 'commit'.  Therefore, appending or any changes to a table can be

Re: [lazarus] FP/Lazarus for production use

2006-07-22 Thread Johannes Nohl
Also I'm not planning to do any production use, the more interesting question - out of my view - is the legal issue. Technical things you can try... What do the licences of FP and Lazarus mean for a program? For example can I sell a program written with lazarus/FP? Do I have to publish the

Re: [lazarus] FP/Lazarus for production use

2006-07-22 Thread Florian Klaempfl
Johannes Nohl wrote: Also I'm not planning to do any production use, the more interesting question - out of my view - is the legal issue. Technical things you can try... What do the licences of FP and Lazarus mean for a program? For example can I sell a program written with lazarus/FP? Do

Re: [lazarus] IDE menu text colour wrong

2006-07-22 Thread Mark Morgan Lloyd
Martin Smat wrote: You don't need the sources from SVN repository. Lazarus has daily snapshots. You can download it from ftp://ftp.hu.freepascal.org/pub/lazarus/Lazarus-0.9.17-20060720-win32.exe I never used this snapshots but I hope they are working just fine. The snapshot downloads and

Re: [lazarus] IDE menu text colour wrong

2006-07-22 Thread Martin Smat
Mark Morgan Lloyd wrote: The snapshot downloads and runs fine. Unfortunately none of the menu items do anything. To clarify: in .16 the text in the title bar was erratic and I couldn't see any menu text, but Restart and Quit were in the expected places and worked. In .17-20060720 the title bar

Re: [lazarus] IDE menu text colour wrong

2006-07-22 Thread Mark Morgan Lloyd
Martin Smat wrote: If I understand it well, you can now see all menus, submenus and the menu items but after selecting the item it does not process any action? Then there must be also some message processing problem. I will take a look on it if I find something. 'Fraid so. Context

[lazarus] lazarus won't work as user

2006-07-22 Thread J.L. Blom
I have some problems with lazarus 0.9.17-beta which is used with fpc 2.1.1-20060702-x86_64. System: AMD64 1 GB sufficient diskspace, linux 2.6.17-1.2157_FC5. I have installed lazarus as root. 1. I can load and run an example (addressbook), however, only when I start lazarus as root. In an

Re: [lazarus] SynEdit + Unihighlighter (must have fixed caps problem)

2006-07-22 Thread Alexander Klenin
On 7/22/06, George Birbilis [EMAIL PROTECTED] wrote: I haven't tried SynEdit 2.x and the new Unihighlighter yet, but sometime in the future when I do, I'll see what it takes to port the to Lazarus (seeing what changes had been done to old SynEdit to port it) Does that mean that there is no