Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. hability

    Extension in Tcl with C

    Hello ulis, A concrete exemple is better for me than this documentation in the wiki. Thank you for your help. A+
  2. hability

    Extension in Tcl with C

    #!/usr/bin/w.ish8.4 -f #-------------------VARIABLES global valeur entree; global valeur nouvelle; global base_entree; global nouvelle_base; global resultat verifie; global chiffres; #--------------------PROCEDURES proc Verifie_La_Base { } { global valeur entree; global base_entree...
  3. hability

    Extension in Tcl with C

    Hello all, I would like to create an extension with a function of conversion from a number in base ten to another base. I've already the programme in tcl-tk for such a converstion, but i need to transform it in C and Use Tcl libraries. The problem is that I don't know to use the Tcl libraries...

Part and Inventory Search

Back
Top