#pragma once class CRunExeInfo { public: CRunExeInfo(void); CString appname; CString mode; ~CRunExeInfo(void); };