Author |
Topic |
|
Old as dirt
Tomato Guru
USA
246 Posts |
Posted - Mar 07 2004 : 1:34:41 PM
|
Build 1219 let the following slip by. panel[panelNum].gridPtr[1].sideSlice.point[iii] = p3; it should have been this panel[panelNum].gridPtr[1]->sideSlice.point[iii] = p3;
here is the definition of gridPtr CArray<Grid*, Grid*> gridPtr;
I'm using VC 6
|
Ken |
Edited by - Old as dirt on Mar 07 2004 10:00:44 PM |
|
Stephen
Tomato Guru
United Kingdom
781 Posts |
Posted - Mar 08 2004 : 07:42:48 AM
|
I wonder if this is related to thread #656? VA often seems to be confused about CMaps of pointer values, and forgets that they are pointers not real objects. Of course, it could be something completely different... |
Stephen Turner ClickTracks http://www.clicktracks.com/ Winner: ClickZ's Best Web Analytics Tool 2003 & 2004
|
|
|
Old as dirt
Tomato Guru
USA
246 Posts |
Posted - Mar 08 2004 : 09:42:54 AM
|
Perhaps it is, but that was several builds ago and the problem still persists. |
Ken |
|
|
support
Whole Tomato Software
5566 Posts |
Posted - Mar 08 2004 : 7:42:57 PM
|
The error is one in our parser and is unlikely to get fixed in the next few builds. Parser changes can wreak havoc for many people. We are saving the task for the days after VA X is in general release.
Thank you for your understanding and patience. |
Whole Tomato Software, Inc. |
|
|
Old as dirt
Tomato Guru
USA
246 Posts |
Posted - Mar 08 2004 : 10:08:36 PM
|
Don't you think Beta test is the time to make sure the parser is working properly rather than messing with people after they are really using and depending on the product? After all, if it messes up now we just report it and don't write death threats. |
Ken |
|
|
support
Whole Tomato Software
5566 Posts |
Posted - Mar 08 2004 : 11:29:44 PM
|
Reality is if we fixed every problem, we would never get out of beta.
Our goal is to fix problems that prevent people from using the software. We aim for stability and usability. Once done, and we are close, we issue a general release.
Once general release is done, we continue with the beta program. We don't skip a beat. Parser changes go in the beta version which is accordingly labeled. People who prefer not to live on the bleeding edge remain with our always available, general release. |
Whole Tomato Software, Inc. |
|
|
Old as dirt
Tomato Guru
USA
246 Posts |
Posted - May 19 2004 : 10:34:40 AM
|
(bump) I just don't want this to fall through the cracks. The good news is that this is the most annoying thing I have to complain about. |
Ken |
|
|
feline
Whole Tomato Software
United Kingdom
19014 Posts |
Posted - Aug 07 2004 : 2:06:48 PM
|
case=201
both thread #656 and this case reproduced in VS .NET 2003 with VAX 1246
i reproduced this using the simpler example:
CArray<string *, string *> check;
check[1].length(); |
zen is the art of being at one with the two'ness |
Edited by - feline on Aug 07 2004 5:51:45 PM |
|
|
Stephen
Tomato Guru
United Kingdom
781 Posts |
Posted - Aug 08 2004 : 04:05:11 AM
|
Thanks, feline. In general, VAX still seems very confused with template classes. I suspect none of the VAX developers write template classes, or they would be annoyed enough to do something about it. |
Stephen Turner ClickTracks http://www.clicktracks.com/ Winner: ClickZ's Best Web Analytics Tool 2003 & 2004
|
|
|
|
Topic |
|