Alles anzeigenchar.cpp:6707:2: error: no matching function for call to 'memset'
memset(&pack, NULL, sizeof(TPacketGCViewProfile));
^~~~~~
/usr/include/string.h:67:7: note: candidate function not viable: no known
conversion from 'nullptr_t' to 'int' for 2nd argument
void *memset(void *, int, size_t);
^
1 error generated.
#include <boost/algorithm/string.hpp>
Ist bei mir vorhanden in der Char.cpp.. Können wir ausschließen
Vielleicht hat jemand eine Lösung