Unable to compile project - inconsistent dll linkage

  • Thread starter Thread starter Chuckie72
  • Start date Start date
C

Chuckie72

Guest
I decided (after many years) to re-compile my project using MFC as a shared DLL rather than statically.

I did a full rebuild and encountered several errors with inconsistent dll linkage. The class in question is defined in the header like this:

class AFX_EXT_CLASS CFileVersionInfo
{
}


How to compile?

Continue reading...
 
Back
Top