RE: [litwindow-users] vs 2005 compilation
Status: Alpha
Brought to you by:
hajokirchhoff
From: yrs90 <yr...@ya...> - 2005-04-20 03:40:06
|
> Now it compiles and links, but upon execution I get a debug assertion > stating "vector iterators incompatible". > Any idea how to resolve this assertion? Is this a library problem too? Okay I can localize the assertion to the rule that assigns the vector to the listctrl when handled by Start(). With the rule commented out or with Start() commented out (not so surprising really), I can start the program without any assertions. My rule is of the form RULE("xrcListCtrl", make_expr<accessor>("m_myVector")) where m_myVector, although embedded in a class, is of the form class MyListItems; vector<MyListItems> m_myVector; IMPLEMENT_ADAPTER_CONTAINER(vector<MyListItems>) The assertion occurs in RapidUI::Start at line reading (*i)(*this); The iterator used is defined RulesList::const_iterator i; Time for a break. Regards, Joel --- [This E-mail scanned for viruses by Declude Virus] |