Hoang Vuong
Starting Member
1 Posts |
Posted - Sep 20 2018 : 05:16:03 AM
|
Installed newest version but many symbols are not recognized, examples:
//* Symbol 'i' not recognized: for(size_t i=0; i<m_visibles.added.size(); ++i) CDL1(" added ")(m_visibles.added[i].name)(' ')(m_visibles.added[i].s);
//* Symbols 'now', 'ev', 'v', 'dir', 'ea' 'ace' not recognized: void Cxx::onEvent(double now, Event * ev) { FNCNAME("Cxx::onEvent: "); switch(ev->number()) { case E1::nbr: { double v = ((E1*)ev)->speed(); long dir = ((E1*)ev)->dire(); CDL1("got E1 v ")(v)(" dir ")(dir); if (dir == DIR_REV) v = -v; break; } case E2::nbr: { E2 const & ace(*reinterpret_cast<E2*>(ev)); ... |
|
feline
Whole Tomato Software
United Kingdom
19022 Posts |
Posted - Sep 20 2018 : 5:01:13 PM
|
So far I am not seeing this problem, and I am not sure why this is happening.
What file extension are you working in? I am testing in a .cpp file, so this may be a factor.
When you say that VA does not recognize the symbols, how do you know VA does not recognize them? Are they being underlined? Not being shown in the correct colour? Find References cannot find the references when run? Something else? |
zen is the art of being at one with the two'ness |
|
|