i'am trying to use securehandshake as i used it on raknet.
From Raknet's help:
1. Add #define LIBCAT_SECURITY 1 to "NativeFeatureIncludesOverrides.h". Rebuild all.
2. Include "Source/SecureHandshake.h". DO NOT INCLUDE ANY FILES FROM Source/cat
3. Create the public and private keys in advance
......
but in VS i get the error:
error C2653: 'cat': is not a class or namespace name
in this line:
Code: Select all
char public_key[cat::EasyHandshake::PUBLIC_KEY_BYTES];
thanks!