Ignore:
Timestamp:
Apr 16, 2008, 6:14:15 PM (16 years ago)
Author:
dai_9181
Message:

デバッグ用のメッセージを削除。
stdafx.hでresource.hをincludeしないようにした。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/abdev/SubOperation.cpp

    r489 r491  
    14361436        prc->left,prc->top,prc->right-prc->left,prc->bottom-prc->top,
    14371437        hwnd,0,hInst,0);
    1438    LPTSTR lpBuffer;
    1439     FormatMessage(
    1440         FORMAT_MESSAGE_ALLOCATE_BUFFER | FORMAT_MESSAGE_FROM_SYSTEM,
    1441         NULL,
    1442         GetLastError(),
    1443         LANG_USER_DEFAULT,
    1444 //      MAKELANGID(LANG_NEUTRAL, SUBLANG_SYS_DEFAULT),
    1445         (LPTSTR)&lpBuffer,
    1446         0,
    1447         NULL );
    1448     MessageBox(hwnd, lpBuffer, "error message", MB_ICONHAND|MB_OK);
    1449     LocalFree(lpBuffer);
    14501438    hProjectView=CreateWindowEx(WS_EX_STATICEDGE,"ProjectView","ProjectView",
    14511439        WS_CHILD|WS_CLIPCHILDREN,
Note: See TracChangeset for help on using the changeset viewer.