T O P I C R E V I E W |
paultait |
Posted - Jan 12 2006 : 12:09:29 AM I type mWL[0]. and nothing happens !!!!
toolbar shows
CArray<WellLogData, WellLogData&>.[] TYPE operator[](int index) const
mWL is defined WellLogDataArray &mWL
even CTRL space CTRL ALT T does nothing
I'm running current version VAX with default settings VC6 SP6
Next I type n and the only suggestion I get is new or NULL !!
Any suggestions |
6 L A T E S T R E P L I E S (Newest First) |
support |
Posted - Jun 19 2006 : 5:39:13 PM Fixed in 1524:
Better suggestions and listboxes appear for CArray template classes. (case=960) |
support |
Posted - Feb 21 2006 : 5:36:01 PM We moved case 960 up the queue a bit. |
feline |
Posted - Feb 21 2006 : 5:28:47 PM i have just checked and unfortunately this has not yet been resolved. |
jpizzi |
Posted - Feb 20 2006 : 01:14:46 AM They usually post a notice in response to this thread in this forum. Another way to see is to check the release notes (available on this site, http://www.wholetomato.com/support/history.html). The numbers at the end of the line refer to the thread topic id (this one is 4282). |
paultait |
Posted - Feb 20 2006 : 12:46:26 AM How do I find out if this bug has been fixed yet ?
Thanks Paul |
feline |
Posted - Jan 12 2006 : 5:51:46 PM not knowing CArray i had a brief look at the documentation and ended up with the code:
void testTemplate() { CArray<std::string, int> arrayString; arrayString[0].| }
in VC6 with VA 1418 i get std::string methods after pressing CTRL-SPACE at this point.
doing the same test in VA 1438 there are no suggestions.
it looks like moving to the new parser upset this
case=960 |