On May 17, 2019, at 7:49 PM, sql...@zzo38computer.org wrote:
> 
> (For Macintosh you may need to change "xclip -o" to the proper command on 
> Macintosh,

pbpaste

>  For Windows, this extension is unlikely to work

There are pipes in the NT line of kernels, and there are ways to tie that to 
stdin or stdout of a Windows Console process, but you’d have had to go out of 
your way in your extension to make use of these facilities.  

The easiest way is to use the Visual C++ _popen() function, which emulates the 
POSIX popen() function, but it looks like your extension isn’t written in terms 
of popen().

Plan B would be to run SQLite and your extension under Cygwin or WSL, either of 
which should work well with this extension.
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to