MFC vs winAPI

Is there anything you can do in the winAPI that you cannot do in MFC?
There are things than can be done with Win32 which cannot be done using one of the MFC classes or functions.

But as MFC itself uses the Win32 API, there's nothing to stop you calling Win32 function from an otherwise MFC application.

Andy
Topic archived. No new replies allowed.