brenkem

Results 4 comments of brenkem

Hi, you need to build the documentation first, see the HTML link for the doxygen based documentation above. I will check again when I am back the the office. Thanks.

Solution: see here https://stackoverflow.com/questions/6485496/how-to-get-stdvector-pointer-to-the-raw-data

QtGUI/XCPWorkerThread.cpp: ` s->write((const char*)bytes.begin()._Ptr, bytes.size());` >>> `s->write((const char*)bytes.begin().data(), bytes.size());`

I can confirm that this issue (see [1]) is still present with current master (see [2]) and boost 1.74.0 but also 1.83.0 (combined with gcc (Debian 12.2.0-14) 12.2.0. I took...