Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Technical Support
 when I use iterator(STL) , VAX cannot ..
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

dreamto
Starting Member

1 Posts

Posted - Oct 06 2004 :  01:34:44 AM  Show Profile
VAX Version : version 10.0.1230.0
IDE Version : Visual Studio 6.0

when I use iterator(STL) , VAX cannot Show Auto List Members

vector<CPartInDwg>::iterator pp;
vector<int>::iterator where;
for(pp = gDwgManager.DwgMap[m_csSelDwgName].PartListInDwg.begin() ;
pp != gDwgManager.DwgMa[m_csSelDwgName].PartListInDwg.end() ;
pp++)
{
//pp->MovePolyPart();
where = find(m_vecUniqPartNo.begin(),m_vecUniqPartNo.end(),
pp->m_nUniqPartNo);

if(where != m_vecUniqPartNo.end())
{
pp->GLDrawPart();
CPartInDwg tmpPart = *pp;
pp->// !!Cannot Show member Variable,And member Function
}
}


Edited by - dreamto on Oct 06 2004 01:37:11 AM

Stephen
Tomato Guru

United Kingdom
781 Posts

Posted - Oct 06 2004 :  04:53:50 AM  Show Profile
I think this is a known bug. But I agree, I'd like to see it fixed too.

Stephen Turner
ClickTracks http://www.clicktracks.com/
Winner: ClickZ's Best Web Analytics Tool 2003 & 2004
Go to Top of Page

WannabeeDeveloper
Tomato Guru

Germany
775 Posts

Posted - Oct 06 2004 :  06:22:52 AM  Show Profile
quote:
Originally posted by dreamto

VAX Version : version 10.0.1230.0




No 1246? No 1272? Why 1230?

Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000