Re: [Lazarus] Where to download lazarus-2.0.10-fpc-3.2.0-win64.exe?

2020-07-09 Thread Special via lazarus
Am 09.07.2020 um 12:51 schrieb Mattias Gaertner via lazarus: On Thu, 9 Jul 2020 12:48:13 +0200 Joe via lazarus wrote: Hi, I can only download lazarus-2.0.10-fpc-3.2.0-win32.exe

[Lazarus] Sponsored Development: FindFirst with MFT

2020-07-09 Thread Special via lazarus
Hi, we need a unit for Lazarus and Delphi with the procedure FindClose and the functions FindFirst and FindNext. These routines should have the same results and parameters lists as in the Lazarus unit 'fileutilh' and in the Delphi unit 'System.Sysutils'. In contrast to them the new unit shoul

Re: [Lazarus] Proposal: Allow Umlaute and Accented Characters in Identifiers

2020-07-04 Thread Special via lazarus
Am 03.07.2020 um 16:13 schrieb Martin Frb via lazarus: On 03/07/2020 14:55, Péter Gábor via lazarus wrote: Hi! Then you must allow Cyrillic,d Arabic and so Chinese and other national and special characters to be used in identifiers. Worse, the same source may then compile or fail to compile dep

Re: [Lazarus] Proposal: Allow Umlaute and Accented Characters in Identifiers

2020-07-03 Thread Special via lazarus
usion was that it's a bad idea. To keep source codes universally readable and understandable the special and national characters must be avoided in the language itself (and so in identifiers). 2020. 07. 03. 14:09 keltezéssel, Special via lazarus írta: Hi, we have many Delphi programs with i

[Lazarus] Proposal: Allow Umlaute and Accented Characters in Identifiers

2020-07-03 Thread Special via lazarus
Hi, we have many Delphi programs with identifiers containing parts like 'Köln' and 'Liège'. These programs we want to convert to Lazarus. Unfortunately, Lazarus (or FP) seems not to be able to use identifiers with umlaute and accents. Maybe the reason for this could be pure historical and ste

Re: [Lazarus] Wrong Duplicate Identifier error message?

2020-07-02 Thread Special via lazarus
Am 02.07.2020 um 09:17 schrieb Michael Van Canneyt: An object in some way represents a single scope of identifiers. In that sense, it makes sense to forbid duplicates. It's a thin line. In practice, I find that the objfpc mode is less error prone than the Delphi mode. I had some nasty surprise

Re: [Lazarus] Wrong Duplicate Identifier error message?

2020-07-01 Thread Special via lazarus
Am 01.07.2020 um 20:36 schrieb Mattias Gaertner via lazarus: On Wed, 1 Jul 2020 20:15:45 +0200 Special via lazarus wrote: [...] the following unit throws an (I think wrong) compile error "Duplicate identifier 'Connection'". This happens Lazarus with 2.0.8 under Win 1

[Lazarus] Wrong Duplicate Identifier error message?

2020-07-01 Thread Special via lazarus
Hi, the following unit throws an (I think wrong) compile error "Duplicate identifier 'Connection'". This happens Lazarus with 2.0.8 under Win 10 (64). According to Nicklaus Wirth and Kathleen Jensen ('Pascal User Manual and Report') there is no duplicate  identifier in this  unit, since 'Conne

Re: [Lazarus] SQLdb: Pseudo Transaction?

2020-07-01 Thread Special via lazarus
Am 01.07.2020 um 12:54 schrieb Michael Van Canneyt via lazarus: On Wed, 1 Jul 2020, Luca Olivetti via lazarus wrote: El 1/7/20 a les 0:40, R.Smith via lazarus ha escrit: On 2020/06/30 22:52, Special via lazarus wrote: Hi, Ryan, I followed your advice and removed XTransaction and all

Re: [Lazarus] SQLdb: Pseudo Transaction?

2020-06-30 Thread Special via lazarus
Hi, Ryan, I followed your advice and removed XTransaction and all references to it from TestButtonClick. But now I get an exception with the message "Transaction not set". Any hint? Regards --  Joe -- ___ lazarus mailing list lazarus@lists.lazarus-id

Re: [Lazarus] SQLdb: Pseudo Transaction?

2020-06-30 Thread Special via lazarus
Am 30.06.2020 um 01:55 schrieb R.Smith via lazarus: Just remove all the transaction bits of your code, and it should work fine. Ryan, your answer helps a lot; thank you. Another (maybe stupid) question: What exactly is the purpose of a 'transaction'? Do I need it for each SQL statement to be

[Lazarus] SQLdb: Pseudo Transaction?

2020-06-29 Thread Special via lazarus
Hi, I am  using Lazarus 2.0.8, package SQLdb, under Win 10  (64). The following procedure raises an exception with message "TSQLite3Connection: Safety level may not be changed inside a transaction". This is strange, since I think there is no active transition in the moment when the exeption i

Re: [Lazarus] SQLdb Tab lost

2020-06-03 Thread Special via lazarus
Am 30.05.2020 um 21:02 schrieb Juha Manninen via lazarus: On Sat, May 30, 2020 at 1:17 PM Special via lazarus wrote: On a Raspberry Pi 4B 4GB, I installed Lazarus Trunc with fpcupdeluxe. All seemed well, but then I discovered the SQLdb tab is lost. So I cannot compile my SQLite Applications

[Lazarus] SQLdb Tab lost

2020-05-30 Thread Special via lazarus
On a Raspberry Pi 4B 4GB, I installed Lazarus Trunc with fpcupdeluxe. All seemed well, but then I discovered the SQLdb tab is lost. So I cannot compile my SQLite Applications. How to fix? Version # 2.1.0, FPC Version 3.3.1, SVN Revision: 63249.  (Same problem was already on SVN Version 6327).

Re: [Lazarus] Mouse move and mouse click

2016-10-23 Thread Special via Lazarus
Am 24.10.2016 um 00:07 schrieb Larry Dalton via Lazarus: I am trying to compile and use lazmouseandkeyinput.lpk on Linux Mint 17. I open and compile it with no problem, but when I add it to a project and try to build it I get a linking error. Sent from my iPhone What error exactly? -- _