Page 1 of 1

Source Code - missing hand.cur

Posted: 12 Oct 2005, 08:54
by tefernc
It is missing!

Searching finds it is defined in PopManDeu.rc as

IDC_CURSOR_HAND CURSOR DISCARDABLE "res\\hand.cur"

but the .cur file is not in the res directory nor is it in the project.

This is just for your info, it is easy to fix.

I compiled using Visual C++ 6.0 on NT

Posted: 12 Oct 2005, 23:48
by Christian
PopManDeu.rc is obsolete since there is multilanguage support in PopMan - use PopManEn.rc instead !

Posted: 14 Oct 2005, 16:53
by Guest
Sorry, you misunderstood my, poor, English.

The file hand.cur does not exist in the soucrce zip, so if I compile, on NT I get this error

error C2065: 'IDC_CURSOR_HAND' : undeclared identifier

if I then create a cursor resorce, called IDC_CURSOR_HAND which uses the hand.cur file it compiles OK

No doubt you will tell me it compiles OK on XP :(

Posted: 14 Oct 2005, 20:44
by Christian
Again, IDC_CURSOR_HAND is a resource identifier that had been used in PopMan 1.1 but is of no use in the current version. It is still defined in PopManDeu.rc because this is an old and obsolete file that had been used to provide a German translation when there had been no multi-language support. So just delete PopManDeu.rc and you are fine!