On Wed, 2002-11-27 at 01:23, Yann Crausaz wrote: > Hello, > > #define IDS_ROOT_SLASH 1 > #define IDS_ROOT_SPACE 2 > #define IDS_CWD_NONEMPTY 3 > #define IDS_MIRROR_LST 6 > #define IDS_DIALOG_FAILED 7 > > What do the numbers beside the different IDS's in resource.h mean ? Is IDS_MIRROR_LST
It's a windows programming convention, each number must be unique. If you need to add strings, just follow the convention in resource.h and res.rc. Cheers, Rob -- --- GPG key available at: http://users.bigpond.net.au/robertc/keys.txt. ---
signature.asc
Description: This is a digitally signed message part
