[yunqa.de] Re: Warning message

  • From: Delphi Inspiration <delphi@xxxxxxxx>
  • To: yunqa@xxxxxxxxxxxxx
  • Date: Mon, 05 Jan 2009 10:07:17 +0100

Bob Richardson wrote:

>A few days ago I tried to install HtmlLabel and HtmlParser. I think some of 
>the components inistalled into Delphi 2007 (I use Vista) but I'm not sure. In 
>any case, every time I open one of my apps, I must click through a warning 
>message "This application uses an unregistered demo version of DIHtmlParser"  
>I don't get this message with some other apps.

Your Delphi very likely still links at least one unit of the DIHtmlParser demo 
into your application which displays the demo message.

>I feel certain that the application doesn't use such a component. How can I 
>tell?

Remove all DIHtmlParser files from your Delphi search path, either by deleting 
the search path or removing the files from disk. Then reBUILD your application. 
If your application uses any DIHtmlParser units (which you might have left one 
its uses list), Delphi should report a missing unit compiler error.

>How can I remove this warning screen?

Remove the DIHtmlParsr unit name in question from the uses list and continue 
compiling / removing until your application compiles OK.

Ralf  

_______________________________________________
Delphi Inspiration mailing list
yunqa@xxxxxxxxxxxxx
//www.freelists.org/list/yunqa



Other related posts: