// ConsoleUpdater.h : PROJECT_NAME ÀÀ¿ë ÇÁ·Î±×·¥¿¡ ´ëÇÑ ÁÖ Çì´õ ÆÄÀÏÀÔ´Ï´Ù. // #pragma once #ifndef __AFXWIN_H__ #error PCH¿¡¼­ ÀÌ ÆÄÀÏÀ» Æ÷ÇÔÇϱâ Àü¿¡ 'stdafx.h'¸¦ Æ÷ÇÔÇϽʽÿÀ. #endif #include "resource.h" // ÁÖ ±âÈ£ int GetCurrentPath(char* pszPath); // CConsoleUpdaterApp: // ÀÌ Å¬·¡½ºÀÇ ±¸Çö¿¡ ´ëÇØ¼­´Â SP-Updater.cppÀ» ÂüÁ¶ÇϽʽÿÀ. // class CConsoleUpdaterApp : public CWinApp { public: CConsoleUpdaterApp(); protected: void GetUpdateFileList(CStringArray& saFile); public: CString m_sPath; CString m_sFile; BOOL CheckServer(); // ÀçÁ¤ÀÇ public: virtual BOOL InitInstance(); // ±¸Çö DECLARE_MESSAGE_MAP() }; extern CConsoleUpdaterApp theApp; #define DOWN_URL "http://www.ktsystemhosting.com/update_for_icsdownload" #define REG_KEY "Software\\KT\\SP-Console(ICS_DOWNLOAD)\\FileVer"