Re: [Lazarus] Android and network

2013-05-24 Thread Kjow
Now it works, I misunderstood the requirements... I meant "LCL" in project requirements, not package! Anyway, something is broken on (my?) lazarus/fpc... when I compile for Android it builds, but app crashes at start (Well, on Galaxy Note it crashes at start, on Nexus 10 the app goes on loop flash

Re: [Lazarus] Converting multiple files from Delphi to Lazarus.

2013-05-24 Thread Juha Manninen
On 5/24/13, Daniel Gaspary wrote: > There room for improvement. The confirmation dialog after each file is > converted is really annoying when the number of files is big. This is true. I have mostly tested project conversion and then I typically open one project at time. The GUI logic must be cha

Re: [Lazarus] About Arabic translating in Lazarus

2013-05-24 Thread Maxim Ganetsky
25.05.2013 1:09, Maxim Ganetsky пишет: 24.05.2013 20:21, Zaher Dirkey пишет: On Fri, May 24, 2013 at 7:00 PM, Juha Manninen mailto:juha.mannine...@gmail.com>> wrote: You cannot find it easily because it happened in Lazarus-dev mailing list which is not open for everybody. It is bes

Re: [Lazarus] About Arabic translating in Lazarus

2013-05-24 Thread Maxim Ganetsky
24.05.2013 20:21, Zaher Dirkey пишет: On Fri, May 24, 2013 at 7:00 PM, Juha Manninen mailto:juha.mannine...@gmail.com>> wrote: You cannot find it easily because it happened in Lazarus-dev mailing list which is not open for everybody. It is best you contact Mazen Neifer directly. Non

Re: [Lazarus] Converting multiple files from Delphi to Lazarus.

2013-05-24 Thread Daniel Gaspary
On Fri, May 24, 2013 at 5:27 PM, Juha Manninen wrote: > There is only the conversion from binary .dfm to text .lfm for pure form > files. > Is that what you need? Yes. > You can already now select many files in the open dialog. Did you try it? No. This solved my problem, thanks. > Otherwise y

Re: [Lazarus] Android and network

2013-05-24 Thread Benito van der Zander
Did you include the internettools package as requirement in your project? Because then, it does not compile for Android, because I did not want to add a requirement on LCL for the package, when it works without LCL everywhere except Android. And sadly you cannot set different package requireme

Re: [Lazarus] Converting multiple files from Delphi to Lazarus.

2013-05-24 Thread Juha Manninen
On 5/24/13, Daniel Gaspary wrote: > I need to convert a lot of .DFM files to .lfm . Just the form > files, not the entire project. There is only the conversion from binary .dfm to text .lfm for pure form files. Is that what you need? If you convert a pascal unit then the form file is also conver

Re: [Lazarus] [WINCE] Please stop generate debug file.

2013-05-24 Thread Martin
On 24/05/2013 19:42, Zaher Dirkey wrote: On Fri, May 24, 2013 at 9:17 PM, Martin > wrote: I think the question is what is calling debugln. - If your code does, then it should log. - If it is in the IDE (but you wouldn't run that on wince) then that is

[Lazarus] Converting multiple files from Delphi to Lazarus.

2013-05-24 Thread Daniel Gaspary
I need to convert a lot of .DFM files to .lfm . Just the form files, not the entire project. Is there a way to automate the process ? Calling the lazarus conversion menu item via script could be a good option. Is it possible today? Thank you. --

Re: [Lazarus] [WINCE] Please stop generate debug file.

2013-05-24 Thread Zaher Dirkey
On Fri, May 24, 2013 at 9:17 PM, Martin wrote: > I think the question is what is calling debugln. > - If your code does, then it should log. > - If it is in the IDE (but you wouldn't run that on wince) then that is > correct to. > - If something else calls debugln, then that probably needs to be

Re: [Lazarus] [WINCE] Please stop generate debug file.

2013-05-24 Thread Martin
Is this about "debugln" does not log correctly, or about something gets logged, that you did not want to be logged? I think the question is what is calling debugln. - If your code does, then it should log. - If it is in the IDE (but you wouldn't run that on wince) then that is correct to. - If

[Lazarus] [WINCE] Please stop generate debug file.

2013-05-24 Thread Zaher Dirkey
Hi, Would you please stop generate a debug file for wince lclproc.pas line 1695 procedure DebugLn(const s: string); begin {$ifdef WinCE} if DebugNestAtBOL and (s <> '') then DbgAppendToFile(ExtractFilePath(ParamStr(0)) + Str_LCL_Debug_File, DebugNestPrefix+s) else DbgAppendToFile(Ex

Re: [Lazarus] About Arabic translating in Lazarus

2013-05-24 Thread Martin
On 24/05/2013 17:21, Zaher Dirkey wrote: On Fri, May 24, 2013 at 7:00 PM, Juha Manninen mailto:juha.mannine...@gmail.com>> wrote: You cannot find it easily because it happened in Lazarus-dev mailing list which is not open for everybody. It is best you contact Mazen Neifer directly

Re: [Lazarus] About Arabic translating in Lazarus

2013-05-24 Thread Zaher Dirkey
On Fri, May 24, 2013 at 7:00 PM, Juha Manninen wrote: > You cannot find it easily because it happened in Lazarus-dev mailing > list which is not open for everybody. > It is best you contact Mazen Neifer directly. None of Lazarus > developers know Arabic. > Maxim maintains translations but he must

Re: [Lazarus] About Arabic translating in Lazarus

2013-05-24 Thread Juha Manninen
On 5/24/13, Zaher Dirkey wrote: > Where i can find the discusses of that request to remove that translating? You cannot find it easily because it happened in Lazarus-dev mailing list which is not open for everybody. It is best you contact Mazen Neifer directly. None of Lazarus developers know Ara

Re: [Lazarus] Lazarus-FPC-Indy problem

2013-05-24 Thread Antonio Fortuny
Le 24/05/2013 11:37, Antonio Fortuny a écrit : Hi Folks. I'have already submitted this boring problem to the Indy's team on http://forums2.atozed.com/viewtopic.php?f=7&t=26492&p=32031#p32031. Because FPC or Lazarus could be involved, I post it here as well. The first post on Indy's forum is n

Re: [Lazarus] Android and network

2013-05-24 Thread Kjow
I'm sorry for delay, I have few free time. I can't compile for arm-android: Hint: Start of reading config file C:\Develop\fpc\2.7.x\bin\i386-win32\fpc.cfg Hint: End of reading config file C:\Develop\fpc\2.7.x\bin\i386-win32\fpc.cfg Free Pascal Compiler version 2.7.1 [2013/05/21] for arm Copyright

Re: [Lazarus] ANN: New free pascal library released based on SDL 2.0

2013-05-24 Thread Anthony Walter
Ah okay, then I guess as it is right now anyone could send me changes with a pull request. Thanks. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] ANN: New free pascal library released based on SDL 2.0

2013-05-24 Thread Marcos Douglas
On Fri, May 24, 2013 at 9:09 AM, Anthony Walter wrote: > Fixed. > > I also added a git repository at https://github.com/sysrpl/Bare.Game which > includes the doc files (under source/docs). The docs contain everything on > the website. I am new to open source collaboration, and I was planning on >

Re: [Lazarus] ANN: New free pascal library released based on SDL 2.0

2013-05-24 Thread Anthony Walter
Fixed. I also added a git repository at https://github.com/sysrpl/Bare.Game which includes the doc files (under source/docs). The docs contain everything on the website. I am new to open source collaboration, and I was planning on allowing others to edit these files, but am unsure how to administr

[Lazarus] About Arabic translating in Lazarus

2013-05-24 Thread Zaher Dirkey
​Hi, Lazarus team ​ I have noticed in SVN repo ​-​ 41340: Translations: reverted Arabic translation to r37531 by request of Mazen Neifer (current Arabic translation maintainer). Reason is poor quality/machine translation, which makes hard to use translated IDE. ​- ​I am not using Arabic i

Re: [Lazarus] ANN: New free pascal library released based on SDL 2.0

2013-05-24 Thread Graeme Geldenhuys
Hi Anthony, Nice work and all the best. Some minor errors in your website: 1) Main page "Description" section. "...write once compile anywhere philosophy with with SDL..." Note the double 'with' usage. 2) Under "How everything is organised" "... As such, everything is very easy easy to r

[Lazarus] Lazarus-FPC-Indy problem

2013-05-24 Thread Antonio Fortuny
Hi Folks. I'have already submitted this boring problem to the Indy's team on http://forums2.atozed.com/viewtopic.php?f=7&t=26492&p=32031#p32031. Because FPC or Lazarus could be involved, I post it here as well. The first post on Indy's forum is not too long and explains the problem so it will

Re: [Lazarus] UTF8 compiling problem

2013-05-24 Thread Antonio Fortuny
Le 24/05/2013 10:25, Mattias Gaertner a écrit : On Fri, 24 May 2013 10:18:03 +0200 Antonio Fortuny wrote: Have you tried Run / Clean Up build files? Magic. ;-) Just cleaned project directories, not packages. If life's problems were so easy to resolve, everything would be so different. Don't

Re: [Lazarus] UTF8 compiling problem

2013-05-24 Thread Mattias Gaertner
On Fri, 24 May 2013 10:18:03 +0200 Antonio Fortuny wrote: > Hi Folks. > > I've replaced today an old Lararus installation by the latest 1.0.8 and > FPC 2.6.2 on a Win64 target. All needed packages recompiled and > installed OK 8-) > But when compiling a project which compiles without problems

[Lazarus] UTF8 compiling problem

2013-05-24 Thread Antonio Fortuny
Hi Folks. I've replaced today an old Lararus installation by the latest 1.0.8 and FPC 2.6.2 on a Win64 target. All needed packages recompiled and installed OK 8-) But when compiling a project which compiles without problems on a Win32 target (Laz 1.0.8 too) I get these compilation errors: =-O