Prev: SetGet control input
Next: Copy constructor
From: David Ching on 11 May 2010 12:51 "vvf" <vvf(a)vvf.com> wrote in message news:OwifkaR8KHA.5476(a)TK2MSFTNGP06.phx.gbl... > What I basically discovered is that if you have something of the form: > > <number><period>*.htm, it will not work. > My guess is that the number confuses the RC parser as resources can be specified by both name (string) and ID (number), so when RC sees the number, it parses it as a ID and not a name. It is highly unusual to name your resources as if they were the filenames, normally you would use something like ID_HTML_16x -- David |