Band

Member
  • Content count

    2
  • Joined

  • Last visited

Posts posted by Band


  1. hy

    in fact, you do thisd before :

    1. Replacing "__value" with "__stlvalue" in all locations of "type_traits" fixed the errors above.

    2. Commenting out the "template class _STLP_CLASS_DECLSPEC _LimG<bool>;" line in dll_main.cpp fixed the new errors that occurred.

    and build it with nmake command .

    For another guys:

    The last STLport 6 ( 26 03 2010 ) from Git repository

    Thanks, I finally made it work after hours of hacking.

    I don't understand why the source code of ApexDC (and StrongDC and DC++ for that matter) isn't simply distributed WITH STLPort and WTL, instead of this nonsense that requires hours of downloading and building plus obscure hacks to make it compile. Each release of ApexDC requires specific versions of these libraries anyway.

    Or perhaps it's just C++ that's a horrible mess...


  2. hy,

    For people Who want to compil the last 1.3.1:

    VS.2008 updated.

    Stlport 6 from GIT repository.

    last WTL.

    Platform SDK updated

    Install Windows SDK for WIndows 7 and .net frameWork service pack 1 ( note that "the program now integrates with the new Windows 7 taskbar " ) "ITaskbarList support the unified launching and switching taskbar button functionality added in Windows 7

    then, Build it in release mode !

    How do you build STLPort? I have Windows 7 64-bit, VS2008 SP1 but it's just not working. First, the documentation for the STLPort project is downright wrong, as the build directory was seemingly changed from "build\lib" to "src", but it still doesn't work.

    I get the same errors as this guy:

    http://sourceforge.net/projects/stlport/forums/forum/490891/topic/3526792

    Could you, per chance, share a build of STLPort for me? You could upload to to http://www.2shared.com for example. Thanks ^_^