warwick

Member
  • Content count

    21
  • Joined

  • Last visited

Posts posted by warwick


  1. hy,

    Flags are not shown in the user list in 1.3.1 x86-32 version. I have the same problem with version 1.3.0.

    only 1.2.0 is showing flags / Ip...

    nb: Geoip update ok for all clients...

    thanks for help .

    Warwick

    EDIT: sorry , prob resolved in another post.


  2. Each release of ApexDC requires specific versions of these libraries anyway.

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

    yeah, but SDK for seven OS is required for version 1.3.1 of Apex. Updated client required always new codes, librairies and .h ...

    WarWick !


  3. 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 ^_^

    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


  4. 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 !


  5. hy guys

    i have several errors with le lastest version of Apex 1.3.1 ( Strg 2.40 Compil fine)

    BarShader.cpp
    
    d:\trunk\windows\MainFrm.h(539) : error C2065: 'ITaskbarList3' : undeclared identifier
    
    d:\trunk\windows\MainFrm.h(314) : error C2661: 'ATL::CComPtrBase<T>::CoCreateInstance' : no overloaded function takes 1 arguments
    
    d:\trunk\windows\MainFrm.h(317) : error C2039: 'SetOverlayIcon' : is not a member of 'ATL::_NoAddRefReleaseOnCComPtr<T>'
    
    d:\trunk\windows\MainFrm.h(319) : error C2065: 'THUMBBUTTON' : undeclared identifier
    
    d:\trunk\windows\MainFrm.h(319) : error C2146: syntax error : missing ';' before identifier 'buttons'
    
    d:\trunk\windows\MainFrm.h(319) : error C2065: 'buttons' : undeclared identifier
    
    d:\trunk\windows\MainFrm.h(320) : error C2065: 'buttons' : undeclared identifier
    
    d:\trunk\windows\MainFrm.h(320) : error C2228: left of '.dwMask' must have class/struct/union
    
    d:\trunk\windows\MainFrm.h(320) : error C2065: 'THB_ICON' : undeclared identifier
    
    d:\trunk\windows\MainFrm.h(320) : error C2065: 'THB_TOOLTIP' : undeclared identifier
    
    d:\trunk\windows\MainFrm.h(320) : error C2065: 'THB_FLAGS' : undeclared identifier
    
    d:\trunk\windows\MainFrm.h(321) : error C2065: 'buttons' : undeclared identifier
    
    d:\trunk\windows\MainFrm.h(321) : error C2228: left of '.iId' must have class/struct/union
    
    d:\trunk\windows\MainFrm.h(322) : error C2065: 'buttons' : undeclared identifier
    
    d:\trunk\windows\MainFrm.h(322) : error C2228: left of '.hIcon' must have class/struct/union
    
    d:\trunk\windows\MainFrm.h(323) : error C2065: 'buttons' : undeclared identifier
    
    d:\trunk\windows\MainFrm.h(323) : error C2228: left of '.szTip' must have class/struct/union
    
    d:\trunk\windows\MainFrm.h(324) : error C2065: 'buttons' : undeclared identifier
    
    d:\trunk\windows\MainFrm.h(324) : error C2228: left of '.dwFlags' must have class/struct/union
    
    d:\trunk\windows\MainFrm.h(324) : error C2065: 'THBF_ENABLED' : undeclared identifier
    
    d:\trunk\windows\MainFrm.h(326) : error C2065: 'buttons' : undeclared identifier
    
    d:\trunk\windows\MainFrm.h(326) : error C2228: left of '.dwMask' must have class/struct/union
    
    d:\trunk\windows\MainFrm.h(326) : error C2065: 'THB_ICON' : undeclared identifier
    
    d:\trunk\windows\MainFrm.h(326) : error C2065: 'THB_TOOLTIP' : undeclared identifier
    
    d:\trunk\windows\MainFrm.h(326) : error C2065: 'THB_FLAGS' : undeclared identifier
    
    d:\trunk\windows\MainFrm.h(327) : error C2065: 'buttons' : undeclared identifier
    
    d:\trunk\windows\MainFrm.h(327) : error C2228: left of '.iId' must have class/struct/union
    
    d:\trunk\windows\MainFrm.h(328) : error C2065: 'buttons' : undeclared identifier
    
    d:\trunk\windows\MainFrm.h(328) : error C2228: left of '.hIcon' must have class/struct/union
    
    d:\trunk\windows\MainFrm.h(329) : error C2065: 'buttons' : undeclared identifier
    
    d:\trunk\windows\MainFrm.h(329) : error C2228: left of '.szTip' must have class/struct/union
    
    d:\trunk\windows\MainFrm.h(330) : error C2065: 'buttons' : undeclared identifier
    
    d:\trunk\windows\MainFrm.h(330) : error C2228: left of '.dwFlags' must have class/struct/union
    
    d:\trunk\windows\MainFrm.h(330) : error C2065: 'THBF_ENABLED' : undeclared identifier
    
    d:\trunk\windows\MainFrm.h(332) : error C2039: 'ThumbBarAddButtons' : is not a member of 'ATL::_NoAddRefReleaseOnCComPtr<T>'
    
    d:\trunk\windows\MainFrm.h(332) : error C2065: 'buttons' : undeclared identifier
    
    d:\trunk\windows\MainFrm.h(332) : error C2070: ''unknown-type'': illegal sizeof operand
    
    d:\trunk\windows\MainFrm.h(332) : error C2065: 'THUMBBUTTON' : undeclared identifier
    
    d:\trunk\windows\MainFrm.h(332) : error C2070: ''unknown-type'': illegal sizeof operand
    
    d:\trunk\windows\MainFrm.h(332) : error C2065: 'buttons' : undeclared identifier
    
    d:\trunk\windows\MainFrm.h(334) : error C2065: 'buttons' : undeclared identifier
    
    d:\trunk\windows\MainFrm.h(334) : error C2070: ''unknown-type'': illegal sizeof operand
    
    d:\trunk\windows\MainFrm.h(334) : error C2065: 'THUMBBUTTON' : undeclared identifier
    
    d:\trunk\windows\MainFrm.h(334) : error C2070: ''unknown-type'': illegal sizeof operand
    
    d:\trunk\windows\MainFrm.h(334) : warning C4018: '<' : signed/unsigned mismatch
    
    d:\trunk\windows\MainFrm.h(335) : error C2065: 'buttons' : undeclared identifier
    
    d:\trunk\windows\MainFrm.h(335) : error C2228: left of '.hIcon' must have class/struct/union
    
    d:\trunk\windows\MainFrm.h(585) : error C2512: 'ATL::CComPtr' : no appropriate default constructor available

    ========== Build: 7 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

    should include Shobjidl.h or file Shobj.h , which contains all these definitions ?

    should update platform SDK from Platform SDK update

    config:

    VS 2008

    stlport 6 form GIT repository

    lastest WTL...

    Crise, Lee ? Anyone help me ? ...

    Thanks for your help :thumbsup:

    Warwick. :)

    warwick likes this

  6. Hy guys, :)

    when compiling I get this error, what does it mean please ?

    DCPlusPlus.h(101) : error C2065: 'uint8_t' : undeclared identifier

    (in release mode)

    VS 2008 pro

    sdk installed

    STLPort 5.2.1 build

    patched WTL.

    Thanks :)

    Edit: Work fine with the last Stlport 6 form repository GIT.


  7. OK, to be precise, I would like to have the functionalities of 1.0.1 + horizontal view, so if smo has compiled already... :thumbsup:

    +1 I'm interresting too ... for horizontale view ...

    Thanks !


  8. Hy

    Thanks for this fabulous DC client :stuart: (All of programmers and testers... )

    When i am Compiling Apex 0.4.0 this error occured during compil:

    C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\include\strmif.h(21826) : fatal error C1083: Cannot open include file: 'ddraw.h': No such file or directory

    DirectX SDK must be installed for that ?...

    My config:

    VS 2005 pro

    Apex 0.3.0 compiling OK

    Thanks for help :)

    Warwick :)