Re: [Lazarus] How to build FPC/Lazarus from sources on Windows?

2018-11-08 Thread coppolastudio via lazarus
Although i never used it https://www.getlazarus.org didn't work anymore? Salvatore Inviato tramite il client di Posta WPSIl 08/nov/2018 13:34, "Marcos Douglas B. Santos via lazarus" ha scritto:On Thu, Nov 8, 2018 at 10:23 AM Bo Berglund via lazarus wrote: > > On Wed

Re: [Lazarus] Windows 10 execution problem for my application...

2018-01-20 Thread coppolastudio via Lazarus
Your program is using  special Windows folder like c:\programs\yourfolder ti store\update files such as ini files? In that case if you dont have UAC disabled you got the problem. Use local appdata directory instead, Salvatore Inviato tramite il client di Posta WPSIl 20/gen/2018 01:23, Bo Berglund

Re: [Lazarus] How to strip debug symbols from exe file?

2017-12-31 Thread coppolastudio via Lazarus
upx zip the executable. about false positves I never got this troubles with my few files and free av like Avira or AVG, regards Inviato tramite il client di Posta WPSIl Graeme Geldenhuys via Lazarus , 30/dic/2017 08:28 PM ha scritto:On 2017-12-30 15:16, coppolastudio via Lazarus wrote

Re: [Lazarus] How to strip debug symbols from exe file?

2017-12-30 Thread coppolastudio via Lazarus
furthermore you can pack the executable with upx Inviato tramite il client di Posta WPSIl Bo Berglund via Lazarus , 30/dic/2017 12:57 PM ha scritto:On Sat, 30 Dec 2017 13:34:41 +0200, Juha Manninen via Lazarus wrote: >How is svn import related to compiled binary siz

Re: [Lazarus] Lazarus Release 1.8

2017-12-15 Thread coppolastudio via Lazarus
try to check the case of your .res files Inviato tramite il client di Posta WPSIl Andrea Mauri via Lazarus , 15/dic/2017 08:33 AM ha scritto:Anyone has suggestions? Il 13/12/2017 12:44, Andrea Mauri ha scritto: > I am trying to update to lazarus 1.8 on my OSX (I was using 1.6.4). > I downloaded an

Re: [Lazarus] Who is using Object Pascal in production?

2017-10-27 Thread coppolastudio via Lazarus
I done some applications with Lazarus-FPC to simplifing my job and about new developpers the key is the School e the University where I got Pascal. Another interesting things to assess healt status of Pasca/Lazarus community could be the age of all' of you. I'm 48 years old Inviato tramite il clie

Re: [Lazarus] TFilenameedit onchange osx

2017-08-25 Thread coppolastudio via Lazarus
Inviato tramite il client di Posta WPSIl 25/ago/2017 19:15, Juha Manninen via Lazarus ha scritto:On Fri, Aug 25, 2017 at 1:29 PM, Andrea Mauri via Lazarus wrote: > I would. But I think that is out of my skills. Where should I look? Any > starting point? I don't kn

Re: [Lazarus] quitar foco a un componente get off focus

2017-07-10 Thread coppolastudio via Lazarus
You can change focus to another control (tcontrol.setfocus) Inviato tramite il client di Posta WPSIl 08/lug/2017 11:25 PM, hfiandor via Lazarus ha scritto: Dear colleagues Estimados listeros: I have a form with a button that get focus to make easy the action. When the action is finished, the but

Re: [Lazarus] FPC deb

2017-06-15 Thread coppolastudio via Lazarus
Yes I used existing getlazarus script, but i prefer a fpc to use with differents Lazarus, with --pcp and was non able to do this with getlazarus env Inviato tramite il client di Posta WPSIl 15/giu/2017 16:38, Juha Manninen via Lazarus ha scritto:On Thursday, June 15, 2017, coppolastudio via

Re: [Lazarus] FPC deb

2017-06-15 Thread coppolastudio via Lazarus
Yes, FPC break existing package: fpc () Inviato tramite il client di Posta WPSIl 15/giu/2017 16:44, Mattias Gaertner via Lazarus ha scritto:On Thu, 15 Jun 2017 16:27:36 +0200 coppolastudio via Lazarus <lazarus@lists.lazarus-ide.org> wrote: > Hi, I want to try Lazarus RC and as  usua

[Lazarus] FPC deb

2017-06-15 Thread coppolastudio via Lazarus
Hi, I want to try Lazarus RC and as  usually i was trying to install the package FPC 3.0.2 deb but failed because offline an old FPC in the Mint lmde repos, is there a way ti solve this? TIA Salvatore Inviato tramite il client di Posta WPS-- ___ Lazarus

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

2017-04-28 Thread coppolastudio via Lazarus
innosetup has scrips in Pascal that allows  some special features Inviato tramite il client di Posta WPSIl Giuliano Colla via Lazarus , 28/apr/2017 06:22 PM ha scritto:Il 28/04/2017 07:11, LacaK via Lazarus ha scritto: > If you need installer in Microsoft Installation Package format (*.msi) > the