Hi all,
I found a tutorial for creating MFC applications and I'm trying it out but I keep getting error messages that I don't know what to do with. please help!
// header File Airport.h
#pragma once
class CMainWin : public CFrameWnd
{
public:
CMainWin();
DECLARE_MESSAGE_MAP()
};
class CApp ...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.