65,186
社区成员




// Program entry point function. 入口函数
int APIENTRY wWinMain(HINSTANCE hInstance,
HINSTANCE hPrevInstance,
LPTSTR lpCmdLine,
int nCmdShow) {
// using namespace zsummer::log4z;
// ILog4zManager::GetInstance()->Start();
UNREFERENCED_PARAMETER(hPrevInstance);
UNREFERENCED_PARAMETER(lpCmdLine);
cout << "==========================================" << endl;
cout << " the process begin to run" << endl;
cout << "==========================================" << endl;