LNK2005: delete already defined error in VC++
- by user333422
Hi,
I am newbie to VC++, so please forgive me if this is stupid.
I have got 7 solutions under one project. Six of these build static libraries which is linked inside 7th to produce an exe. The runtime configuration of all the projects is MultiThreaded Debug.
sln which is used to produce exe is using MFC other slns use standard runtiem library. I…