Re: [Lazarus] How to install lazvlc?

2019-05-08 Thread Michael Van Canneyt via lazarus
On Thu, 9 May 2019, Bo Berglund via lazarus wrote: On Tue, 07 May 2019 12:15:35 +0200, Bo Berglund via lazarus wrote: On Tue, 7 May 2019 09:41:39 +0200 (CEST), Michael Van Canneyt via lazarus wrote: Lazarus users can install the lazvlc package. But I can not find where one can obtain th

Re: [Lazarus] How to install lazvlc?

2019-05-08 Thread Bo Berglund via lazarus
On Tue, 07 May 2019 12:15:35 +0200, Bo Berglund via lazarus wrote: >On Tue, 7 May 2019 09:41:39 +0200 (CEST), Michael Van Canneyt via >lazarus wrote: > >>> Lazarus users can install the lazvlc package. >>> >>> But I can not find where one can obtain this package... >> >>It's available in the laz

Re: [Lazarus] Self-set breakpoint on a procedure?

2019-05-08 Thread Pedro Restrepo via lazarus
Thank you very much Martin. Yes, there was a breakpoint in the interface section. I found it with the breakpoint window. Probably was the result of an accidental key stroke. I removed it and the issue is gone. Best regards, Pedro On Wed, May 8, 2019 at 1:17 PM Martin Frb via lazarus < lazarus@li

Re: [Lazarus] Self-set breakpoint on a procedure?

2019-05-08 Thread Martin Frb via lazarus
On 08/05/2019 19:33, Pedro Restrepo via lazarus wrote: I have been using Lazarus IDE v2.0.0 r60307 with fpc 3.0.4  on a 64bit Windows 10 machine without major issues. However, the debugger inserted a breakpoint on the first procedure in the Implementation section. There are no breakpoints in th

Re: [Lazarus] Soliciting help with next tutoring project, playing sounds and music

2019-05-08 Thread Anthony Walter via lazarus
Mehmet, Thanks for that information. You may not be aware of it, but I am the author of the first Pascal translation of the SDL 2 headers. What SDL 2 provides is a means to create cross platform graphical and audio appli

[Lazarus] Self-set breakpoint on a procedure?

2019-05-08 Thread Pedro Restrepo via lazarus
I have been using Lazarus IDE v2.0.0 r60307 with fpc 3.0.4 on a 64bit Windows 10 machine without major issues. However, the debugger inserted a breakpoint on the first procedure in the Implementation section. There are no breakpoints in the procedure. In fact, I wrote a dummy procedure without any

Re: [Lazarus] Soliciting help with next tutoring project, playing sounds and music

2019-05-08 Thread Mehmet Erol Sanliturk via lazarus
On Wed, May 8, 2019 at 3:02 PM Anthony Walter via lazarus < lazarus@lists.lazarus-ide.org> wrote: > Jose, > > I'd really like to reduce dependencies and not use black box code that > comes with licencing restrictions and requires bundling of additional third > party binary executable files. > > Th

Re: [Lazarus] Soliciting help with next tutoring project, playing sounds and music

2019-05-08 Thread Anthony Walter via lazarus
Jose, I'd really like to reduce dependencies and not use black box code that comes with licencing restrictions and requires bundling of additional third party binary executable files. Thanks for the suggestion though. If anyone is actually interested in how to decode an mp3 into left and right a

Re: [Lazarus] Soliciting help with next tutoring project, playing sounds and music

2019-05-08 Thread José Mejuto via lazarus
El 07/05/2019 a las 22:30, Anthony Walter escribió: Jose, Thank you for the suggestion. I've used both BASS and FMOD extensively in the past. Those library are for playing sounds from files or streams using their abstracted concepts of channels. What I am looking for is something a bit more p