Hi, @activetick , I came cross with the issue of running the sample codes of C++ api. Could you point out how could I correct the error?
ATInitAPI();
...
APISession session;
Requestor requestor(session);
cout << "session id: " << session.GetSessionHandle() << endl;
Streamer streamer(session)...