Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Build for Windows NT 4.0 using Visual Studio 2005?

Tags:

An MFC application that I'm trying to migrate uses afxext.h, which causes _AFXDLL to get set, which causes this error if I set /MT:

Please use the /MD switch for _AFXDLL builds

My research to date indicates that it is impossible to build an application for execution on Windows NT 4.0 using Visual Studio (C++, in this case) 2005.

Is this really true? Are there any workaround available?