Search found 6 matches

by xforx
2004-05-06 15:15
Forum: Programmer's Help
Topic: A getfile info from filelist
Replies: 0
Views: 1796

A getfile info from filelist

Hi, is there a function in DC++ that searches for a given file name in the filelist?

Thanks.
by xforx
2004-04-17 12:14
Forum: Feature Discussion (Archived)
Topic: New files[dd].xml filesize reduction suggestion.
Replies: 8
Views: 3756

Yes, actually I would like to see you give a mathematical proof given no compression algorithm I know of is perfect (bz2 including); for instance take a several GB's file containing only one letter say 'a', theoretically the only information you need to reproduce it is it's size and the letter. Try ...
by xforx
2004-04-16 04:51
Forum: Feature Discussion (Archived)
Topic: New files[dd].xml filesize reduction suggestion.
Replies: 8
Views: 3756

Nothing else varied - your list was fully hashed, so no new hashes or files were added to it? You did the replacement inside DC++ as well, not using an external archiver, etc.? Well, actually, filelist wasn't fully hashed (didn't have the stamina to do that for a test). And yes, I used an external ...
by xforx
2004-04-15 07:35
Forum: Feature Discussion (Archived)
Topic: New files[dd].xml filesize reduction suggestion.
Replies: 8
Views: 3756

New files[dd].xml filesize reduction suggestion.

Hi, The new filelist format (xml) has made filelists quite big thanks to TTH (which is a good thing) and the not very size conscious XML format. For instance taking a demo files1.xml weighting ~1.8mb and replacing the longish tag/attribute names (Directory -> D, File -> F, Size -> S) reduces it to ~...
by xforx
2003-12-10 20:47
Forum: Programmer's Help
Topic: fatal error LNK1104: cannot open file 'stlport_vc7.lib'
Replies: 14
Views: 6692

I had the exact same problem with stlport 4.6, the 4.5.3 (I think) made the compiler spew some other silly errors, so I tried one of the previous versions of stlport for dcpp and it worked without a hitch. Try searching this board for a link I don't remeber the exact version but I found it here.
by xforx
2003-12-10 09:20
Forum: Programmer's Help
Topic: Connected to # of hubs
Replies: 3
Views: 2609

Connected to # of hubs

How can I check the number of currently connected hubs in DCpp, I guess there is some function that returns this, given that Hubs get this information somehow from the client I guess since there is no central server, alas I havn't been able to find it.

Thanks.