[fpc-pascal] ncurses 6

2020-02-14 Thread Kevin Monceaux
Pascal Fans, The ncurses and oCRT example programs appear to have an issue with ncurses 6. Attempting to compile them gets an undefined reference to symbol 'keypad' error. Adding {$LINKLIB tinfow} to the affected programs works around the issue. The ncurses units might need to use:

Re: [fpc-pascal] OpenCV

2020-02-14 Thread Sven Barth via fpc-pascal
Adriaan van Os schrieb am Fr., 14. Feb. 2020, 12:22: > > SWIG 4.0.1 did build out of the box on OSX, the Delphi version did not. > Porting the Delpi changes > > to a newer version of SWIG will take time too. Is there any special > reason why Delphi support is > > not accepted for the SWIG main

Re: [fpc-pascal] OpenCV

2020-02-14 Thread Henry Vermaak via fpc-pascal
On Thu, 13 Feb 2020 at 13:26, Adriaan van Os wrote: > > > I looked around on the web for OpenCV Pascal bindings. What I found, seems to > be based (mostly) on > the OpenCV C interfaces, which covers only part of OpenCV. > > Alternatives are: >8--- > 2. Hook into the Python wrapper/bindings

Re: [fpc-pascal] OpenCV

2020-02-14 Thread Adriaan van Os
SWIG 4.0.1 did build out of the box on OSX, the Delphi version did not. Porting the Delpi changes to a newer version of SWIG will take time too. Is there any special reason why Delphi support is not accepted for the SWIG main code tree ? I found

Re: [fpc-pascal] OpenCV

2020-02-14 Thread Adriaan van Os
Sven, You could try to use this modified version of Swig which is supposed to support Delphi:Â https://github.com/FMXExpress/swig-delphi I played a bit with SWIG, but my impression is that it will take considerable time to get OpenCV to compile. SWIG 4.0.1 did build out of the box on OSX,