CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Dennis_R

Search: Search took 0.02 seconds.

  1. Replies
    5
    Views
    4,335

    What does #define __T(x) L ## x means?

    Hi

    As my title says what does #define __T(x) L ## x means?

    Any help would be highly appreciated


    Thanks

    Dennis
  2. Replies
    14
    Views
    9,802

    Re: Undeclared identifier in header files (RESOLVED)

    Yes changing the order seems to solve the problem

    Thanks
  3. Replies
    14
    Views
    9,802

    Re: Undeclared identifier in header files

    If you meant If I add the include and lib directories in my Visual C++ Directories, then yes.

    I read the problem regarding with WMI from the link that you gave, but I don't have...
  4. Replies
    14
    Views
    9,802

    Re: Undeclared identifier in header files

    I already downloaded the SDK that is compatible with Visual C++, but still I received the same error messages.



    c:\program files\microsoft visual studio\vc98\include\comdef.h(695) : error...
  5. Replies
    14
    Views
    9,802

    Re: Undeclared identifier in header files

    Let's forget about the include files in the platformsdk folder. This is not my source code it was given to us by one of our client to debug, but they didn't give us the dependencies.

    hmmm.... so...
  6. Replies
    14
    Views
    9,802

    Re: Undeclared identifier in header files

    I though it should be taking care of by visual c++ itself since it is a built in header files?

    if it should be included in the correct order what header files should be included before the...
  7. Replies
    14
    Views
    9,802

    Re: Undeclared identifier in header files

    Do I need to define it? They are built in header files in Visual C++ I though the type variable or what ever declaration the built in header file has don't need to be declared or defined? unless it's...
  8. Replies
    14
    Views
    9,802

    Undeclared identifier in header files

    Hi

    As my title says I have this error, but I'm wondering because these header files are built in header files not customize.

    here are the errors


    --------------------Configuration:...
Results 1 to 8 of 8





Click Here to Expand Forum to Full Width

Featured