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 IamaSherpa 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: *

  • Users: fox5
  • Order by date
  1. fox5

    <b>Sticky problem: Wrong number of argument</b>

    I have a function in .dll library: int DATA(ClientData clientData, Tcl_Interp *interp, int argc, char *argv[]) { static char rtn[100]; if (argc != 3) { Tcl_SetResult(interp, "wrong number of arguments ", TCL_STATIC); return TCL_ERROR; } if (...
  2. fox5

    Urgent!!!----how to call a .dll from tcl????

    I try, but it told me the following error message: couldn't execute rundll.exe: no such file or directory What's wrong?
  3. fox5

    Urgent!!!----how to call a .dll from tcl????

    I am new to TCL/TK. But I need your prompt help in how to call a .dll from TCL on Windows 2K platform. I have a .dll, but can't figure out how to call functions in it. Any of your help or direct me to reference is greatly appreciately.

Part and Inventory Search

Back
Top