Re: E2161 Duplicate string
- From: Jamie <jamie_ka1lpa_not_valid_after_ka1lpa_@xxxxxxxxxxx>
- Date: Sat, 29 Mar 2008 20:20:01 -0500
E Sterrett wrote:
I am trying to use this function for looking up mime types:It's possible you already have a string ID of 101 . I don't think the
http://www.swissdelphicenter.ch/torry/showcode.php?id=2285
The resource file it comes with has hundreds of strings in it, but I have stripped it down to just one:
STRINGTABLE
BEGIN
101, ".3dm x-world/x-3dmf"
END
The project will not compile with this error:
[Pascal Error] E2161 Duplicate string: ID 101; File ...\mimetypes.res string kept: ".3dm x-world/x-3dmf"; file ...\mimetypes.res resource discarded: ".3dm x-world/x-3dmf".
Any idea whats wrong?
Thanks
contents of a string matters. It's the ID that is being used.
and if memory serves. 100 range is a common value used for something
in the resource, I just can't remember what it was.
--
http://webpages.charter.net/jamie_5"
.
- Follow-Ups:
- Re: E2161 Duplicate string
- From: E Sterrett
- Re: E2161 Duplicate string
- References:
- E2161 Duplicate string
- From: E Sterrett
- E2161 Duplicate string
- Prev by Date: Re: E2161 Duplicate string
- Next by Date: Re: E2161 Duplicate string
- Previous by thread: Re: E2161 Duplicate string
- Next by thread: Re: E2161 Duplicate string
- Index(es):
Relevant Pages
|