
16 Feb
2010
16 Feb
'10
9:10 p.m.
Hi all,
I am using libsmi (last version 0.4.8) and I am creating a Windows C++ class around it. I have few minor remarks with that excellent library:
1. The function smiGetClass() as declared in smi.h (line 464) has a parameter named "class". This parameter name is not allowed when compiling in C++ because the "class" word is a reserved C++ keyword. Is it possible to rename it to something else?
2. The function smiPack() declared in smi.h (line 618) seems to not exist in sources files of the library (but smiUnpack() exists).
3. The function smiGetEvent() declared in smi.h (line 497) seems to not exist in sources files of the library.
Kind regards
Raymond