** Description changed: - I'm contributor in EiscaltDC++ project and recently we were porting our project to win32/mingw. + I'm contributor in EiskaltDC++ project and recently we were porting our project to win32/mingw. So the problem was that after startup client entirely rehashed the share and every time I clicked - manual refresh. Carefull investigation revealed the fact that + manual refresh. Carefull investigation revealed the fact that FileFindIter::getLastWriteTime != File::getLastModified for the same file! The problem was situated in the File::convertTime method. I do not understand how it works in window client maybe due special defines or compiler switches. - According to article - http://msdn.microsoft.com/en-us/library/ms724284(v=VS.85).aspx + According to article + http://msdn.microsoft.com/en-us/library/ms724284(v=VS.85).aspx I made a changes in our version and the problem was solved. So I'm glad to share our experience with the original.
-- Problem that may cause constant rehashing https://bugs.launchpad.net/bugs/606435 You received this bug notification because you are a member of Dcplusplus-team, which is a direct subscriber. Status in DC++: New Bug description: I'm contributor in EiskaltDC++ project and recently we were porting our project to win32/mingw. So the problem was that after startup client entirely rehashed the share and every time I clicked manual refresh. Carefull investigation revealed the fact that FileFindIter::getLastWriteTime != File::getLastModified for the same file! The problem was situated in the File::convertTime method. I do not understand how it works in window client maybe due special defines or compiler switches. According to article http://msdn.microsoft.com/en-us/library/ms724284(v=VS.85).aspx I made a changes in our version and the problem was solved. So I'm glad to share our experience with the original. _______________________________________________ Mailing list: https://launchpad.net/~linuxdcpp-team Post to : [email protected] Unsubscribe : https://launchpad.net/~linuxdcpp-team More help : https://help.launchpad.net/ListHelp

