Menu

#220 Tango::RUNNING: error: expected unqualified-id ...

closed
5
2009-04-21
2009-03-06
Giacomo S
No

Tango::RUNNING state is affected by the following compilation error:

error: expected unqualified-id before numeric constant

The other Tango states are ok.

Discussion

  • Emmanuel Taurel

    Emmanuel Taurel - 2009-03-13

    Hola a todos.

    I am not able to re-produce your problem.
    I have written a litle test like

    --------------------------------------

    #include <tango.h>
    using namespace std;

    int main(int argc, char *argv[])
    {
    Tango::DevState ds;
    ds = Tango::RUNNING;
    cout << "State = " << ds << endl;
    }

    ------------------------------------------------------

    It works fine. No compilation or execution problem.

    Do you still have your problem?

    Emmanuel Taurel

     
  • Emmanuel Taurel

    Emmanuel Taurel - 2009-04-21
    • status: open --> closed
     

Log in to post a comment.

MongoDB Logo MongoDB