Why 'Trim' : is not a member of 'CString'

Discussion in 'MFC' started by umen, Jul 6, 2010.

  1. umen

    umen New Member

    Joined:
    Jul 6, 2010
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    Hello all i have simple app that i try to compile with VC express and using the :
    microsoft platform sdk for windows server 2003 that contains mfc and atl
    now i have this simple code :


    CString strValue("test");
    CString s = strValue.Trim();
    LPCTSTR lpStr = (LPCTSTR)strValue.Trim()


    hat give me compilation error : c:\dev\test.cpp(463) : error C2039: 'Trim' : is not a member of 'CString' c:\program files\microsoft platform sdk for windows server 2003 r2\include\mfc\afx.h(369) : see declaration of 'CString'

    do i have problem with the platform sdk and vc express ?
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice