Search code examples
delphidelphi-2010

Uninstalling IBObjects on delphi 2010


I installed ibobjects in delphi 2010 to give the components a try, now I want to uninstall them, I run the uninstaller but when I complie my existing proyects I get the following error:

[DCC Fatal Error] accedoCFD_2011.dpr(15): F1026 File not found: 'IB_Access.dcu'

And when I try to run my proyects outside the delphi ide y get a message like "Thanks for evaulating ibobjects, please register at www.ibobjects.com"

I have tried to remove the componets manually form the component install packages menu, but I still see some empty tabs from ibobjects and still get the register message and the compiler error. I have searched in http://ibobjects.com/ for the solution but I did not found anything. Any clues? Thanks in advance


Solution

  • There's an IB_Access reference in one of your units' uses clause. As for the empty tabs, you can right click on them and then delete.