Hello,
I have made a test software with tcl and I have created objects using the "itcl" and "itk" packages.
Now, I try to create an .exe file with freewrap; I had no problem with others packages like "crc32", but no way for "itcl" and "itk".
I have tried several ways like
**************************************
lappend auto_path c:/tcl/lib/itcl3.2
lappend auto_path c:/tcl/lib/itk3.2
package require Itcl
package require Itk
*************************************
and also
**************************************
freewrap_load itcl32.dll
freewrap_load itk32.dll
**************************************
but I had always the same problem : when I run the exe file, I have the message "can't find package Itcl 3.2"
Is there someone with a good idea to help me ??
I have made a test software with tcl and I have created objects using the "itcl" and "itk" packages.
Now, I try to create an .exe file with freewrap; I had no problem with others packages like "crc32", but no way for "itcl" and "itk".
I have tried several ways like
**************************************
lappend auto_path c:/tcl/lib/itcl3.2
lappend auto_path c:/tcl/lib/itk3.2
package require Itcl
package require Itk
*************************************
and also
**************************************
freewrap_load itcl32.dll
freewrap_load itk32.dll
**************************************
but I had always the same problem : when I run the exe file, I have the message "can't find package Itcl 3.2"
Is there someone with a good idea to help me ??