[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: A TclCL problem



On Fri, 05 Mar 1999 21:38:08 +0800, "YangMing" wrote: 
>problem: A string code[] is defined in embedded-tcl.cc,its length is greater than maximum string length(2048 bytes)allowed in microsoft C,so a build error is reported.

tcl2c++.c has code at the beginning to work around this problem (see
TCL2C_INT).  Can you look at this and figure out why this define is not being
used on your system?  (It is on other windows systems that we've
used.)

   -John Heidemann