#include "stdafx.h" #include "App.h" BOOL CPmImageApp::InitInstance() { m_frame.Create(); return TRUE; }