search for: attrmonitor

Displaying 1 result from an estimated 1 matches for "attrmonitor".

2008 Nov 06
0
VC98 unter wine -> undname.c:189: str_array_push: Assertion
...isting Visual C++ 6 projekt under wine. But at one file i get the error mentioned in the topic. Some more detail about the code: working: Code: typedef std::set<Int> IdxSet; typedef map<Int, IdxSet> InstMap; typedef map<string, InstMap> AttrMap; typedef map<string, Int> AttrMonitor; not working: Code: typedef std::set<Int> IdxSet; typedef map<Int, IdxSet> InstMap; typedef map<string, InstMap> AttrMap; typedef map<string, AttrMap> AttrMonitor; It seems to be that the type AttrMonitor is to complicated / deep (missing the english word). Error...