解决VC++橡皮区矩形CRectTracker无法显示光标(cursor)的问题
作者:admin 日期:2007-12-24
1) In the ResourceView pane, of the Workspace, right-click the projrct name.
2) select Resource Incoudes.
3) See if this line is there:
#define _AFX_NO_TRACKER_RESOURCES
If it is, delete it.
This is a bug in MFC v 5 and 6, described here:
BUG: BLOCKS32 Sample Fails to Show Cursors when Linked to MFC
ID: Q208856
http://support.microsoft.com/support/kb/ articles/Q 208/8/ 56.A SP
2) select Resource Incoudes.
3) See if this line is there:
#define _AFX_NO_TRACKER_RESOURCES
If it is, delete it.
This is a bug in MFC v 5 and 6, described here:
BUG: BLOCKS32 Sample Fails to Show Cursors when Linked to MFC
ID: Q208856
http://support.microsoft.com/support/kb/
Tags: vc++ 橡皮区矩形 CRectTracker 光标 Cursor
- 1






