delphi - Message 'ToolsAPI not found' in a Form -


in package, have component implements toolapi iotaidenotifier interface. package can setup, compiled , appears on palette. method of component designed particular when project, uses it, compiled (and not executed)...so far if ok.

the problem appears later, when use component on tform belongs project. when try build it, compiler message file not found: toolsapi.dcu.

here uses of package:

uses   {$ifdef packagesetup} designintf, designeditors,{$endif}   classes, toolsapi; 

packagesetup defined when compile bpl

when double click error message, ide opens file declared reference toolsapi...how can rid of problem ?

toolsapi available in designtime packages. exists expose ide customisation , available under ide, i.e. in designtime packages. have remove reference toolsapi desktop app.


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -