Source Code - missing hand.cur

You've found a bug in PopMan? Tell me about it!

Moderator: Christian

Post Reply
tefernc
Posts: 4
Joined: 11 Jan 2005, 13:18

Source Code - missing hand.cur

Post 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
User avatar
Christian
Site Admin
Posts: 387
Joined: 11 Jan 2004, 13:04
Location: Magdeburg, Germany
Contact:

Post by Christian »

PopManDeu.rc is obsolete since there is multilanguage support in PopMan - use PopManEn.rc instead !
Christian Hübner
Guest

Post 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 :(
User avatar
Christian
Site Admin
Posts: 387
Joined: 11 Jan 2004, 13:04
Location: Magdeburg, Germany
Contact:

Post 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!
Christian Hübner
Post Reply