
10 Dec
2005
10 Dec
'05
10:39 p.m.
Hello,
I am using libsmi 0.4.3 for Windows with Visual Studio 2003. Whenever I want to load some MIBs I get an access violation in data.c at line 3792. I am taking the MIBs which are coming with libsmi. It occurs every time I want to load DOT12-RPTR-MIB. When this MIB is not used, it occurs after loading many others. Does anyone else has seen this problem?
The code I am using is the following: smiInit(NULL); SmiNode *smiNewNode; char *module = smiLoadModule("DOT12-RPTR-MIB");
Is there something missing?
Thank's, Mathias