Re: Patch for Setup.exe problem and for mklink2.cc

2002-04-06 Thread Guy Harrison
On Wed, 03 Apr 2002 13:11:53 EST, Brian Keener [EMAIL PROTECTED] wrote: wrote: As for the 's, I wonder if it's a w32api reference issue? The compiler complains if they are present for me. For me it is the opposite. g++ complains when they are *not* present. I believe this might be

RE: Patch for Setup.exe problem and for mklink2.cc

2002-03-29 Thread Robert Collins
-Original Message- From: Robert Collins Sent: Thursday, March 28, 2002 1:11 AM To: Ton van Overbeek; [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: Patch for Setup.exe problem and for mklink2.cc -Original Message- From: Ton van

RE: Patch for Setup.exe problem and for mklink2.cc

2002-03-27 Thread Gary R Van Sickle
[snip] Found the problem causing the segment violation and probably causing Jonas Eriksson's problem. It is a typical case of 'off by 1'. In PickView::set_headers the loop filling the window header does one iteration too much, resulting in a call to DoInsertItem with a NULL string

RE: Patch for Setup.exe problem and for mklink2.cc

2002-03-27 Thread Robert Collins
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Gary R Van Sickle Sent: Thursday, March 28, 2002 4:48 AM To: [EMAIL PROTECTED] Subject: RE: Patch for Setup.exe problem and for mklink2.cc [snip] Found the problem causing the segment