You must be registered to post a reply. Click here to register.
T O P I C R E V I E W
yxwfrank
Posted - Jan 12 2006 : 02:36:37 AM VA_X.dll file version 10.2.1438.0 built 2005.12.16 Licensed to: VAOpsWin.dll version 1.3.1.9 VATE.dll version 1.0.4.11 MSDev.exe version 6.0.9782.2 Devshl.dll version 6.0.9782.0 Devedit.pkg version 6.0.9782.0 Font: Fixedsys -16(Pixels) Comctl32.dll version 5.81.4916.400 WindowsNT 5.0 Build 2195 Service Pack 4 Single processor
error: I define two classes :Media and Vedio , and define two variables:vector<Media> m_vMediaPkt and vector<Video> m_vTrack,both Media and Vedio have a function ParseInfo(), when I move the mouse on the function m_vMediaPkt.back().ParseInfo(), it can't parse correctly, it shows "reference back(){...}". Sometimes it can parse but also parse wrong: when I open a cpp file, it parse m_vMediaPkt.back().ParseInfo() as it should be, but when I switch to the other cpp file , m_vTrack.back().ParseInfo() also parses to Media.ParseInfo.
in version 1301, it doesn't have this question.
thanks!
4 L A T E S T R E P L I E S (Newest First)
support
Posted - Oct 29 2007 : 02:47:17 AM case=961 is fixed in Build 1614
jpizzi
Posted - Jan 16 2006 : 10:07:35 PM That means that it has been confirmed as a bug, and assigned case number 961. When the issue is resolved, it will be updated here.
yxwfrank
Posted - Jan 16 2006 : 8:26:44 PM What the means of case=961?how can I get the case=961?
feline
Posted - Jan 12 2006 : 7:20:12 PM i think i have reproduced this. certainly i have reproduced a problem with two std::vector variables with different types in the vector confusing VA.