Re: [Lazarus] Problems using RunCommandIndir with Lazarus, 2.0.0

2019-03-02 Thread Marco van de Voort via lazarus
Op 2019-03-02 om 22:52 schreef Carlos Eduardo S. M. via lazarus: It seems like poNoConsole could be what I am after, but it is Win32 only... No option to hide the console? Why not to use TProcess? RunCommandInDir is a TProcess wrapper and resides in the same unit. TProcessOptions are the

Re: [Lazarus] Problems using RunCommandIndir with Lazarus, 2.0.0

2019-03-02 Thread Carlos Eduardo S. M. via lazarus
On Sat, 02 Mar 2019 09:56:07 +0100, Bo Berglund via lazarus wrote: Now for another RunCommandInDir problem: When I run the command to extract the information a black command window is briefly flashed on screen and then disappears. Is there some way to

Re: [Lazarus] How to configure Fppkg in IDE startup dialog with FPC 3.2 ?

2019-03-02 Thread Joost van der Sluis via lazarus
Op 02-03-19 om 15:26 schreef Martok via lazarus: Am 02.03.2019 um 13:32 schrieb Joost van der Sluis via lazarus: Then something is wrong with fpcupdeluxe. If FPC, Lazarus, fpmake all find the correct paths, but fppkg does not, then this is clearly the installer's fault. Flawless logic. If yo

Re: [Lazarus] How to configure Fppkg in IDE startup dialog with FPC 3.2 ?

2019-03-02 Thread Martok via lazarus
Am 02.03.2019 um 13:32 schrieb Joost van der Sluis via lazarus: > Then something is wrong with fpcupdeluxe. If FPC, Lazarus, fpmake all find the correct paths, but fppkg does not, then this is clearly the installer's fault. Flawless logic. -- Regards, Martok --

Re: [Lazarus] How to configure Fppkg in IDE startup dialog with FPC 3.2 ?

2019-03-02 Thread Joost van der Sluis via lazarus
Op 16-02-19 om 20:03 schreef AlexeyT via lazarus: -I deleted FPC 3.0.4 from Linux x64 OS path (/usr/.) -Instead installed FPC fixes3.2 via FpcUpDeluxe into ~/fpcupdeluxe/fpc IDE after recompiling via FPC 3.2 now asks FPPKG path!! in startup dialog. I cannot solve it. I tried all paths from

Re: [Lazarus] fppkg - autodetect on Windows

2019-03-02 Thread Joost van der Sluis via lazarus
Op 16-02-19 om 15:50 schreef Martok via lazarus: I tried: $(LazarusDir)\fpc\$(FPCVer) (this is what intuitively makes sense) $(LazarusDir)\fpc\ (this is what the text asks for) $(LazarusDir)\fpc\$(FPCVer)\bin You cannot use Lazarus-style macro's. It does not resolve th

Re: [Lazarus] Fppkg error on IDE start with FPC 3.2 fixes

2019-03-02 Thread Joost van der Sluis via lazarus
Op 21-02-19 om 14:39 schreef Martok via lazarus: Am 21.02.2019 um 13:14 schrieb Sven Barth via lazarus: The RTL package is not part of the packages directory, but is parallel to that. Nevertheless it contains an fpmake.pp declaring it as a package. It also doesn't create a fpmkinst file, is th

Re: [Lazarus] Problems using RunCommandIndir with Lazarus 2.0.0

2019-03-02 Thread Bo Berglund via lazarus
On Fri, 01 Mar 2019 18:33:00 +0100, Bo Berglund via lazarus wrote: >I am trying to extract information from a video file (mp4) using >ffmpeg in a Lazarus 2.0.0 program. I found that ffmpeg is not optimum when just needing the video data I was after, instead ffprobe is more suited to this. It is