Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- code=13
- safearea
- 駐車場
- error domain
- Xcode
- appleid
- Xcode11.1
- NationalPetition
- localizing
- storyboard
- cerificate
- iPadOS
- 駐車場の場所
- iphone
- swift4
- ios
- iPadOS13
- iOS12
- swift
- iOS13
- 롤파킹
- ロールパーク
- nslocalizedDescription=query cancelled
- RollParking
- query cancelled
- ventura
- pan gesture
- 스토리보드
- Xcode11
- SceneDelegate
Archives
- Today
- Total
목록ON_MESSAGE (1)
HoonStyle
error C2440: 'static_cast' : 'void (__thiscall CDlgAlarms::* )(WPARAM,LPARAM)'에서 'LRESULT (__thiscall CWnd::* )(WPARAM,LPARAM)'(으)로 변환할 수 없습니다.
Visual Studio 6.0 에서 2010으로 변환하는중 이런 에러가 발생하였다. 구글링 해 본 결과 ON_MESSAGE(WM_U_DOCUMENT, OnDocument) 이것을 ON_MESSAGE(WM_U_DOCUMENT, (LRESULT(AFX_MSG_CALL CWnd::*)(WPARAM, LPARAM))OnDocument) 요런식으로 수정 아래는 ON_MESSAGE 의 정의. #define ON_MESSAGE(message, memberFxn) \ { message, 0, 0, 0, AfxSig_lwl, \ (AFX_PMSG)(AFX_PMSGW) \ (static_cast \ (memberFxn)) },
Programming
2012. 3. 13. 12:47