Re: [Lazarus] very small addition to multilog package

2015-02-21 Thread Roberto P.
I don't mind, but I have never done it;I'll write you in private about that. R# 2015-02-21 17:07 GMT+01:00 luiz americo pereira camara luiz...@oi.com.br: Mind you creating patch ( http://wiki.lazarus.freepascal.org/Creating_A_Patch) against https://code.google.com/p/luipack/ repository?

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

2015-02-21 Thread John Briggs
On Fri, Feb 20, 2015 at 12:04:06AM -0800, aradeonas wrote: Thank you Mike and John. But I test playlists with VLC,mplayer and ffplay and problem is after first file finish thery is a 0.5 second delay for opening second file and its not good for project because files are tiny videos(less than

Re: [Lazarus] Need suggestion about crosscompile on osx

2015-02-21 Thread Anthony Walter
You have to make all cross compile targets using fpc 2.6.4 as your working compiler, and fpc 3.x as your source code compiler. First you build a fpc 3.x compiler. Assuming you want to install off your home folder somewhere, build fpc.3.x and cross compilers on osx like so: # wherever you put the

Re: [Lazarus] debugger error when end application

2015-02-21 Thread FreeMan
On 20.02.2015 21:58, Martin Frb wrote: You wrote, after go to the debugger options and set the field DisableLoadSymbolsForLibraries to True the debug project did no longer start? If yes, I need more info. If I did this, IDE main form show debugging, on dock icon is showing, but not any

[Lazarus] Need suggestion about crosscompile on osx

2015-02-21 Thread FreeMan
Hello, I get this link : http://wiki.lazarus.freepascal.org/Cross_compiling#From_Darwin_to_Windows.2C_Linux_and_others but info is from fink port and directly intall it self. maybe not important but its install fpc 2.6.4. I'm using svn version so I need to built that my self. I need from osx

Re: [Lazarus] very small addition to multilog package

2015-02-21 Thread luiz americo pereira camara
Mind you creating patch ( http://wiki.lazarus.freepascal.org/Creating_A_Patch) against https://code.google.com/p/luipack/ repository? Luiz 2015-02-20 15:03 GMT-03:00 Roberto P. padovan...@gmail.com: I've been using for long the great multilog package to do selective logging to file and an

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

2015-02-21 Thread luiz americo pereira camara
2015-02-20 10:27 GMT-03:00 FreeMan freema...@delphiturkiye.com: Sorry I been late. OK. They are equal so problem is elsewhere One last shot. Can you check the values of wFileStr FileName and Handle properties? Luiz -- ___ Lazarus mailing list

Re: [Lazarus] Need suggestion about crosscompile on osx

2015-02-21 Thread Schindler Karl-Michael
Am 21.02.2015 um 12:00 schrieb lazarus-requ...@lists.lazarus.freepascal.org: Message: 3 Date: Sat, 21 Feb 2015 11:32:32 +0200 From: FreeMan freema...@delphiturkiye.com Subject: [Lazarus] Need suggestion about crosscompile on osx To: Lazarus mail list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] [Pol] Stream video and save in client

2015-02-21 Thread aradeonas
Thank you Graeme, Its very pleasant to have friends that you can take their guidance. Do you know about converting resource of them?Because my source file are mp4 and it better for me to reduce resource usage. Also I want to use this videos with a client app not a web browser and cache played

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

2015-02-21 Thread Graeme Geldenhuys
On 2015-02-20 12:01, aradeonas wrote: I will this example too and if you have idea about that problem please let me know. I'll search through my code and see if I have something for you. I also suggest you take a look at SDL - many high end cross-platform games (like created by Loki) uses SDL

Re: [Lazarus] [Pol] Stream video and save in client

2015-02-21 Thread Graeme Geldenhuys
On 2015-02-20 13:38, aradeonas wrote: 1-What is the best file format for streaming and saving to user device for lather use,flv,mp4 or ...? OGV, MP4, WEBM, and I believe the first and last ones are supported out of the box on web browsers like Firefox and Chrome (on multiple platforms - even

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

2015-02-21 Thread aradeonas
Thank you again, Sure,I am going to check it. regards, Ara On Sat, Feb 21, 2015, at 03:20 AM, Graeme Geldenhuys wrote: On 2015-02-20 12:01, aradeonas wrote: I will this example too and if you have idea about that problem please let me know. I'll search through my code and see if I have

Re: [Lazarus] Weird behavior of IDE (no executable produced)

2015-02-21 Thread Mattias Gaertner
On Sat, 21 Feb 2015 14:42:49 +0200 Valdas Jankūnas zmu...@gmail.com wrote: Hello, today I found a weird bug (?): if project's .lpr file is not in Unit0 section of .lpi file, then IDE fails to produce executable without complaining. I found this by opening old (~2 month) project with

Re: [Lazarus] [Pol] Stream video and save in client

2015-02-21 Thread aradeonas
Thank you Graeme, Do you know about converting resource of them? I mean usage resources like CPU,My English is poor,excuse me. Sure I use ffmpeg. I want to know any one have experiance with case like this and help me. Regards, Ara On Sat, Feb 21, 2015, at 04:37 AM, Graeme Geldenhuys wrote:

Re: [Lazarus] RC1 Debugger error

2015-02-21 Thread JuuS
Hi, I found the problem and solution...strange...! This is the problem where I opened up the published project as suggested in the testing instructions, compiled, and then get an immediate debugger error on running. I restored the pristine published files and was able to immediately reproduce

Re: [Lazarus] Lazarus Release Candidate 1 of 1.4

2015-02-21 Thread Giuliano Colla
Il 20/02/2015 19:18, Mattias Gaertner ha scritto: On Fri, 20 Feb 2015 18:29:15 +0100 Giuliano Colla giuliano.co...@fastwebnet.it wrote: Il 20/02/2015 17:30, Mattias Gaertner ha scritto: On Fri, 20 Feb 2015 17:04:22 +0100 Giuliano Colla giuliano.co...@fastwebnet.it wrote: Il 20/02/2015

Re: [Lazarus] Need suggestion about crosscompile on osx

2015-02-21 Thread FreeMan
Thank you Michael, I shared before my install update svn script here. http://www.delphiturkiye.com/forum/viewtopic.php?f=6t=33826 I need suggestion for 3) Use the current version to build your cross compilers. this is my last test command line FPMakeOptions=-Px86_64 -o -XPx86_64-linux- -o -Xr

Re: [Lazarus] [Pol] Stream video and save in client

2015-02-21 Thread Graeme Geldenhuys
On 2015-02-21 11:23, aradeonas wrote: Do you know about converting resource of them? I always use ffmpeg to do any encoding or conversions. It is a command line app with a huge selection of configuration, but you can stick to more simple command line parameters which gives fairly good results. I

Re: [Lazarus] Need suggestion about crosscompile on osx

2015-02-21 Thread Anthony Walter
The Free Pascal and Lazarus bundled here: http://www.getlazarus.org/setup/#macintosh Contains ready made and configured cross compilers for: OSX i386 OSX x86_64 Linux i386 Linux x86_64 Win32 i386 Win64 x86_64 Just choose your build mode from one of the above options inside Lazarus, and press

Re: [Lazarus] Need suggestion about crosscompile on osx

2015-02-21 Thread FreeMan
Thank you Anthony, I'm looking for how to. Is it possible share how to do that ? On 21.02.2015 14:54, Walter wrote: The Free Pascal and Lazarus bundled here: http://www.getlazarus.org/setup/#macintosh Contains ready made and configured cross compilers for: OSX i386 OSX x86_64 Linux i386