Board index » delphi » Register Frame: Duplicates in StringList
Daniel Achermann
![]() Delphi Developer |
Register Frame: Duplicates in StringList2003-12-02 11:24:59 PM delphi134 Hi! I developped some components which are based on a frame in Delphi 6. This components I register with a design time package by using RegisterComponents(...) When I recompile and reinstall the package I get now most often the error "duplicates in string list". Has anyone an idea for the reason of it? I guess a Frame itself has also some kind of "internal registration" process so that I can choose a frame out of the frame list. Could it be, that this "internal registration" and the RegisterComponents-Procedure are the cause for the problem? Any idea how I could solve the problem? Thank you very much for any help! Daniel Achermann |