Hi.
>
> Is it possible to create C++ code file with mib2c compiler?
It is, but you will have to manually write the template you need.
> What I am curious about is that whether loading .so
> (shared object) to the agent".
Why not? extern "C" is your friend!
Regards,
Stavros
-
Hi,
Is it possible to create C++ code file with mib2c compiler? I ask because I
need shared object file that coded with C++ in my project. After compiling
I also need to load that .so file to the snmpd agent. Is it any way to do
it? Actually creating C++ code from mib2c compiler is not that import