Re: [Lazarus] How to deploy a Lazarus app for Windows?

2017-04-27 Thread LacaK via Lazarus
I remember using these: http://nsis.sourceforge.net/Main_Page http://www.jrsoftware.org/isinfo.php If you need installer in Microsoft Installation Package format (*.msi) then you can look at WiX toolset: http://wixtoolset.org and WixEdit: http://wixedit.sourceforge.net/ -Laco. -- ___

Re: [Lazarus] IDE complains about missing Register procedure. [SOLVED]

2017-04-27 Thread Donald Ziesig via Lazarus
On 04/27/2017 05:52 PM, Donald Ziesig via Lazarus wrote: Well, I found a bug in Lazarus 1.9 that I thought went away with Lazarus 1.2. It is not a bug in the code, just a very obscure and not well documented checkbox that only appears when the particular file is selected in the Package dial

Re: [Lazarus] How to deploy a Lazarus app for Windows?

2017-04-27 Thread hfiandor via Lazarus
Dear Giuliano: When I finisf the design phase, I copy the executable and the auxiliary files in other folder: "executable". Then I compress in a winrar, and in a self-extracting winrar. When deploy, I instruct the user to create/open the new folder "executable", copy the self-extracting and ex

Re: [Lazarus] How to deploy a Lazarus app for Windows?

2017-04-27 Thread Giuliano Colla via Lazarus
Il 28/04/2017 00:55, Leonardo M. Ramé via Lazarus ha scritto: I remember using these: http://nsis.sourceforge.net/Main_Page http://www.jrsoftware.org/isinfo.php Many thanks to you and to Ondrej. Giuliano -- ___ Lazarus mailing list Lazarus@lists.l

Re: [Lazarus] How to deploy a Lazarus app for Windows?

2017-04-27 Thread Ondrej Pokorny via Lazarus
On 28.04.2017 0:46, Giuliano Colla via Lazarus wrote: I have no idea of where to start from, in order to create a setup.exe which will take advantage of the Windows installer. Try InnoSetup. AFAIK Lazarus IDE setup is built with it as well. Ondrej -- ___

Re: [Lazarus] How to deploy a Lazarus app for Windows?

2017-04-27 Thread Leonardo M. Ramé via Lazarus
El 27/04/17 a las 19:46, Giuliano Colla via Lazarus escribió: Hi all, I have no experience at all on deploying Lazarus app for Windows, because up to now I have always addressed to Linux platform. The few Windows Now I need to deploy an application for Windows, which requires not only the e

[Lazarus] How to deploy a Lazarus app for Windows?

2017-04-27 Thread Giuliano Colla via Lazarus
Hi all, I have no experience at all on deploying Lazarus app for Windows, because up to now I have always addressed to Linux platform. The few Windows Now I need to deploy an application for Windows, which requires not only the executable, but also some auxiliary files. It would be nice to p

[Lazarus] IDE complains about missing Register procedure.

2017-04-27 Thread Donald Ziesig via Lazarus
Well, I found a bug in Lazarus 1.9 that I thought went away with Lazarus 1.2. I am in the process of refactoring the code from libraries I created in Delphi back in the early 1990's (I learned a lot since then :-D). I created a package, and copied a previously working component's .pas file i

Re: [Lazarus] Lazarus 1.9 ???

2017-04-27 Thread Mattias Gaertner via Lazarus
On Thu, 27 Apr 2017 15:38:46 -0400 Donald Ziesig via Lazarus wrote: > Hi All! > > I have been using Lazarus 1.7 with fpc 3.0.0 since February with > excellent results (until Tuesday). Somehow, I managed to corrupt that > installation (spent the last two days trying to isolate newly appearing

Re: [Lazarus] LCL Grids: AscImageIndex/DescImageIndex

2017-04-27 Thread Werner Pamler via Lazarus
Am 27.04.2017 um 16:48 schrieb Alexey via Lazarus: I like when props almost sorted by name. AscII / DescII will be not sorted, other props will mess it. So suggestion: names - SortAscImageIndex, SortDescImageIndex or - ImageIndexSortAsc, ImageIndexSortDesc Yes, this makes sense. Renamed to Ima

[Lazarus] Lazarus 1.9 ???

2017-04-27 Thread Donald Ziesig via Lazarus
Hi All! I have been using Lazarus 1.7 with fpc 3.0.0 since February with excellent results (until Tuesday). Somehow, I managed to corrupt that installation (spent the last two days trying to isolate newly appearing Segfaults in the IDE which occurred when I tried to install components). Not

Re: [Lazarus] TTimer(s) & strange resize/move form interaction in Win10 with Win32 application ?

2017-04-27 Thread Lukasz Sokol via Lazarus
Hmm it must have been some weird timing issue... i have it recompiled (on winxp) with external debug symbols, and I copy the exe (without debug symbols) to win10 machine and this behavior does not occur any more -L. -- ___ Lazarus mailing list La

[Lazarus] LCL Grids: AscImageIndex/DescImageIndex

2017-04-27 Thread Alexey via Lazarus
I like when props almost sorted by name. AscII / DescII will be not sorted, other props will mess it. So suggestion: names - SortAscImageIndex, SortDescImageIndex or - ImageIndexSortAsc, ImageIndexSortDesc -- Regards, Alexey -- ___ Lazarus mailing

[Lazarus] TTimer(s) & strange resize/move form interaction in Win10 with Win32 application ?

2017-04-27 Thread Lukasz Sokol via Lazarus
I have a Win32 application that I compile either on Lazarus 1.4.4 r49931 FPC 2.6.4 i386-win32-win32/win64 (under WinXP SP3) Lazarus 1.6.2 r53354 FPC 3.0.0 x86_64-win64-win32/win64 (under Win10) (actually also downloaded fpc-3.0.2.i386-win32.exe from Hungarian mirror (as of 27/04/2017 ~12:00 G