You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to wx-dev
Does the wxMSW `samples/mfc` support building using static C Runtime Libraries and static MFC libraries or not? The `samples/mfc/mfctest.cpp` gives directions for building with static libraries using the command line, but `samples/mfc/stdafx.h` forces `_AFXDLL` to be set, which means it always expects DLL versions of the CRT and MFC.