E2161 Duplicate string
- From: E Sterrett <bgreenf@xxxxxxxxxxxxx>
- Date: Sat, 29 Mar 2008 17:31:42 +0000
I am trying to use this function for looking up mime types:
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
.
- Follow-Ups:
- Re: E2161 Duplicate string
- From: Danny Strümpel
- Re: E2161 Duplicate string
- From: Jamie
- Re: E2161 Duplicate string
- From: alanglloyd@xxxxxxx
- Re: E2161 Duplicate string
- Prev by Date: Re: How to use tasm32 with turbo delphi?
- Next by Date: Re: E2161 Duplicate string
- Previous by thread: Strange bug with QueryPerformanceCounter, Int64, Nodes and Aliases ?!?!?
- Next by thread: Re: E2161 Duplicate string
- Index(es):
Relevant Pages
|