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

Search:

Type: Posts; User: vc_user

Search: Search took 0.04 seconds.

  1. Replies
    3
    Views
    5,257

    Re: How to use Globals

    Thanks for your help. I just figured it out. There was a missing "std::" statement.

    Thanks again!
  2. Replies
    3
    Views
    5,257

    Re: How to use Globals

    Hi thanks for your help,

    I removed the "extern" from the .h file and removed the typedef statement altogether from the .cpp file and now I'm getting the following error:



    C2143: syntax error...
  3. Replies
    3
    Views
    5,257

    How to use Globals

    Hi,

    I'm trying to make a type definition and a vector (based on that type definition) global to all my forms in vc++ and it isn't working.

    I have one file named "Brians_Globals.h" which is as...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured