Bugs item #425366, was opened at 2001-05-18 20:23 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=103152&aid=425366&group_id=3152
Category: Architecture: Win32-specific Group: aolserver3_4 Status: Open Resolution: None Priority: 5 Submitted By: Adam Zell (zellster) >Assigned to: Kriston Rehberg (kriston) Summary: 3.4 changes broke MSVC projects Initial Comment: Removing tcl8x.c and adding nsthreads.c should be reflected in the Win32 projects. One solution: in nsthread.dsp, remove the SOURCE=... reference to tcl8x.c Sample diff: *** nsthread/nsthread.dsp 2001/05/09 04:51:58 1.3 --- nsthread/nsthread.dsp 2001/05/18 03:54:39 1.4 *************** *** 135,144 **** # End Source File # Begin Source File - SOURCE=..\..\thread\tcl8x.c - # End Source File - # Begin Source File - SOURCE=..\..\thread\thread.c # End Source File # Begin Source File --- 135,140 ---- in nstcl.dsp, add a SOURCE=... reference to nsthreads.c Sample diff: *** nstcl/nstcl.dsp 2001/05/09 04:51:58 1.4 --- nstcl/nstcl.dsp 2001/05/18 04:26:01 1.5 *************** *** 92,97 **** --- 92,101 ---- # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" # Begin Source File + SOURCE=..\..\tcl8.3.2\generic\nsthreads.c + # End Source File + # Begin Source File + SOURCE=..\..\tcl8.3.2\generic\regcomp.c # End Source File # Begin Source File ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2001-10-04 09:59 Message: Logged In: NO C'mon guys, this suggests that no one ever even tested the Win32 release. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=103152&aid=425366&group_id=3152