Previous Up Next

7.2  Loading the interface

The peer multitasking interface is provided as a Tcl-package called eclipse_peer_multitask, and must be loaded along with either the embedded (eclipse) or remote (remote_eclipse) variant of the Tcl peer interface.

lappend auto_path "/location/of/my/eclipse/lib_tcl"
package require remote_eclipse
package require eclipse_peer_multitask


Previous Up Next