我在创建hPdu时语句如下:
hPdu = SnmpCreatePdu(hSession, SNMP_PDU_GET, NULL, NULL, NULL, hVbl);
    if (SNMPAPI_FAILURE == hPdu) {
       MessageBox("PDU创建失败", "Error", MB_OK | MB_ICONERROR);
系统显示错误是:'ASN_CONTEXT' : undeclared identifier
                'ASN_CONSTRUCTOR' : undeclared identifier
请问是什么原因造成的