Well if you are going to use CDialog... you need MFC support... as CDialog is part of MFC. If you don't want to include MFC then use an ATL dialog.
C
czieler
@czieler
Well if you are going to use CDialog... you need MFC support... as CDialog is part of MFC. If you don't want to include MFC then use an ATL dialog.