Problems adding double indices rows when using version 3.4.7a in agent++

Polina Nepomnyashy polina____flashnetworks.com
Mon Aug 13 10:17:18 CEST 2001


Hi All

I have just upgraded my agent++ package to use the new updated version. But
apparently now I have a problem to add double indices table rows to table
(the agent crashes because of the following function:

		declerations:
			Oidx firstIndex, secondIndex, DoubleIndex;

		adding two indices together:
			DoubleIndex = firstIndex;
			DoubleIndex += secondIndex;

		adding the row fails:
			MibTableRow* OCfgParamRow =
fnCfgParametersEntry::instance->add_row(DoubleIndex );

Note that this function is working just fine with previous agent++ packages.

-Polina




More information about the AGENTPP mailing list