- Timestamp:
- Apr 16, 2008, 6:14:15 PM (17 years ago)
- Location:
- trunk/ab5.0/abdev/abdev
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/abdev/SubOperation.cpp
r489 r491 1436 1436 prc->left,prc->top,prc->right-prc->left,prc->bottom-prc->top, 1437 1437 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);1450 1438 hProjectView=CreateWindowEx(WS_EX_STATICEDGE,"ProjectView","ProjectView", 1451 1439 WS_CHILD|WS_CLIPCHILDREN, -
trunk/ab5.0/abdev/abdev/stdafx.h
r489 r491 47 47 #include <MainFrame.h> 48 48 #include <Program.h> 49 50 #include "../res/resource.h"
Note:
See TracChangeset
for help on using the changeset viewer.