Thanks I'm trying to track down a VC6 install so I can test the .dsp build before I commit. Maybe a move to VC2003 as a minimum might be in order some day.
cheers tim On Mon, Mar 8, 2010 at 7:43 PM, Mladen Turk <mt...@apache.org> wrote: > On 03/07/2010 09:31 PM, t...@apache.org wrote: > >> Author: timw >> >> + /* Remember the current log file name for the next potential >> rotate */ >> + strcpy_s(log_file_effective, sizeof(log_file_effective), >> log_file_name); >> > > -1 > > You will have to use StringCb routines here, because strcpy_s > breaks the VC6 compilation. Those we added to later MSVCRT versions. > > Regards > -- > ^TM > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org > For additional commands, e-mail: dev-h...@tomcat.apache.org > >