
duplicate resource symbols in vc5
Hi everyone!
I'm developing a project (EXE) involving many subrojects (as DLLs); all of
them have their own resources (such as dialogs, stringtables, etc). The
trouble is that often when I create a new resource the ide assigns it a
numeric ID which is already present, so I have to change the IDs manually.
Has anyone any hint for avoiding this problem? Or can anyone give me the
general rules by which the IDE assigning resource IDs (e.g. in my projects I
saw that dialogs start from 100, stringtables from 1, and so on), so that
when I manually change an ID I don't risk to generate another duplicate?
Many thanks, Daniele