tags:

views:

105

answers:

1

how i can add CWinAppEx class in vc++ 6.0 dialog MFC ,because i want to handle application state.How should i get this class.

+2  A: 

You can't, it's an MFC update class that only works with the MFC that comes with VS2008.

Roel