Hello,
I am using ActiveTcl8.4.14.0.272572-win32-ix86-threaded on Windows XP.
I have just started using tcl and am trying to use the proc exif::analyzeFile and can not get it to work. I have used the "auto_mkindex" command to create a "tclIndex" file in the library directory ..../lib/tcllib1.9/exif and I have also used the "lappend" command to append the above full directory path to the auto_path variable (verified by printing out its contents).
When I try to use the
exif::analyzeFile filename.jpg
command I get an error message saying
invalid command name "exif::analyzeFile ..."
Any and all help will be appreciated.
I am using ActiveTcl8.4.14.0.272572-win32-ix86-threaded on Windows XP.
I have just started using tcl and am trying to use the proc exif::analyzeFile and can not get it to work. I have used the "auto_mkindex" command to create a "tclIndex" file in the library directory ..../lib/tcllib1.9/exif and I have also used the "lappend" command to append the above full directory path to the auto_path variable (verified by printing out its contents).
When I try to use the
exif::analyzeFile filename.jpg
command I get an error message saying
invalid command name "exif::analyzeFile ..."
Any and all help will be appreciated.