Search found 5 matches

by bux
2003-11-13 14:17
Forum: Programmer's Help
Topic: In attention to all DC++ developers!
Replies: 28
Views: 13245

Regarding the stlport thing...
Is it only hash_map that are used in stlport (and ofcourse the other stuff like vector etc)?
I mean if hash_map was in the C++ standard then stlport would not actually be needed?
If so, why not make a hash_map for DC++ and skip stlport?
by bux
2003-11-11 07:58
Forum: Programmer's Help
Topic: Linux
Replies: 7
Views: 4543

Well, it's actually WTL, not MFC.
Okay, WTL looks very much like MFC (i.e. both looks like crap)
Not to my knowledge.
Ok, thanks anyway
by bux
2003-11-10 08:35
Forum: Programmer's Help
Topic: Linux
Replies: 7
Views: 4543

btw, is there some documentation of DC++ somewhere?
(except from the docs generated by doxygen)
by bux
2003-11-09 04:39
Forum: Programmer's Help
Topic: Linux
Replies: 7
Views: 4543

as usual I forgot one important thing :) This time I missed startup and shutdown (which were declared in the DCPlusPlus header) So now I got a bit further. I really should read the MFC code (I'm a bit "affraid" of MFC...), to maybe learn how the client code really works. but hey, thanks for the info...
by bux
2003-11-08 07:54
Forum: Programmer's Help
Topic: Linux
Replies: 7
Views: 4543

Linux

Okay, I'm thinking of starting a Linux port of DC++. I have after a few changes in the code compiled the client code... So I have started with the public hub thing, and this code generates a segfault. HubManager::getInstance()->addListener(this); The class that have that addListener code inherits pr...