- Code: Select all
1error LNK2005: "public: __thiscall CRect::CRect(struct tagRECT const &)" (??0CRect@@QAE@ABUtagRECT@@@Z) already defined in gapidraw.lib(GapiSurface.obj)1 lines; 1 keywds; 1 nums; 9 ops; 1 strs; 0 coms Syntactic Coloring v0.4 - Dan East
I'm using MFC in the same project that also has a CRect class, but why does this error only occur in debug mode with VS2003? It doesn't occur in release mode and not at all with Visual Studio 6.
/Tommy

