Windows QT application
Michael Yarochkin <[email protected]>
| Newsgroups | gmane.network.net-snmp.user |
|---|---|
| Message-ID | <VI1PR07MB32786943A6FA4B72E1EE41FA936E0@VI1PR07MB3278.eurprd07.prod.outlook.com> |
Hello,
Can somebody help me to configure net-snmp to use in windows qt app?
I am working in VisualStudio 2015
QT 5.7
For the moment i did this:
-place include and snmplib folders inside of my app folder
-rename include/net-snmp/net-snmp-config.h.in to include/net-snmp/net-snmp-config.h
-include libraries
#include "Library/include/net-snmp/net-snmp-config.h"
#include "Library/include/net-snmp/net-snmp-includes.h"
-try to compile
And i have following errors solved:
I want to have it locally:
-include/net-snmp/net-snmp-config.h: line 1762
/* define the system type include file here */
//#define NETSNMP_SYSTEM_INCLUDE_FILE <net-snmp/system/generic.h>
#define NETSNMP_SYSTEM_INCLUDE_FILE "net-snmp/system/generic.h"
i don`t have strings.h
-include/net-snmp/net-snmp-config.h: line 785
/* Define to 1 if you have the <string.h> header file. */
//#undef HAVE_STRING_H
#define HAVE_STRING_H 1
And now i have 152 errors: C4430, C3646, C2238, C2143, C2065, C2061 and C2059
Full list in attachment.
What i am doing wrong?
I need to configure library before use?
If yes how? mannually or with some tools? Is any description exist?
Thank you for help.
Mikl
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Net-snmp-users mailing list
[email protected]
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users
first compile errors.txt
(text/plain, 27.8 KB)
Error C1003 error count exceeds 100; stopping compilation SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\library\asn1.h 210 Error C2059 syntax error: ',' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\library\asn1.h 180 Error C2059 syntax error: ',' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\library\asn1.h 182 Error C2059 syntax error: ',' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\library\asn1.h 185 Error C2059 syntax error: ',' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\library\asn1.h 188 Error C2059 syntax error: ',' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\library\asn1.h 191 Error C2059 syntax error: ',' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\library\asn1.h 194 Error C2059 syntax error: ',' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\library\asn1.h 197 Error C2059 syntax error: ',' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\library\asn1.h 200 Error C2059 syntax error: ',' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\library\asn1.h 201 Error C2059 syntax error: ',' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\library\asn1.h 204 Error C2059 syntax error: ',' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\library\asn1.h 206 Error C2059 syntax error: ',' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\library\asn1.h 208 Error C2061 syntax error: identifier 'u_char' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\varbind_api.h 44 Error C2061 syntax error: identifier 'u_char' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\varbind_api.h 48 Error C2065 'u_char': undeclared identifier SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\library\asn1.h 180 Error C2143 syntax error: missing ';' before '*' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\types.h 116 Error C2143 syntax error: missing ';' before '*' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\types.h 117 Error C2143 syntax error: missing ';' before '*' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\types.h 118 Error C2143 syntax error: missing ';' before '*' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\types.h 142 Error C2143 syntax error: missing ',' before '[' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\types.h 152 Error C2143 syntax error: missing ')' before ';' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\types.h 152 Error C2143 syntax error: missing ',' before '[' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\types.h 154 Error C2143 syntax error: missing ')' before ';' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\types.h 154 Error C2143 syntax error: missing ';' before '*' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\types.h 213 Error C2143 syntax error: missing ';' before '*' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\types.h 223 Error C2143 syntax error: missing ';' before '*' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\types.h 231 Error C2143 syntax error: missing ';' before '*' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\types.h 244 Error C2143 syntax error: missing ';' before '*' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\types.h 252 Error C2143 syntax error: missing ';' before '*' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\types.h 314 Error C2143 syntax error: missing ';' before '*' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\types.h 332 Error C2143 syntax error: missing ';' before '*' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\types.h 346 Error C2143 syntax error: missing ';' before '*' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\types.h 358 Error C2143 syntax error: missing ';' before '*' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\types.h 367 Error C2143 syntax error: missing ',' before '[' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\types.h 371 Error C2143 syntax error: missing ')' before ';' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\types.h 371 Error C2143 syntax error: missing ';' before '*' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\types.h 375 Error C2143 syntax error: missing ';' before '*' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\types.h 380 Error C2143 syntax error: missing ',' before '[' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\types.h 384 Error C2143 syntax error: missing ')' before ';' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\types.h 384 Error C2143 syntax error: missing ';' before '*' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\types.h 388 Error C2143 syntax error: missing ';' before '*' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\library\types.h 14 Error C2143 syntax error: missing ';' before '*' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\library\types.h 67 Error C2143 syntax error: missing ',' before '*' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\varbind_api.h 18 Error C2143 syntax error: missing ',' before '*' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\varbind_api.h 24 Error C2143 syntax error: missing ',' before '*' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\varbind_api.h 30 Error C2143 syntax error: missing ',' before '*' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\varbind_api.h 38 Error C2143 syntax error: missing ',' before '*' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\varbind_api.h 52 Error C2143 syntax error: missing ',' before '*' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\varbind_api.h 56 Error C2143 syntax error: missing ',' before '*' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\varbind_api.h 60 Error C2143 syntax error: missing ',' before '*' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\varbind_api.h 64 Error C2143 syntax error: missing ',' before '*' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\varbind_api.h 68 Error C2143 syntax error: missing ',' before '*' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\varbind_api.h 72 Error C2143 syntax error: missing ';' before '*' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\library\asn1.h 182 Error C2143 syntax error: missing ';' before '*' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\library\asn1.h 185 Error C2143 syntax error: missing ';' before '*' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\library\asn1.h 188 Error C2143 syntax error: missing ';' before '*' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\library\asn1.h 191 Error C2143 syntax error: missing ';' before '*' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\library\asn1.h 194 Error C2143 syntax error: missing ';' before '*' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\library\asn1.h 197 Error C2143 syntax error: missing ';' before '*' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\library\asn1.h 200 Error C2143 syntax error: missing ';' before '*' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\library\asn1.h 201 Error C2143 syntax error: missing ';' before '*' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\library\asn1.h 204 Error C2143 syntax error: missing ';' before '*' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\library\asn1.h 206 Error C2143 syntax error: missing ';' before '*' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\library\asn1.h 208 Error C2143 syntax error: missing ';' before '*' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\library\asn1.h 210 Error C2146 syntax error: missing ';' before identifier 'netsnmp_pid_t' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\types.h 58 Error C2146 syntax error: missing ';' before identifier 'oid' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\library\oid.h 9 Error C2146 syntax error: missing ';' before identifier 'socklen_t' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\types.h 81 Error C2238 unexpected token(s) preceding ';' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\types.h 116 Error C2238 unexpected token(s) preceding ';' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\types.h 117 Error C2238 unexpected token(s) preceding ';' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\types.h 118 Error C2238 unexpected token(s) preceding ';' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\types.h 142 Error C2238 unexpected token(s) preceding ';' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\types.h 152 Error C2238 unexpected token(s) preceding ';' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\types.h 154 Error C2238 unexpected token(s) preceding ';' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\types.h 213 Error C2238 unexpected token(s) preceding ';' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\types.h 223 Error C2238 unexpected token(s) preceding ';' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\types.h 231 Error C2238 unexpected token(s) preceding ';' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\types.h 244 Error C2238 unexpected token(s) preceding ';' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\types.h 252 Error C2238 unexpected token(s) preceding ';' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\types.h 314 Error C2238 unexpected token(s) preceding ';' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\types.h 332 Error C2238 unexpected token(s) preceding ';' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\types.h 346 Error C2238 unexpected token(s) preceding ';' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\types.h 358 Error C2238 unexpected token(s) preceding ';' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\types.h 367 Error C2238 unexpected token(s) preceding ';' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\types.h 371 Error C2238 unexpected token(s) preceding ';' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\types.h 375 Error C2238 unexpected token(s) preceding ';' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\types.h 380 Error C2238 unexpected token(s) preceding ';' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\types.h 384 Error C2238 unexpected token(s) preceding ';' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\types.h 388 Error C2238 unexpected token(s) preceding ';' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\library\types.h 14 Error C2238 unexpected token(s) preceding ';' SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\library\types.h 67 Error C3646 'type': unknown override specifier SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\types.h 146 Error C3646 'name_loc': unknown override specifier SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\types.h 152 Error C3646 'buf': unknown override specifier SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\types.h 154 Error C3646 'remote_port': unknown override specifier SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\types.h 306 Error C3646 'local_port': unknown override specifier SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\types.h 310 Error C3646 'isAuthoritative': unknown override specifier SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\types.h 344 Error C3646 'securityAuthKey': unknown override specifier SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\types.h 371 Error C3646 'securityPrivKey': unknown override specifier SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\types.h 384 Error C3646 'us': unknown override specifier SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\library\types.h 32 Error C3646 'uc': unknown override specifier SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\library\types.h 33 Error C3646 'lfs_set': unknown override specifier SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\library\types.h 68 Warning C4067 unexpected tokens following preprocessor directive - expected a newline SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\snmpcommunicator.cpp 6 Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\types.h 58 Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\library\oid.h 9 Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\types.h 81 Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\types.h 116 Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\types.h 117 Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\types.h 118 Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\types.h 142 Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\types.h 146 Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\types.h 213 Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\types.h 223 Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\types.h 231 Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\types.h 244 Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\types.h 252 Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\types.h 306 Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\types.h 310 Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\types.h 314 Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\types.h 332 Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\types.h 344 Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\types.h 346 Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\types.h 358 Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\types.h 367 Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\types.h 375 Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\types.h 380 Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\types.h 388 Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\library\types.h 14 Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\library\types.h 32 Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\library\types.h 33 Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\library\types.h 67 Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\library\types.h 68 Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\varbind_api.h 18 Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\varbind_api.h 24 Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\varbind_api.h 30 Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\varbind_api.h 38 Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\varbind_api.h 52 Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\varbind_api.h 56 Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\varbind_api.h 60 Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\varbind_api.h 64 Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\varbind_api.h 68 Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\varbind_api.h 72 Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\library\asn1.h 182 Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\library\asn1.h 185 Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\library\asn1.h 188 Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\library\asn1.h 191 Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\library\asn1.h 194 Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\library\asn1.h 197 Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\library\asn1.h 200 Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\library\asn1.h 201 Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\library\asn1.h 204 Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\library\asn1.h 206 Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int SNMPCommunicator C:\Development\TT\Module\Processor\Communication\SNMPCommunicator\Library\include\net-snmp\library\asn1.h 208