From: Vince D. <vi...@sa...> - 2002-07-11 08:59:47
|
>>> (2) How do I test the tkwin driver in a tk environment? (Complete cookbook please since I have very little knowledge of tcl/tk). >>> Ok, done everything else. Now to look at the above. You need to build a shared library with contains all of the code. Then start up 'wish' (the tk shell) and type: >wish % cd location/of/my/shared/lib % load nameOfSharedLib.so Plplotter (assuming that doesn't return an error message) % package provide Plplotter 5.1.0 % source location/of/runAllDemos.tcl (hope that makes sense to you). Obviously if the above works, then the idea is that it can all be made very seamless but for the moment a manual approach should tell us where (if) there are errors/problems. -- Vince <http://www.santafe.edu/~vince> |