Search found 13 matches

by expstevie
2005-01-16 17:50
Forum: Feature Discussion (Archived)
Topic: Search - File type
Replies: 19
Views: 15522

Cheers joakim but doesn't that say that you can only specify one file extension in your search? Also that way my CV gets no extra work ;-)
by expstevie
2005-01-14 20:18
Forum: Feature Discussion (Archived)
Topic: Search - File type
Replies: 19
Views: 15522

Oh, sorry! I just meant that it doesn't cost us all anything to download and use Monkey's Audio. That's free enough for me so far as a user. Seeing as ape files at Extra High compression are smaller than flac files - is there any hope of them being added to typeAudio? Sometimes audio *has* to be los...
by expstevie
2005-01-14 09:30
Forum: Feature Discussion (Archived)
Topic: Search - File type
Replies: 19
Views: 15522

ape and shn are free too. I know that shn is seen as a bit crap but I've nothing against ape files.
by expstevie
2005-01-12 18:46
Forum: Programmer's Help
Topic: Send a PM to yourself
Replies: 21
Views: 11068

Oh - I think I'm at least lukewarm :-) PrivateFrame.h: void sendMessage(const tstring& msg) { if(user && user->isOnline()) { user->privateMessage(Text::fromT(msg)); string s = "<" + user->getClientNick() + "> " + Text::fromT(msg); addLine(Text::toT(s)); } and from PrivateFrame.cpp void PrivateFrame:...
by expstevie
2005-01-12 18:22
Forum: Programmer's Help
Topic: Send a PM to yourself
Replies: 21
Views: 11068

I'm not claiming that this is a problem, let alone a major one. I'm just toying around with the program and compiling it after making tiny changes at my end. More for practice of C++ than anything else I thought that I might do something like add an if statement to the block of code where PM's are s...
by expstevie
2005-01-11 18:10
Forum: Programmer's Help
Topic: Send a PM to yourself
Replies: 21
Views: 11068

Send a PM to yourself

I've only just noticed that it's possible to send a PM to yourself, in which case the text appears twice. Any idea if someone has spotted this before (I can't see it after searching the forums) and if it is easily remedied? At the most simple level, I'd guess that the command to send the PM could be...
by expstevie
2005-01-06 20:12
Forum: Programmer's Help
Topic: Still baffled by compiling
Replies: 7
Views: 4110

Dear God - it compiled! I'll have to go sit down. Shockingly for me, I couldn't get any patch program to do the patching for me so I had a closer look at the patch provided http://dcplusplus.sourceforge.net/forum/viewtopic.php?t=14531 and realised that lines prefixed with a minus were replaced by th...
by expstevie
2005-01-06 15:31
Forum: Programmer's Help
Topic: Still baffled by compiling
Replies: 7
Views: 4110

Which part? I've tried the version of WTL linked to here: When I compile with 7.5.5002, I also get those errors. The previous release for WTL is here: http://prdownloads.sourceforge.net/wtl/wtl75_4291.zip as mentioned in my original post "I've also tried a different WTL (wtl75_4291.zip)" The "patch"...
by expstevie
2005-01-06 15:11
Forum: Programmer's Help
Topic: Still baffled by compiling
Replies: 7
Views: 4110

Still baffled by compiling

I've got a trial version of VS .NET 2003 which runs for 60 days & I'm trying to compile the source for DC++ 0.668 without making any amendments to it. I'm well pi$$ed off that I can't figure this out for myself, even having searched the forums but here's what I've tried & the results I get. In every...
by expstevie
2004-12-27 20:23
Forum: Feature Discussion (Archived)
Topic: Search - File type
Replies: 19
Views: 15522

Excuse my dumbness, lol. True or false (in any version of DC++, or for simplicity, the recent 0.668): 1. Searching for files with a 3 letter file extension is carried out using a different technique than doing the same for a file with a 4 letter file extension. 2. If one user has 13 files which all ...
by expstevie
2004-12-25 08:28
Forum: Feature Discussion (Archived)
Topic: Search - File type
Replies: 19
Views: 15522

OK - it seems as though I'm waiting for these to be added to an official release then. Maybe someone can help with some other confusion. If I search for ".flac" then I obviously find lots of flac files (such as 08 Harvest.flac). However, if I search for "Harvest" and choose "Audio" from the drop dow...
by expstevie
2004-12-25 06:48
Forum: Feature Discussion (Archived)
Topic: Search - File type
Replies: 19
Views: 15522

Sorry, I've found this in client/ShareManager.cpp: static const char* typeAudio[] = { ".mp3", ".mp2", ".mid", ".wav", ".ogg", ".wma" }; static const char* typeCompressed[] = { ".zip", ".ace", ".rar" }; static const char* typeDocument[] = { ".htm", ".doc", ".txt", ".nfo" }; static const char* typeExe...
by expstevie
2004-12-24 22:29
Forum: Feature Discussion (Archived)
Topic: Search - File type
Replies: 19
Views: 15522

Excuse my ignorance, but in which file in the sourcecode are the file types categorised as "video" etc? I've had a look and can't see anything for the latest release. I was hoping to attempt a new function for my own use where I could click one button and search for 5 or 6 file types (which I don't ...