Hi all.. I'd like to find some way to allow a user to run a C program I've written with a TK GUI (I used Tk_Main to incorporate tk into my C code) without having to install TCL/TK. I thought this would be a simple matter of throwing some .dlls in the directory, but once I put in Tcl83.dll and Tk83.dll, it complained about init.tcl, then about not being able to find Tk_LibraryInfo or something..
etc
I'm sure this is something that people have done before.. So if anybody knows the 'right' way to do this, your help would be much appreciated.
Ideally I'd like both Unix and Windows versions, but any info would be helpful.
Thanks.
Nathan
etc
I'm sure this is something that people have done before.. So if anybody knows the 'right' way to do this, your help would be much appreciated.
Ideally I'd like both Unix and Windows versions, but any info would be helpful.
Thanks.
Nathan