http://qs321.pair.com?node_id=1233682


in reply to Tkx not installing properly

to summarize:
  1. probably this is 32/64 bit not linking together;
  2. but you better switch to BAWT binaries of tcl/tk, which is alternative to ActiveTCL
  3. also Tkx is not recommended, because its syntax too much noisy and requires full rewrite.
  4. suggested by chrstphrchvz Tcl::pTk is probably most easy transition, and probably the best advice in your particular case
  5. another way is to use Tcl::Tk which is small sufficient and gives you perl/Tk syntax, but requires more changes to your already existing perlTk code