Hello,
I am trying to add a cursor to my project.
I have added it to the resources, and it is in my .rc file. When I add the "LoadCursor(IDC_HAND)" function, I get a build error saying "IDC_HAND" is an undeclared identifier. IDC_HAND is the ID of the cursor that I added.
Can anyone explain what I am doing wrong?
Thanks
I am trying to add a cursor to my project.
I have added it to the resources, and it is in my .rc file. When I add the "LoadCursor(IDC_HAND)" function, I get a build error saying "IDC_HAND" is an undeclared identifier. IDC_HAND is the ID of the cursor that I added.
Can anyone explain what I am doing wrong?
Thanks