Search found 3 matches

by JohnSmith
2004-07-29 08:22
Forum: Programmer's Help
Topic: Deadlock when close hub frame
Replies: 6
Views: 3831

Re: Deadlock when close hub frame

3x3x3 wrote:Hello there.
Please see the screenshot for more information.
http://www.aloofhosting.com/3x3x3/
OT: What is the font you used in Editor?
by JohnSmith
2004-07-26 08:35
Forum: Programmer's Help
Topic: Inquisitive users
Replies: 1
Views: 1961

QueueManager::remove() No, it doesn't work by itself. At this point ("Connecting..."), transfer has no idea about its target filename so a call to QueueManager::remove() does nothing. I found two simple but (possibly) ugly solutions to this problem (don't want to redesign dc++'s core) -- check out ...
by JohnSmith
2004-07-24 15:37
Forum: Programmer's Help
Topic: Remove Files from Queue from Transfer Window
Replies: 10
Views: 5304

what really should be done is sticking with the convention used in dc++ and use LRESULT TransferView::onRemoveEntry(WORD /*wNotifyCode*/, WORD /*wID*/, HWND /*hWndCtl*/, BOOL& /*bHandled*/) { ctrlTransfers.forEachSelected(&ItemInfo::removeEntry); return 0; } then add void TransferView::ItemInfo::re...