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

Search:

Type: Posts; User: MDevonB

Search: Search took 0.06 seconds.

  1. Replies
    5
    Views
    10,270

    Re: Crazy Multiple Definition Problem

    That solved the problem, never had to use extern before so the thought didn't pop into my head. Thanks very much for helping with my stupid mistake.
  2. Replies
    5
    Views
    10,270

    Re: Crazy Multiple Definition Problem

    It compiles fine when it's not declared. The problem arises with a declaration. I've been using rebuild all the entire time I spent on this, so that hasn't helped. I just tried cleaning the project...
  3. Replies
    5
    Views
    10,270

    [RESOLVED] Crazy Multiple Definition Problem

    Theres quite a bit of code, so I don't know if posting it will help or just make the page full of useless info, so I'll just state the problem and info.

    I declare a std::map called KeyMap, and a...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured