I am trying to build my first plugin
But i cant figure out how find the value of the bytes (bytes + 10) and how to properly use them..
Please help..

unsigned char onebyte = *reinterpret_cast<const unsigned char*>((bytes+1));usigned short twobytes = *reinterpret_cast<const unsigned short*>((bytes+1));unsigned int fourbytes = *reinterpret_cast<const unsigned int*>((bytes+1));
Users browsing this forum: No registered users and 1 guest