Skip to content

Textractor extension that sends sentences over the network

License

Notifications You must be signed in to change notification settings

45Tatami/Textractor-TCPSender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Textractor TCP-Sender

Textractor extension that sends sentences over TCP. Useful for setups where the clipboard is not enough. See here for an example of the receiving server side.

Configuration done at runtime via interface.

Purrint_1707

Building

Requires Visual Studio 2019 or meson. Drop into VS, build x86 or x64 depending on which Textractor architecture you use. Drop resulting dll into Textractor extension window.

meson

meson setup build
ninja -Cbuild

Project includes example cross-compilation definition files for a mingw32 toolchain under cross.

# x86/32bit
meson setup --cross-file=cross/i686-w64-mingw32.txt build

# x86_64/64bit
meson setup --cross-file=cross/x86_64-w64-mingw32.txt build