On Sat, 15 Nov 1997, Brian T Hills wrote:
> Is it possible to write some functions in C and incorporate them within vtcl
> when constructing an application?
>
> Is there a simple solution to this problem?
Not a problem. Just run vTcl with your customized version of wish by
putting it into the vtcl script:
PATH_TO_WISH=/usr/local/bin/mywish
If you are creating shared libraries (DLL's) you probably just load them
into the regular wish that is running vTcl by placing the load command
into the "init" proc that vTcl always creates for each application. I
haven't used DLLs myself yet.
...RickM...
---------------------------------------------------------------------------
To unsubscribe from the Visual Tcl mailing list, please send a message
to [EMAIL PROTECTED] with "unsubscribe vtcl [EMAIL PROTECTED]" in the
message body (where [EMAIL PROTECTED] is your e-mail address).