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]

Question about setup.exe


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
the 6th item of a list anywhere, for example ? I thought it was related
to the "STRINGTABLE DISCARDABLE" between lines 453 and 489 of res.rc, but
the indices just don't match...

Thanks

Yann

PS - My occurences of 'IDS_MIRROR_LST' :

$ grep -rn 'IDS_MIRROR_LST' *
res.rc:481:    IDS_MIRROR_LST          "http://sources.redhat.com/cygwin/mirrors.lst";
resource.h:8:#define IDS_MIRROR_LST                  6
site.cc:175:    if (LoadString (h, IDS_MIRROR_LST, mirror_url, sizeof (mirror_url))
<= 0)
-----------------------------------------------
Yann Crausaz
EIVD - University of Applied Sciences of Western Switzerland
Route de Cheseaux 1
1400 Yverdon-les-Bains
Switzerland
mailto:yann.crausaz@eivd.ch
mailto:yann_crausaz@bluemail.ch
-----------------------------------------------


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