Ignore:
Timestamp:
12/09/15 06:47:21 (8 years ago)
Author:
cheese
Message:
  1. 클라이언트 UI ID/PW 입력 안하면 죽는 문제 수정
  2. UI 종료 함수 exit로 수정
  3. 그룹챗 인덱스 변수 형 때문에 나오는 warning 수정
  4. toOpenSession 함수 가끔 죽는 문제 수정
  5. generateRandom()에서 time()하던거 rand()로 수정
  6. sms 전송 url 및 sms 코드 생성 로직 대폭 수정 (주석 참고)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/msvc14/ChevMsgrClient_MFC/AddGroupChat.cpp

    r30 r33  
    4141
    4242    for (size_t iter = 0; iter < mMsgrClntDlg->idList.size(); iter++)
    43         mFriendListToChat.InsertString(iter, str2cstr(mMsgrClntDlg->idList[iter].id));
     43        mFriendListToChat.InsertString((int)iter, str2cstr(mMsgrClntDlg->idList[iter].id));
    4444
    4545    return TRUE;
Note: See TracChangeset for help on using the changeset viewer.