高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】oddbxrecorditeratorstart90 is missing
oddbxrecorditerator::start() is missing
oddbxrecorditerator::start() is missing
hi,
i just tried to work with oddbxrecorditerator. when compiling i get the error that the function oddbxrecorditerator::start() is missing (unresolved external symbol). the functions ...::next() and ...:done() exist.
if i skip the start function, the code is running and seems to work fine.
is it ok to work without the start function, or can anything happen otherwise?
torsten
sorry, we forgot to implement start(). but without this function the only limitation is that you can't rewind the iterator to start from beginning once more.
sergey slezkin
yes, i guessed so. but for me, that's ok.
thanks for the fast answer.
torsten
|