Peetboy

Member
  • Content count

    40
  • Joined

  • Last visited

Posts posted by Peetboy


  1. Well, i know that download duplicate files is waste of bandwith but it depends on which duplicate files you want to download.

    Just talk about this scenario (download DVDs). I think we shouldn't call it "waste" because BUP and IFO files are small files.

    Just imagine:

    There would be a filter for download specific files with same TTH (in this scenario for BUP and IFO files) which you could turn on and off. This filter would be applied on the queue list. That's all. Doesn't look hard to implement.

    And now i don't need the speculations if it's waste of bandwith or why people share DVDs in that form. I just want clear answer if it's or it's not possible to implement this feature. ;)


  2. Sorry Big Muscle, but did you use any other kind of P2P network than DirectConnect?

    I'm administrator of (slovak) hub where are FTP servers and 400+ users with a lot of DVDs . It's running on local network. Guess from where the all DVDs come from? And in which format are they? If they are not packed with rar (what is really rare) then they are in this form of VOB,IFO,BUP files. Even if they are rared, people want to watch them so they unpack it and share unpacked.

    And your suggestion is to kick everybody who do not share DVDs in ISO format?

    I don't know why, but it's sad that this is not the first time when i saw you to be not so helpful in common users problems. :)


  3. If you wish to compile ApexDC, the ApexDC source code is needed (not StrongDC). You can take it in "download" section on this site.

    Yes that's right. I'm so stupid. I downloaded source from berlios ftp automatically with WTL and STLPort and I didn't realise that it's not ApexDC source but StrongDC.

    2 Crisis: thank you for your help. I think i misleaded you. I apologize, my mistake. :)

    Now it looks like i have only 2 errors and 3 warnings after build (failed) so i try to find, what's wrong. Bye now.


  4. Yes i do everything like in ifmn guide. I have StrongDC source files in E:\CVS\StrongDC\Source

    STLPort in E:\CVS\StrongDC\Source\STLPort (and installed with install.bat)

    WTL in E:\CVS\StrongDC\Source\WTL

    I included E:\CVS\StrongDC\Source\STLPort\stlport + \lib directories and E:\CVS\StrongDC\Source\WTL directory in VC++ directories settings in VS.

    I put upnp files in VC include directory.

    And this is what i've got:

    Compiling...
    
    MakeDefs.cpp
    
    e:\cvs\strongdc\source\client\dcplusplus.h(36) : warning C4996: '_vsnprintf' was declared deprecated
    
    		e:\microsoft visual studio 8\vc\include\stdio.h(339) : see declaration of '_vsnprintf'
    
    		Message: 'This function or variable may be unsafe. Consider using _vsnprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
    
    e:\cvs\strongdc\source\client\text.h(98) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    
    e:\cvs\strongdc\source\client\text.h(98) : error C2143: syntax error : missing ',' before '*'
    
    e:\cvs\strongdc\source\client\text.h(98) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    
    e:\cvs\strongdc\source\client\text.h(98) : error C2146: syntax error : missing ')' before identifier 'u_int8_t'
    
    e:\cvs\strongdc\source\client\text.h(98) : error C2059: syntax error : ')'
    
    e:\cvs\strongdc\source\client\text.h(98) : error C2059: syntax error : ')'
    
    e:\cvs\strongdc\source\client\text.h(98) : error C2143: syntax error : missing ';' before '{'
    
    e:\cvs\strongdc\source\client\text.h(107) : error C2065: 'u_int8_t' : undeclared identifier
    
    e:\cvs\strongdc\source\client\text.h(107) : error C2146: syntax error : missing ')' before identifier 'c'
    
    e:\cvs\strongdc\source\client\text.h(107) : error C2059: syntax error : ')'
    
    e:\cvs\strongdc\source\client\text.h(107) : error C2143: syntax error : missing ';' before '{'
    
    e:\cvs\strongdc\source\client\text.h(107) : error C2146: syntax error : missing ']' before identifier 'c'
    
    e:\cvs\strongdc\source\client\text.h(109) : error C2065: 'u_int16_t' : undeclared identifier
    
    e:\cvs\strongdc\source\client\text.h(109) : error C2146: syntax error : missing ']' before identifier 'c'
    
    e:\cvs\strongdc\source\client\util.h(248) : error C2146: syntax error : missing ';' before identifier 'getUptime'
    
    e:\cvs\strongdc\source\client\util.h(248) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    
    e:\cvs\strongdc\source\client\util.h(248) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    
    e:\cvs\strongdc\source\client\util.h(248) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    
    e:\cvs\strongdc\source\client\util.h(250) : warning C4183: 'getUptime': missing return type; assumed to be a member function returning 'int'
    
    e:\cvs\strongdc\source\client\util.h(296) : error C2061: syntax error : identifier 'u_int16_t'
    
    e:\cvs\strongdc\source\client\util.h(366) : error C2061: syntax error : identifier 'int64_t'
    
    e:\cvs\strongdc\source\client\util.h(368) : error C2061: syntax error : identifier 'int64_t'
    
    e:\cvs\strongdc\source\client\util.h(370) : error C2061: syntax error : identifier 'int64_t'
    
    e:\cvs\strongdc\source\client\util.h(391) : error C2146: syntax error : missing ';' before identifier 'toInt64'
    
    e:\cvs\strongdc\source\client\util.h(391) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    
    e:\cvs\strongdc\source\client\util.h(391) : error C2086: 'int Util::int64_t' : redefinition
    
    		e:\cvs\strongdc\source\client\util.h(248) : see declaration of 'Util::int64_t'
    
    e:\cvs\strongdc\source\client\util.h(391) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    
    e:\cvs\strongdc\source\client\util.h(391) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    
    e:\cvs\strongdc\source\client\util.h(397) : warning C4183: 'toInt64': missing return type; assumed to be a member function returning 'int'
    
    e:\cvs\strongdc\source\client\util.h(402) : error C2146: syntax error : missing ';' before identifier 'toUInt32'
    
    e:\cvs\strongdc\source\client\util.h(402) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    
    e:\cvs\strongdc\source\client\util.h(402) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    
    e:\cvs\strongdc\source\client\util.h(402) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    
    e:\cvs\strongdc\source\client\util.h(404) : warning C4183: 'toUInt32': missing return type; assumed to be a member function returning 'int'
    
    e:\cvs\strongdc\source\client\util.h(405) : error C2146: syntax error : missing ';' before identifier 'toUInt32'
    
    e:\cvs\strongdc\source\client\util.h(405) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    
    e:\cvs\strongdc\source\client\util.h(405) : error C2086: 'int Util::u_int32_t' : redefinition
    
    		e:\cvs\strongdc\source\client\util.h(402) : see declaration of 'Util::u_int32_t'
    
    e:\cvs\strongdc\source\client\util.h(405) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    
    e:\cvs\strongdc\source\client\util.h(405) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    
    e:\cvs\strongdc\source\client\util.h(407) : warning C4183: 'toUInt32': missing return type; assumed to be a member function returning 'int'
    
    e:\cvs\strongdc\source\client\util.h(551) : error C2146: syntax error : missing ';' before identifier 'getDirSize'
    
    ...
    
    ...etc

    As you can see, many of them are syntax errors.


  5. 3. Right-click the 'Solution "StrongDC" (8 projects)' and choose 'Build Solution'

    8 projects? When i open StrongDC.sln in VS2005 there i have only 6 projets (bzip2,client,MakeDefs,pme,StrongDC and zlib).

    Which 2 are missing? I do everything what is in guide but i can't compile, becase i have over 1000 errors. :whistling: