problems with "set_row" method

l.borelli____cpr.it l.borelli____cpr.it
Wed Apr 9 15:04:16 CEST 2003


Hi,

I'm developing an agent on a HPUX machine. I've noticed the following problem (?) with the agentgen2 generated code: the index of the "get_nth" call starts from 1 instead of 0.......

(generated code)

r->get_nth(1)->replace_value(new .......);
r->get_nth(2)->replace_value(new .......);
r->get_nth(3)->replace_value(new .......);
r->get_nth(4)->replace_value(new .......);

(end of generated code)

this leads to a runtime crash in getting the last column.

any suggestions?

thanks in advance

Leonardo








More information about the AGENTPP mailing list