Posts
 
Reputation
Loading chart. Please wait.
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #72.8K
~1K People Reached
Favorite Forums
Favorite Tags
c++ x 2
api x 1
c x 1
c# x 1

2 Posted Topics

Member Avatar for martinr

Make sure that you are using the winsnmp.h file and library that has the correct function definitions. SnmpSetPort and SnmpListen are in v2.0 of the file. The version that ships with VC++ 6.0 is the older version without these functions (i believe).

Member Avatar for CrazyScntst
0
489
Member Avatar for Alan Lewis

Hello Alan, I am trying to write an SNMP agent with WinSNMP API. From what you have posted, it seems that you got it to work. I call the startup function, create a session (with a callback function), and call SnmpListen. All of these functions return successfully. But my callback …

Member Avatar for CrazyScntst
0
823