SoftEtherVPN / seclib

C Library for Convenient System & Network Programming

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failed to compile it

connLAN opened this issue · comments

On wondows , I use win10 + MS2017 , a lot of errors when compiling; On Linux, it is easy to compile , but when I try to call it from c++, a lot of errors such as redifination of ...

Firstly, Could you give a guid on how to build and how to use it?

Secondly , the code style of :
typedef struct BLABLA {
.....
} BLABLA;
is bad ;(