I like to put a gui front-end on a C program, but I don't where to begin.
I read mentions of "Tcl_AppInit" used within Tcl_Main function, but diving farther into it opens up whole new set of commands (from the man pages)of which I not familiar with yet.
Can someone give me an overview as to what needs to take place; is there more than one way to do this?
Note: I've written plenty of tcl/tk scripts, but never intergrating them with C.
I read mentions of "Tcl_AppInit" used within Tcl_Main function, but diving farther into it opens up whole new set of commands (from the man pages)of which I not familiar with yet.
Can someone give me an overview as to what needs to take place; is there more than one way to do this?
Note: I've written plenty of tcl/tk scripts, but never intergrating them with C.