Hello,

you must watch for the encoding folders of Tcl. I had the same problem with german 
fonds and it turned out, that the wrong tcl library was wrapped. Here is an example 
command line for wrapping. All umlauts are displayed correct.

prowrap -out "../ATOS.exe" \
        -verbose \
        -executable ../myBigWish.in \
                *.gif \
        -startup ATOS.tcl \
        -tcllibrary lib/tcl8.3 \                                <--- Watch for the 
library version !!
        -relativeto C:/Programme/Tcl/lib \
                C:/Programme/Tcl/lib/tcl8.3/opt0.4/*.tcl \
                        C:/Programme/Tcl/lib/Tktable2.6/*.tcl \
                        C:/Programme/Tcl/lib/Tktable2.6/*.dll \
        -relativeto C:/Programme/Tcl/lib \
                        C:/Programme/Tcl/lib/tcom3.4/*.tcl \
                        C:/Programme/Tcl/lib/tcom3.4/tcom.dll \
                        C:/Programme/Tcl/lib/tcom3.4/cc3250mt.dll \
        -relativeto C:/Programme/Tcl/win32-ix86/bin \
                        C:/Programme/Tcl/win32-ix86/bin/winico04.dll 

Regards
         
          Rasmus Debitsch
          Z/I Imaging
          Carl Zeiss Strasse
          D-73447 Oberkochen
          
          Tel. ++49 (7364) 20-4838
          Fax. ++49 (7364) 20-3724

_______________________________________________
vtcl-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/vtcl-user

Reply via email to