Re: [Lazarus] Application Idea Request for Comments

2018-07-03 Thread Marc Santhoff via Lazarus
On Sun, 2018-07-01 at 10:50 -0400, Anthony Walter via Lazarus wrote: > I'd like to know what other cross > platform (Mac/Windows/Linux/Pi) programs exists that work as I am going to > describe. There are at least: avidemux lives pitivi shotcut kdenlive kino - dead project openshot

Re: [Lazarus] fpvectorial: TvPolygon missing?

2018-05-30 Thread Marc Santhoff via Lazarus
Hi, sorry for the noise, I had an old version of fpvectorial in the paths... On Wed, 2018-05-30 at 11:43 +0200, Marc Santhoff via Lazarus wrote: > Hi, > > while trying to recompile a program using fpvectorials TvPolygon the > declaration is not found: > > When grep'ing

[Lazarus] fpvectorial: TvPolygon missing?

2018-05-30 Thread Marc Santhoff via Lazarus
Hi, while trying to recompile a program using fpvectorials TvPolygon the declaration is not found: When grep'ing the directory whre fpvectorial lives there is nothing found in any file. Has this type been deleted or am I missing something? TIA, Marc -- Marc Santhoff --

Re: [Lazarus] Beep?

2018-03-26 Thread Marc Santhoff via Lazarus
(sending again from the subscribed mail address... if moderation is active, please drop the other mail - sorry and thanks) On Sun, 2018-03-25 at 22:02 -0400, Donald Ziesig via Lazarus wrote: > > Any suggestions would be appreciated. Make sure your computer can beep? (speaker connected, etc.)

Re: [Lazarus] translation of oss' soundcard.h

2017-11-27 Thread Marc Santhoff via Lazarus
Sorry, this would belong to the fpc list... On Mo, 2017-11-27 at 11:25 +0100, Marc Santhoff via Lazarus wrote: > Hi, > > > has soundcard.h from OSS API already been translated to Pascal? > > OSS is used for accessing soundcards and MIDI devices by Linux and > Free

Re: [Lazarus] Writing >1000 TBufDataset records to file is extremely slow

2017-03-27 Thread Marc Santhoff via Lazarus
On So, 2017-03-26 at 23:53 +0200, Werner Pamler via Lazarus wrote: > Trying to extend the import/export example of fpspreadsheet from a dBase > table to a TBufDataset I came across this issue with TBufDataset: While > data are posted to the database as quickly as usual writing to file > takes

Re: [Lazarus] type lib import

2017-03-04 Thread Marc Santhoff via Lazarus
On Sa, 2017-03-04 at 17:02 +0100, Martok via Lazarus wrote: > Hi, > > yes, FPC provides the 'importtl'-utility for that. You can also install the > LazActiveX package to get a Delphi-style visual frontend for it in the IDE > Tools > menu. > > > Martok General Martok? Thlo'! Marc --

Re: [Lazarus] type lib import

2017-03-04 Thread Marc Santhoff via Lazarus
On Sa, 2017-03-04 at 16:59 +0100, Michael Van Canneyt wrote: > > On Sat, 4 Mar 2017, Marc Santhoff via Lazarus wrote: > > > Hi, > > > > is fpc/lazarus able to import type libraries for COM dll on windows? > > If there is an IDL, yes it can. There is a tool

Re: [Lazarus] Running an app on boot

2017-01-25 Thread Marc Santhoff via Lazarus
On Mi, 2017-01-25 at 08:26 -0500, Paul Breneman via Lazarus wrote: > On 01/25/2017 08:09 AM, zeljko via Lazarus wrote: > > You cannot run an X11 application without running X11 server. That's > > wrong. If you need headless server gui app then you can use xfvb for > > such purpose , or normally

Re: [Lazarus] OpenGL on FreeBSD

2017-01-08 Thread Marc Santhoff via Lazarus
On So, 2017-01-08 at 12:51 +0100, Marc Santhoff via Lazarus wrote: > On So, 2017-01-08 at 12:31 +0100, Mattias Gaertner via Lazarus wrote: > > On Sun, 08 Jan 2017 10:43:49 +0100 > > Marc Santhoff via Lazarus <lazarus@lists.lazarus-ide.org> wrote: > > > >

Re: [Lazarus] OpenGL on FreeBSD

2017-01-08 Thread Marc Santhoff via Lazarus
On So, 2017-01-08 at 12:31 +0100, Mattias Gaertner via Lazarus wrote: > On Sun, 08 Jan 2017 10:43:49 +0100 > Marc Santhoff via Lazarus <lazarus@lists.lazarus-ide.org> wrote: > > And what do I have to do to make it running, looks like the first step > > is to defi

[Lazarus] OpenGL on FreeBSD

2017-01-08 Thread Marc Santhoff via Lazarus
Hi, when trying to compile the lazopenglcontext package it fails like this: " openglcontext.pas(54,4) Error: User defined: this LCL widgetset/OS is not yet supported " has anyone managed or at least tried to use OpenGL on FreeBSD/gtk2? And what do I have to do to make it running, looks like