This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Question about setup.exe


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.
---

Attachment: signature.asc
Description: This is a digitally signed message part


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]