--------------------Configuration: assman1 - Win32 Release--------------------
Compiling...
assman1.cpp
C:\Programme\Microsoft Visual Studio\MyProjects\assman1\assman1.cpp(137) : error C2440: '=' : cannot convert from 'int' to 'unsigned char [2]'
There are no conversions to array types, although there are conversions to references or pointers to arrays
C:\Programme\Microsoft Visual Studio\MyProjects\assman1\assman1.cpp(138) : error C2440: '=' : cannot convert from 'int' to 'unsigned char [2]'
There are no conversions to array types, although there are conversions to references or pointers to arrays
C:\Programme\Microsoft Visual Studio\MyProjects\assman1\assman1.cpp(170) : warning C4805: '==' : unsafe mix of type 'int' and type 'const bool' in operation
C:\Programme\Microsoft Visual Studio\MyProjects\assman1\assman1.cpp(175) : error C2501: 'go' : missing storage-class or type specifiers
C:\Programme\Microsoft Visual Studio\MyProjects\assman1\assman1.cpp(175) : error C2374: 'go' : redefinition; multiple initialization
C:\Programme\Microsoft Visual Studio\MyProjects\assman1\assman1.cpp(36) : see declaration of 'go'
C:\Programme\Microsoft Visual Studio\MyProjects\assman1\assman1.cpp(176) : error C2143: syntax error : missing ';' before '->'
C:\Programme\Microsoft Visual Studio\MyProjects\assman1\assman1.cpp(176) : error C2501: 'server' : missing storage-class or type specifiers
C:\Programme\Microsoft Visual Studio\MyProjects\assman1\assman1.cpp(176) : error C2040: 'server' : 'int' differs in levels of indirection from 'struct functionentrypoints_t *'
C:\Programme\Microsoft Visual Studio\MyProjects\assman1\assman1.cpp(176) : error C2143: syntax error : missing ';' before '->'
C:\Programme\Microsoft Visual Studio\MyProjects\assman1\assman1.cpp(177) : error C2143: syntax error : missing ';' before 'return'
C:\Programme\Microsoft Visual Studio\MyProjects\assman1\assman1.cpp(178) : error C2143: syntax error : missing ';' before '}'
C:\Programme\Microsoft Visual Studio\MyProjects\assman1\assman1.cpp(178) : error C2143: syntax error : missing ';' before '}'
C:\Programme\Microsoft Visual Studio\MyProjects\assman1\assman1.cpp(178) : error C2143: syntax error : missing ';' before '}'
C:\Programme\Microsoft Visual Studio\MyProjects\assman1\assman1.cpp(180) : error C2143: syntax error : missing ';' before '{'
C:\Programme\Microsoft Visual Studio\MyProjects\assman1\assman1.cpp(180) : error C2447: missing function header (old-style formal list?)
C:\Programme\Microsoft Visual Studio\MyProjects\assman1\assman1.cpp(204) : error C2146: syntax error : missing ';' before identifier 'c1'
C:\Programme\Microsoft Visual Studio\MyProjects\assman1\assman1.cpp(205) : error C2146: syntax error : missing ';' before identifier 'c2'
C:\Programme\Microsoft Visual Studio\MyProjects\assman1\assman1.cpp(206) : error C2143: syntax error : missing ';' before 'return'
C:\Programme\Microsoft Visual Studio\MyProjects\assman1\assman1.cpp(212) : error C2664: 'int (const char *,const char *,const char *,const char *)' : cannot convert parameter 4 from 'unsigned char [2]' to 'const char *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
C:\Programme\Microsoft Visual Studio\MyProjects\assman1\assman1.cpp(213) : error C2664: 'int (const char *,const char *,const char *,const char *)' : cannot convert parameter 4 from 'unsigned char [2]' to 'const char *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
C:\Programme\Microsoft Visual Studio\MyProjects\assman1\assman1.cpp(214) : error C2664: 'int (const char *,const char *,const char *,const char *)' : cannot convert parameter 4 from 'int' to 'const char *'
Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
C:\Programme\Microsoft Visual Studio\MyProjects\assman1\assman1.cpp(220) : error C2446: '>' : no conversion from 'const int' to 'char *'
Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
C:\Programme\Microsoft Visual Studio\MyProjects\assman1\assman1.cpp(220) : error C2040: '>' : 'char *' differs in levels of indirection from 'const int'
C:\Programme\Microsoft Visual Studio\MyProjects\assman1\assman1.cpp(220) : error C2446: '<' : no conversion from 'const int' to 'char *'
Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
C:\Programme\Microsoft Visual Studio\MyProjects\assman1\assman1.cpp(220) : error C2040: '<' : 'char *' differs in levels of indirection from 'const int'
C:\Programme\Microsoft Visual Studio\MyProjects\assman1\assman1.cpp(222) : error C2440: '=' : cannot convert from 'char *' to 'int'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
C:\Programme\Microsoft Visual Studio\MyProjects\assman1\assman1.cpp(222) : error C2143: syntax error : missing ';' before 'return'
C:\Programme\Microsoft Visual Studio\MyProjects\assman1\assman1.cpp(262) : error C2065: 'apacket' : undeclared identifier
C:\Programme\Microsoft Visual Studio\MyProjects\assman1\assman1.cpp(262) : error C2109: subscript requires array or pointer type
C:\Programme\Microsoft Visual Studio\MyProjects\assman1\assman1.cpp(262) : warning C4805: '==' : unsafe mix of type 'int' and type 'const bool' in operation
C:\Programme\Microsoft Visual Studio\MyProjects\assman1\assman1.cpp(265) : error C2143: syntax error : missing ';' before '}'
C:\Programme\Microsoft Visual Studio\MyProjects\assman1\assman1.cpp(266) : error C2109: subscript requires array or pointer type
C:\Programme\Microsoft Visual Studio\MyProjects\assman1\assman1.cpp(266) : warning C4805: '==' : unsafe mix of type 'int' and type 'const bool' in operation
C:\Programme\Microsoft Visual Studio\MyProjects\assman1\assman1.cpp(275) : warning C4805: '==' : unsafe mix of type 'int' and type 'const bool' in operation
C:\Programme\Microsoft Visual Studio\MyProjects\assman1\assman1.cpp(349) : warning C4805: '==' : unsafe mix of type 'int' and type 'const bool' in operation
C:\Programme\Microsoft Visual Studio\MyProjects\assman1\assman1.cpp(351) : error C2143: syntax error : missing ';' before '}'
Error executing cl.exe.
assman1.dll - 31 error(s), 5 warning(s)