添加提示

当TestRun、ClientDemo运行时若未成功加载ServerDll.dll,则给出提示。
This commit is contained in:
yuanyuanxiang
2019-05-06 21:11:49 +08:00
parent a58c105d55
commit fb01dee4dd
2 changed files with 7 additions and 0 deletions

View File

@@ -130,6 +130,10 @@ int main(int argc, const char *argv[])
while(bStop && !bStop() && 1 == status)
Sleep(20);
}
else {
printf("<EFBFBD><EFBFBD><EFBFBD>ض<EFBFBD>̬<EFBFBD><EFBFBD><EFBFBD>ӿ<EFBFBD>\"ServerDll.dll\"ʧ<EFBFBD><EFBFBD>.\n");
Sleep(3000);
}
status = 0;
return -1;
}