-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Welcome to the VCRExt wiki!
This wiki consists of a brief description of this Tcl/Tk extension, the corresponding build procedure and the prerequisites.
VCRExt is a Tcl/Tk extension that allows to kill processes, to create, remove and run services written in Tcl language and to create, resume and terminate suspended processes. It can be very helpful whenever specific actions need to be performed during shutdown. See the readme for more details.
VCRExt is a Tcl/Tk extension for Windows. Microsoft Visual Studio 2017 or later can be used rebuild the extension. Any Tcl/Tk interpreter for Windows based on x86 or x64 processor architecture can use this extension if its version is >= 8.5. Good stand-alone interpreters can be found here, a large list of other binary and source distributions can be found here.
To be able to build the extension with Visual Studio, using the project file, you have to store the project file, the source files and the Tcl/Tk include files into one single folder (the Tcl/Tk include files must be in a sub-folder named include, for VCRExt versions > 1.1, the Tcl/Tk include files must be in the tcl\include folder of the parent folder ..).