On Sat, 28 Jun 1997, Asif Hameed wrote: > How can i implement C/C++ statements in VTCL. > > I am currently using VTCL for WIN95 and have downloaded the related > c library need to interface. Asif, I haven't done this for Windows (is there a FAQ in this, Larry?), but for Unix you just create a shared-library with a few specially named functions. The library can be loaded with the tcl "load" command. I recommend reading the man-pages/help on the load command as a starting point. -stewart-
