I am using vtcl with mktclapp, a program that combines C and tcl together. It generates a C program with all the tcl code imbedded as text strings.
Unfortunately, it generates each file as a single C char array. Well, visual C++, has a 64k byte limit on strings and I just ran afoul of that when I tried to use the combo box feature. This plus the progressbar code is too large if inclosed in a single file. Is there a way to get vtcl to output the library routines into separate files? thanks eric _______________________________________________ vtcl-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/vtcl-user
