Search found 4 matches

by stevensheehy
2006-09-09 14:12
Forum: Programmer's Help
Topic: Text functions
Replies: 2
Views: 3054

Text functions

I understand the need for the duplicate functions in Text.h that have an extra temporary string (less string copying), but why are they sometimes used outside of Text.h? Shouldn't these functions be private so that only the single parameter functions can be called by other classes? e.g. In Stringsea...
by stevensheehy
2006-03-27 02:01
Forum: Programmer's Help
Topic: Basic Compile help!
Replies: 11
Views: 8249

LinuxDC++ can be found at http://linuxdcpp.berlios.de/articles.php?um=index

We have a guide to install it at http://openfacts.berlios.de/index-en.ph ... cpp_Manual

Let me know if you need any more help with it. You can also catch us on irc at #[email protected]
by stevensheehy
2006-03-27 01:57
Forum: Programmer's Help
Topic: UploadManagerListener::Failed
Replies: 2
Views: 2363

Okay. I figured your transferview code was correct but just wanted to make sure. Just seems kind of weird design to have a failed for download but not upload so I thought I'd bring it up. As long as it works, I guess. :)

Thanks
by stevensheehy
2006-03-22 21:41
Forum: Programmer's Help
Topic: UploadManagerListener::Failed
Replies: 2
Views: 2363

UploadManagerListener::Failed

As I was working on LinuxDC++, I noticed we had a listener for DownloadManagerListener::Failed, but not UploadManagerListener::Failed. Thinking we forgot to include it, I looked at windows DC++ in TransferView.h/cpp and I didn't see one either. It shows one is fired in UploadManager.cpp so I'm wonde...