Re: [Lazarus] Play video files in a row without delay

2015-02-19 Thread aradeonas
Hi, Great.Its kind of you. About VLC/Mplayer the problem is when a file finished there is delay to read second file and then play.I tried passing from memory but for both of them it seems there is no way.Also I tried to making to player and and open first and second file together and pause

Re: [Lazarus] -FcUTF8,-dEnableUTF8 create problem

2015-02-19 Thread Juha Manninen
On Thu, Feb 19, 2015 at 10:30 AM, FreeMan freema...@delphiturkiye.com wrote: osx fpc lazarus svn QT x64 my project's Compiler options has -FcUTF8 -dEnableUTF8 Do these 2 flags make a difference? I don't think they do because the problem is not about string encoding. Was you code working

Re: [Lazarus] Lazarus on Debian Wheezy

2015-02-19 Thread Mark Morgan Lloyd
Mattias Gaertner wrote: On Wed, 18 Feb 2015 21:36:33 + Mark Morgan Lloyd markmll.laza...@telemetry.co.uk wrote: Using FPC 2.6.4 or late 2.7.1, compiling trunk on Wheezy is OK but running gives me The program 'lazarus' received an X Window System error. This probably reflects a bug in the

[Lazarus] -FcUTF8,-dEnableUTF8 create problem

2015-02-19 Thread FreeMan
osx fpc lazarus svn QT x64 my project's Compiler options has -FcUTF8 -dEnableUTF8 this is my code: this code work normal without ut8 params const WIN_EXE: String = 'MZ'; LINUX_EXE: String = #127 + 'ELF'; var wFileStr: TFileStream; ar: array[0..4] of byte; ExecType: char; wProgram :=

Re: [Lazarus] Lazarus on Debian Wheezy

2015-02-19 Thread Mark Morgan Lloyd
Mark Morgan Lloyd wrote: Mattias Gaertner wrote: On Wed, 18 Feb 2015 21:36:33 + Mark Morgan Lloyd markmll.laza...@telemetry.co.uk wrote: Using FPC 2.6.4 or late 2.7.1, compiling trunk on Wheezy is OK but running gives me The program 'lazarus' received an X Window System error. This

Re: [Lazarus] -FcUTF8,-dEnableUTF8 create problem

2015-02-19 Thread FreeMan
I wrote before message this is my code: this code work normal without ut8 params no, I not change my code, If I remove utf8 params, code working normal. On 19.02.2015 11:14, Juha Manninen wrote: osx fpc lazarus svn QT x64 my project's Compiler options has -FcUTF8 -dEnableUTF8 Do these 2

Re: [Lazarus] RC1 Debugger error

2015-02-19 Thread JuuS
On 02/18/2015 10:45 PM, Martin Frb wrote: Have you checked, if in the new published project debugging is set up ? Project options debugger. Is the checkbox set? Which debug info is chosen? Dwarf or Stabs? (And what happens if you use the other)? If all that is set correct, then can

Re: [Lazarus] Lazarus Release Candidate 1 of 1.4

2015-02-19 Thread Mattias Gaertner
On Thu, 19 Feb 2015 09:01:29 +0200 FreeMan freema...@delphiturkiye.com wrote: If see in osx qt, you can hard attack. set second shortcut via key grab, then key grab not find that shortcut :) Please create a bug report. Mattias -- ___ Lazarus

Re: [Lazarus] Lazarus Release Candidate 1 of 1.4

2015-02-19 Thread Mattias Gaertner
On Thu, 19 Feb 2015 02:33:31 +0100 Giuliano Colla giuliano.co...@fastwebnet.it wrote: Il 19/02/2015 02:13, Mattias Gaertner ha scritto: On Thu, 19 Feb 2015 01:25:19 +0100 Giuliano Colla giuliano.co...@fastwebnet.it wrote: Il 16/02/2015 23:38, Mattias Gaertner ha scritto: The Lazarus

Re: [Lazarus] Play video files in a row without delay

2015-02-19 Thread aradeonas
I Used PasLibVLC[1] but even with mini video files(less than 5mb like a audio file but there is delay)its good to know that I hear it possible.I think you used default FPC VLC wrapper but I think there is not a big difference. Graeme can you give me an example?In any wrapper or way. Regards, Ara

[Lazarus] Parameter types for events

2015-02-19 Thread Mark Morgan Lloyd
I've got these methods procedure OnAfterShow(afterShowParam: LONGINT); procedure OnAfterOverridesVisibleClick(count: LONGINT); which are used like this Application.QueueAsyncCall(@OnAfterShow, startParam) end { TMainForm.FormCreate } ; On 32-bit systems the parameter type is a longint,

Re: [Lazarus] Embedded/small database

2015-02-19 Thread Graeme Geldenhuys
On 2015-02-18 09:28, patspiper wrote: Is there any other free WinCE database engine? In a pinch: dBase (TDBF) or even XML files (via tiOPF - which encapsulates them as if they are a SQL database). NexusDB is also fully implemented in Delphi (not sure if they support FPC yet, but worth asking. If

Re: [Lazarus] Lazarus Release Candidate 1 of 1.4

2015-02-19 Thread Mattias Gaertner
On Thu, 19 Feb 2015 10:47:18 +0100 Andrea Mauri andrea.mauri...@gmail.com wrote: Dear all, I am testing Lazarus 1.4RC2 r FPC 2.6.4 i386-win32-win32/win64 [...] procedure TForm1.TreeView1Click(Sender: TObject); var i: integer; begin i:= TreeView1.Selected.Level; end; When I

Re: [Lazarus] Lazarus on Debian Wheezy

2015-02-19 Thread Mark Morgan Lloyd
zeljko wrote: Can't test gtk3, trunk fails with lazgtk3.pas(14777,1) Error: undefined reference to `gtk_widget_add_tick_callback' Your gtk3 version is below minimum required for gtk3. It's the one being shipped with Wheezy, and is up to date by Debian's standards. -- Mark Morgan Lloyd

Re: [Lazarus] Lazarus Release Candidate 1 of 1.4

2015-02-19 Thread Andrea Mauri
It is really a minor thing but actually when I copy the lazarus version info using the Information on lazarus window (Help menu) I got Lazarus 1.4RC2 r FPC 2.6.4 i386-win32-win32/win64 No svn information is available. I am using the svn 1.4 fixes. Andrea --

Re: [Lazarus] Lazarus Release Candidate 1 of 1.4

2015-02-19 Thread FreeMan
Created #27497 , #27498 , #27500 On 19.02.2015 10:09, Mattias Gaertner wrote: On Thu, 19 Feb 2015 09:01:29 +0200 FreeMan freema...@delphiturkiye.com wrote: If see in osx qt, you can hard attack. set second shortcut via key grab, then key grab not find that shortcut :) Please create a bug

Re: [Lazarus] -FcUTF8,-dEnableUTF8 create problem

2015-02-19 Thread luiz americo pereira camara
May you also check the DefaultSystemCodePage value and StringCodePage(wParam) before and after assigning wParam Luiz 2015-02-19 8:02 GMT-03:00 luiz americo pereira camara luiz...@oi.com.br: 2015-02-19 5:30 GMT-03:00 FreeMan freema...@delphiturkiye.com: osx fpc lazarus svn QT x64 my

Re: [Lazarus] Embedded/small database

2015-02-19 Thread Graeme Geldenhuys
On 2015-02-18 08:03, leledumbo wrote: single dll/so (or nothing if you statically linked it). With firebird embedded, you need to: - supply a bunch of dll/so (firebird doesn't consist of just one) - specify a config file - set some environment variables before program start easy, but

Re: [Lazarus] RC1 Debugger error

2015-02-19 Thread JuuS
Some new developments! Need to go somewhere, but I tried using laz in normal mode (not command line) and opened the debug output window. I did not compile, just F9 and the program worked just fine. I then opened the origProject, compiled, ran and it ran fine. I then opened the publProject again

Re: [Lazarus] Lazarus Release Candidate 1 of 1.4

2015-02-19 Thread Juha Manninen
On Thu, Feb 19, 2015 at 2:25 AM, Giuliano Colla giuliano.co...@fastwebnet.it wrote: I installed RC1.4 and I stumbled into a problem. Some missing buttons in the Configure Build Lazarus dialogue. I did something wrong, or there's been a regression? No, it is a well thought of feature, not a

Re: [Lazarus] Lazarus Release Candidate 1 of 1.4

2015-02-19 Thread Andrea Mauri
Dear all, I am testing Lazarus 1.4RC2 r FPC 2.6.4 i386-win32-win32/win64 I got a problem with Ttreeview. I have a project in which I use a TTreeView with checkboxes. It worked with laz 1.2 fixes branch. I tested a simple project with 1 form, 1 imagelist and 1 ttreeview filled with few items

Re: [Lazarus] Lazarus Release Candidate 1 of 1.4

2015-02-19 Thread Andrea Mauri
Il 19/02/2015 11:01, Mattias Gaertner ha scritto: It probably means TreeView1.Selected is nil. If you think it should not be nil, then please create a bug report with a complete example. Both FRClickNode and FSelectedNode are nil. Now I got the sigsegv error but it worked on laz 1.2 so yes, I

Re: [Lazarus] Lazarus on Debian Wheezy

2015-02-19 Thread zeljko
On 02/19/2015 10:48 AM, Mark Morgan Lloyd wrote: Mark Morgan Lloyd wrote: Mark Morgan Lloyd wrote: Mattias Gaertner wrote: On Wed, 18 Feb 2015 21:36:33 + Mark Morgan Lloyd markmll.laza...@telemetry.co.uk wrote: Using FPC 2.6.4 or late 2.7.1, compiling trunk on Wheezy is OK but running

Re: [Lazarus] Lazarus on Debian Wheezy

2015-02-19 Thread zeljko
On 02/19/2015 11:18 AM, Mark Morgan Lloyd wrote: zeljko wrote: Can't test gtk3, trunk fails with lazgtk3.pas(14777,1) Error: undefined reference to `gtk_widget_add_tick_callback' Your gtk3 version is below minimum required for gtk3. It's the one being shipped with Wheezy, and is up to

Re: [Lazarus] Lazarus on Debian Wheezy

2015-02-19 Thread Mark Morgan Lloyd
Vincenzo Campanella wrote: Il 19.02.2015 11:24, zeljko ha scritto: But Lazarus have it's own standards and there's minimum requirement for gtk3 libs (think it's 3.8) You could eventually consider pinning your Debian installation. See for example

Re: [Lazarus] Parameter types for events

2015-02-19 Thread Mattias Gaertner
On Thu, 19 Feb 2015 09:34:29 + Mark Morgan Lloyd markmll.laza...@telemetry.co.uk wrote: I've got these methods procedure OnAfterShow(afterShowParam: LONGINT); procedure OnAfterOverridesVisibleClick(count: LONGINT); which are used like this

Re: [Lazarus] Parameter types for events

2015-02-19 Thread zeljko
On 02/19/2015 10:34 AM, Mark Morgan Lloyd wrote: I've got these methods procedure OnAfterShow(afterShowParam: LONGINT); procedure OnAfterOverridesVisibleClick(count: LONGINT); which are used like this Application.QueueAsyncCall(@OnAfterShow, startParam) end { TMainForm.FormCreate } ;

Re: [Lazarus] -FcUTF8,-dEnableUTF8 create problem

2015-02-19 Thread FreeMan
I need get application version infos, and others, VR : TVersionResource; FV : TFileVersionInfo; . VR.FixedInfo.FileVersion[0]; FV.VersionStrings.Values['CompanyName']; FV.VersionStrings.Values['InternalName']; etc. On 19.02.2015 13:32, Mattias Gaertner wrote: The unit

Re: [Lazarus] -FcUTF8,-dEnableUTF8 create problem

2015-02-19 Thread luiz americo pereira camara
2015-02-19 8:19 GMT-03:00 FreeMan freema...@delphiturkiye.com: showmessage(StrToHex('1234567890')); results: Compiler Options -- Other is empty 31323334353637383930 Compiler Options -- Other -FcUTF8 31323334353637383930 Compiler Options -- Other -FcUTF8 , -dEnableUTF8

Re: [Lazarus] Lazarus on Debian Wheezy

2015-02-19 Thread Vincenzo Campanella
Il 19.02.2015 11:24, zeljko ha scritto: But Lazarus have it's own standards and there's minimum requirement for gtk3 libs (think it's 3.8) You could eventually consider pinning your Debian installation. See for example http://jaqque.sbih.org/kplug/apt-pinning.html --

Re: [Lazarus] -FcUTF8,-dEnableUTF8 create problem

2015-02-19 Thread FreeMan
On 19.02.2015 11:44, Mattias Gaertner wrote: this is my code: this code work normal without ut8 params Is this an LCL application? I'm not clearly understand lcl application mean. its GUI application, not just console. const WIN_EXE: String = 'MZ'; LINUX_EXE: String = #127 +

Re: [Lazarus] -FcUTF8,-dEnableUTF8 create problem

2015-02-19 Thread FreeMan
showmessage(StrToHex('1234567890')); results: Compiler Options -- Other is empty 31323334353637383930 Compiler Options -- Other -FcUTF8 31323334353637383930 Compiler Options -- Other -FcUTF8 , -dEnableUTF8 31323334353637383930 On 19.02.2015 13:02, luiz americo pereira camara wrote: Can

Re: [Lazarus] -FcUTF8,-dEnableUTF8 create problem

2015-02-19 Thread Mattias Gaertner
On Thu, 19 Feb 2015 12:44:24 +0200 FreeMan freema...@delphiturkiye.com wrote: On 19.02.2015 11:44, Mattias Gaertner wrote: this is my code: this code work normal without ut8 params Is this an LCL application? I'm not clearly understand lcl application mean. its GUI application, not

Re: [Lazarus] Lazarus Release Candidate 1 of 1.4

2015-02-19 Thread Juha Manninen
On Thu, Feb 19, 2015 at 1:10 PM, Giuliano Colla giuliano.co...@fastwebnet.it wrote: Whatever it was, it's got fixed in the meantime. You installed it as root to a place where your normal user has no write access. Juha -- ___ Lazarus mailing list

Re: [Lazarus] -FcUTF8,-dEnableUTF8 create problem

2015-02-19 Thread FreeMan
how to test result is: zzz := 'DefaultSystemCodePage = ' + Inttostr(DefaultSystemCodePage) + LineEnding + 'DefaultUnicodeCodePage = ' + Inttostr(DefaultUnicodeCodePage) + LineEnding + 'DefaultFileSystemCodePage = ' + Inttostr(DefaultFileSystemCodePage) + LineEnding +

Re: [Lazarus] whach list and hint in source is wrong display value

2015-02-19 Thread Martin Frb
Please report a bug on mantis. Please include: - the expected string - a sample project (lpi, pas and other files) which has all the settings (compiler options) done. - a logfile http://wiki.lazarus.freepascal.org/GDB_Debugger_Tips#Log_info_for_debug_session On 19/02/2015 08:10, FreeMan

Re: [Lazarus] -FcUTF8,-dEnableUTF8 create problem

2015-02-19 Thread luiz americo pereira camara
2015-02-19 9:41 GMT-03:00 FreeMan freema...@delphiturkiye.com: where to add this parameter? Custom Options. just put -al in the memo Luiz -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] RC1 Debugger error

2015-02-19 Thread Martin Frb
On 19/02/2015 09:53, JuuS wrote: Some new developments! Need to go somewhere, but I tried using laz in normal mode (not command line) and opened the debug output window. I did not compile, just F9 and the program worked just fine. I then opened the origProject, compiled, ran and it ran fine.

Re: [Lazarus] whach list and hint in source is wrong display value

2015-02-19 Thread FreeMan
I found problem. not string show problem. My string variable get value from My defined function, I didn't notice that, this my mistake, sorry for this. Problem is: .. Result := fpReadLink(AFilename); .. /freepascal/3.1.1/rtl/unix/bunxovlh.inc Function fpReadLink(const Name: RawByteString):

Re: [Lazarus] -FcUTF8,-dEnableUTF8 create problem

2015-02-19 Thread FreeMan
On 19.02.2015 13:59, luiz americo pereira camara wrote: Thanks. This means problem is not in ParamStrUTF8(0); I was checked Its hasn't problem. I have two more tips to try to see where the problem is: What is the type of wProgram? wProgram: String; Compile with the option -al (without

Re: [Lazarus] -FcUTF8,-dEnableUTF8 create problem

2015-02-19 Thread FreeMan
Yes you right, code is normal, but result is not same. if I add this utf8 parameters, result is all Items is zero, this mean nothing there, but when I remove utf8 parameter, ar has a value. I'm talk about this. On 19.02.2015 14:39, Mattias Gaertner wrote: What is wrong with wFileStr.Read(ar,

Re: [Lazarus] Offer: Fixing CodeTools

2015-02-19 Thread Mattias Gaertner
On Wed, 18 Feb 2015 23:43:04 -0500 Anthony Walter sys...@gmail.com wrote: I'd like to do some fixin' on CodeTools. Who is most familiar with it? I've worked with it a little in the past, and submitted at least one patch to it before, but I recall it was kinda unbearable. I keep finding

Re: [Lazarus] Lazarus Release Candidate 1 of 1.4

2015-02-19 Thread Mattias Gaertner
On Thu, 19 Feb 2015 13:44:03 +0100 Giuliano Colla giuliano.co...@fastwebnet.it wrote: Il 19/02/2015 12:32, Juha Manninen ha scritto: On Thu, Feb 19, 2015 at 1:10 PM, Giuliano Colla giuliano.co...@fastwebnet.it wrote: Whatever it was, it's got fixed in the meantime. You installed it as

Re: [Lazarus] debugger error when end application

2015-02-19 Thread Martin Frb
On 19/02/2015 13:29, FreeMan wrote: osx yosemite fpc lazarus svn qt x64 New project, run application then close application this gdb error come allways While executing the command: TGDBMIDebuggerInstruction: -file-exec-and-symbols , gdb reported: solib-target.c:326: internal-error: void

Re: [Lazarus] -FcUTF8,-dEnableUTF8 create problem

2015-02-19 Thread Mattias Gaertner
On Thu, 19 Feb 2015 13:44:35 +0200 FreeMan freema...@delphiturkiye.com wrote: I need get application version infos, and others, VR : TVersionResource; FV : TFileVersionInfo; . VR.FixedInfo.FileVersion[0]; FV.VersionStrings.Values['CompanyName'];

[Lazarus] debugger error when end application

2015-02-19 Thread FreeMan
osx yosemite fpc lazarus svn qt x64 New project, run application then close application this gdb error come allways While executing the command: TGDBMIDebuggerInstruction: -file-exec-and-symbols , gdb reported: solib-target.c:326: internal-error: void solib_target_free_so(struct so_list *):

Re: [Lazarus] debugger error when end application

2015-02-19 Thread FreeMan
thank you, GNU gdb (GDB) 7.8.1 brew has this, so installed this, version number is not my choise. On 19.02.2015 15:51, Martin Frb wrote: This is a bug in gdb. It happens with a number of different messages. (I have plans to suppress those errors (during debugger shutdown)), but not yet the

Re: [Lazarus] -FcUTF8,-dEnableUTF8 create problem

2015-02-19 Thread Mattias Gaertner
On Thu, 19 Feb 2015 14:28:19 +0200 FreeMan freema...@delphiturkiye.com wrote: Thank you Mattias I found a few minutes ago this link, http://wiki.lazarus.freepascal.org/Show_Application_Title,_Version,_and_Company and test finished in osx a few second ago. All works fine for me. I'm not test

Re: [Lazarus] -FcUTF8,-dEnableUTF8 create problem

2015-02-19 Thread FreeMan
Thank you Mattias I found a few minutes ago this link, http://wiki.lazarus.freepascal.org/Show_Application_Title,_Version,_and_Company and test finished in osx a few second ago. All works fine for me. I'm not test on linux and win, maybe later I can test in crosscompile. This is impotent for

Re: [Lazarus] -FcUTF8,-dEnableUTF8 create problem

2015-02-19 Thread luiz americo pereira camara
2015-02-19 9:41 GMT-03:00 FreeMan freema...@delphiturkiye.com: maybe I have a another bug Project option - Compiler options - Other Button All options ... open All options form but not show anything. Just filter bar and checkbox Same here. Probably related to compiler version (v3.x).

Re: [Lazarus] whach list and hint in source is wrong display value

2015-02-19 Thread Martin Frb
On 19/02/2015 13:51, FreeMan wrote: I found problem. not string show problem. My string variable get value from My defined function, I didn't notice that, this my mistake, sorry for this. Problem is: .. Result := fpReadLink(AFilename); .. /freepascal/3.1.1/rtl/unix/bunxovlh.inc Function

Re: [Lazarus] RC1 Debugger error

2015-02-19 Thread JuuS
Will follow your tips and also try some things here to see if I can reproduce/find the error again in the next few days. Thanks. On 02/19/2015 02:42 PM, Martin Frb wrote: On 19/02/2015 09:53, JuuS wrote: Some new developments! Need to go somewhere, but I tried using laz in normal mode (not

[Lazarus] [OT] HTTP/2 is Done!

2015-02-19 Thread silvioprog
Just sharing: https://www.mnot.net/blog/2015/02/18/http2 Enjoy reading! =) -- Silvio Clécio My public projects - github.com/silvioprog -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] [OT] HTTP/2 is Done!

2015-02-19 Thread Michael Van Canneyt
On Thu, 19 Feb 2015, silvioprog wrote: Just sharing: https://www.mnot.net/blog/2015/02/18/http2 Enjoy reading! =) Bad news as far as I am concerned. Back to the days of binary stuff. Will make debugging problems very hard :( Michael. -- ___

Re: [Lazarus] Offer: Fixing CodeTools

2015-02-19 Thread Anthony Walter
Okay. when you have time, and if you feel up to it, send me an email when a good time to meet on irc (or other live chat system of your preference) would be. I'm mostly interested in adding support to CodeTools for class helpers and inner types which I believe are currently not implemented. Just

Re: [Lazarus] Embedded/small database

2015-02-19 Thread leledumbo
Yes, I know about the firebird.conf. But I've never had to change anything in that file. The default settings were always good for me. Not changing anything doesn't mean nothing supplied. You still have to distribute it. No config file or environment variables are required Interesting. I

Re: [Lazarus] Lazarus Release Candidate 1 of 1.4

2015-02-19 Thread m...@rpzdesign.com
Mr Freeman: I appreciate your attempt at a response, but your communication is completely incoherent. I am talking about saving assigned key stroke shortcuts to an external file and being able to import them from an external file. Hell, I could use the entire settings for the compiler as

Re: [Lazarus] Lazarus Release Candidate 1 of 1.4

2015-02-19 Thread Juha Manninen
On Thursday, February 19, 2015, m...@rpzdesign.com m...@rpzdesign.com wrote: Hell, I could use the entire settings for the compiler as well set to an external file for re-import later or on another computer. In fact all settings in Lazarus are stored in external XML files. You can copy them

Re: [Lazarus] Lazarus Release Candidate 1 of 1.4

2015-02-19 Thread m...@rpzdesign.com
Do these XML files also have the keystroke assignments? Where are the XML files located. THanks. On 2/19/2015 9:12 AM, Juha Manninen wrote: On Thursday, February 19, 2015, m...@rpzdesign.com mailto:m...@rpzdesign.com m...@rpzdesign.com mailto:m...@rpzdesign.com wrote: Hell, I could use

Re: [Lazarus] Lazarus Release Candidate 1 of 1.4

2015-02-19 Thread Giuliano Colla
Il 19/02/2015 14:10, Mattias Gaertner ha scritto: The Clean All is calling make clean. That only works in the Lazarus source directory. There is a clean up for the project and its packages, but not yet for the IDE and its packages. Missing feature. Is there a reason why a procedure

Re: [Lazarus] Lazarus Release Candidate 1 of 1.4

2015-02-19 Thread Giuliano Colla
Il 19/02/2015 14:10, Mattias Gaertner ha scritto: On Thu, 19 Feb 2015 13:44:03 +0100 Giuliano Colla giuliano.co...@fastwebnet.it wrote: Il 19/02/2015 12:32, Juha Manninen ha scritto: On Thu, Feb 19, 2015 at 1:10 PM, Giuliano Colla giuliano.co...@fastwebnet.it wrote: Whatever it was, it's got

Re: [Lazarus] Play video files in a row without delay

2015-02-19 Thread John Briggs
As mentioned by Mike earlier generate a plaaylist of the videos you want to watch and vlc/mplayer will play them for you with little or no delay between videos. John -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] Lazarus Release Candidate 1 of 1.4

2015-02-19 Thread Giuliano Colla
Il 20/02/2015 00:23, Giuliano Colla ha scritto: Il 19/02/2015 14:10, Mattias Gaertner ha scritto: On Thu, 19 Feb 2015 13:44:03 +0100 Giuliano Collagiuliano.co...@fastwebnet.it wrote: Il 19/02/2015 12:32, Juha Manninen ha scritto: On Thu, Feb 19, 2015 at 1:10 PM, Giuliano Colla

Re: [Lazarus] Lazarus Release Candidate 1 of 1.4

2015-02-19 Thread Mattias Gaertner
On Fri, 20 Feb 2015 00:23:57 +0100 Giuliano Colla giuliano.co...@fastwebnet.it wrote: [...] After some further analysis, I'm becoming convinced that clean all would be unnecessary, There are always cases when a clean all is needed. For example when an unit is moved to another package. The