Simon, It is very likely that the compiler finds an old version of OverbyteIcsMimeUtils.pas, the new TMimeTypesList component was added to this unit recently.
In the uses clause of OverbyteIcsReg.pas ctrl+click on "OverbyteIcsMimeUtils" if that doesn't work right-click on it and select "Open File at Cursor", OverbyteIcsMimeUtils.pas should be opened in the IDE, does it include TMimeTypesList? Also make sure that you rebuild the run-time packages first, then build the design-time package, just compiling **may not be enough**. BTW: Update your repository or get latest daily snapshot. In latest version the line "GroupDescendentsWith(TMimeTypesList, TControl);" was removed since it was superfluous. -- Arno ----- Original Message ----- From: "Simon" <si...@psd-designs.com> To: <twsocket@elists.org> Sent: Thursday, March 22, 2012 12:30 PM Subject: [twsocket] MimeTypesList error in delphix xe 2 update 4 > Hello, any one else having compiling and installing errors with the latest > SVN source in Delphi xe2 update 4???. > > Here what i keep getting: > > GroupDescendentsWith(TMimeTypesList, TControl); > > > > > [DCC Error] OverbyteIcsReg.pas(98): E2003 Undeclared identifier: > 'TMimeTypesList' > > > > anyone have any ideas how to fix this? > > > > thanks alot > -- > To unsubscribe or change your settings for TWSocket mailing list > please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket > Visit our website at http://www.overbyte.be -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be