Re: MFC version



Miken wrote:
> I use Visual C++ to develop for windows platform.
> I want to get the version of MFC.
> How do I do?

_MFC_VER is defined to the version of MFC, e.g. in MFC 4.2 it has the
value 0x420.

--
Later,
Jerry.

The universe is a figment of its own imagination.

.



Relevant Pages