Subject Problem with edit box
Author Jonathan M. Freedman
Every time i put more than one edit box on a form i get this error
message. it doesn't matter whether the edit box is hooked up to a
datasource or not:

---------------------------
Debugger Exception Notification
---------------------------
Project Crypto.exe raised exception class EOSError with
message 'System
Error. Code: 1410.
Class already exists'. Process stopped. Use Step or Run to continue.
---------------------------
OK Help
---------------------------

and it refers me to this procedure:

procedure TIB_CustomEdit.CreateWnd;
begin
inherited CreateWnd;
if (ButtonStyle <> ebsNone) and
(PasswordChar = #0) then
//NOTE// MULTILINE edit, so set bounds...
BoundsChanged;
end;
//ENDMODIFIED//

i can't make hide nor tail out of what is happening

windows xp prof, cbuilder 6 prof, firebird 1.5 rc 7, ibo objects
4.3.Aa