Search found 8 matches

by Cloyd
2004-03-03 15:32
Forum: Protocol Alley
Topic: New protocol draft
Replies: 8
Views: 5699

i think it should be added some new form of passive search... it could be done easily without taking apart all the DC proto. It could be done somehow like other p2p programs do (kazaa with fasttrack network for example). (90% of all the bandwidth consumed by dc is because of the bad handling of pass...
by Cloyd
2003-07-01 06:24
Forum: Programmer's Help
Topic: Patch for STL Port 4.5.3 to compile under VS.net 2003
Replies: 11
Views: 6572

I don't have only problems with my own version of dc++ but even building dc++ std... It builds correctly with vs6 and .NET but not on .NET 2003. I dunno what it is... maybe it's .NET 2003's fault maybe mine... The only thing i know is that i know to have configured correctly my include path and I ha...
by Cloyd
2003-07-01 06:13
Forum: Programmer's Help
Topic: Problems building dc++ 0.251 (problems with _string.c)
Replies: 7
Views: 3860

mmm I had VS6 installed before and ALL was fine... I had no problems at all building dc++ (and even my own mod. op version) but I recently installed .NET 2003 to try it out... Damn! I wish I would have never done that! yes, maybe I'll go back with VS6 and throw the 8_cd_.NET_2003 out of the window(s...
by Cloyd
2003-07-01 04:37
Forum: Programmer's Help
Topic: Patch for STL Port 4.5.3 to compile under VS.net 2003
Replies: 11
Views: 6572

Hi, I tried to use your patch but I've got a plenty of errors. I dunno, maybe it's my .NET 2003 fault (it's the final beta not the release version). Before when I tried to build I had many errors with _string.c but now unfortunately errors are everywhere thoughout the code. I'll try to fix'em up in ...
by Cloyd
2003-07-01 04:33
Forum: Programmer's Help
Topic: Problems building dc++ 0.251 (problems with _string.c)
Replies: 7
Views: 3860

mmm I've got too many errors to count with the fix for .NET 2003...
quite unlucky...

btw maybe I'll try to fix'em up in the next days (maybe weeks... too busy right now)

There's all dc++ code to fix now... I wonder why ms always makes every version of his apps incompatible with the older version...
by Cloyd
2003-07-01 04:06
Forum: Programmer's Help
Topic: client\stdinc.h(53) : fatal error C1083: 'hash_map'
Replies: 13
Views: 6099

Think i got it now... but 3 more errors showed up :x Here they are: --------------------Configuration: DCPlusPlus - Win32 Debug-------------------- Compiling... DCPlusPlus.cpp c:\documents and settings\recover\skrivbord\dcplusplus-0.521 source code\stlport\stl\_threads.h(116) : error C2733: second ...
by Cloyd
2003-06-30 13:24
Forum: Programmer's Help
Topic: Problems building dc++ 0.251 (problems with _string.c)
Replies: 7
Views: 3860

Thx a heap! I didn't see them when I look through the other threads!

I'll try to apply this patch and I'll see if it works :)
by Cloyd
2003-06-30 04:31
Forum: Programmer's Help
Topic: Problems building dc++ 0.251 (problems with _string.c)
Replies: 7
Views: 3860

Problems building dc++ 0.251 (problems with _string.c)

hi, all. I've got a problem compiling the sources, I hope you could help me... I've got Visual Studio .Net 2003, I've istalled the right version of stlport and wtl in my include path *as I found in compile.txt* but when I compile it returns a plenty of errors. I've read the other threads and I found...