Login ProductsSalesSupportDownloadsAbout |
Home » Technical Support » Elevate Web Builder Technical Support » Support Forums » Elevate Web Builder General » View Thread |
Messages 1 to 3 of 3 total |
Compile error when including WebDom |
Sat, Jun 15 2019 1:42 PM | Permanent Link |
Mario Enríquez Open Consult | Hi folks,
I would like to use the RegEx functionalitiy implemented in WebDom unit, however, when the unit in include in the uses clause I get errors when trying to compile some components of my own. The errors, as reported by the compiler are: Cannot bind to external class TError. Cannot bind to external class TEvent Cannot bind to external class TEventHandlerOptions ... ..... Any ideas? Regards, Mario |
Sat, Jun 15 2019 10:48 PM | Permanent Link |
Raul Team Elevate | On 6/15/2019 1:42 PM, Mario Enr�quez wrote:
> I would like to use the RegEx functionalitiy implemented in WebDom unit, however, when the unit in include in the uses clause I get errors when trying to compile some components of my own. > > .... > > Any ideas? If you look at some of the other library units then none of them include WebDOM in design mode - they IFDEF it out - so it might not be design time compatible. Try doing same and see if it helps - basically uses something like : {$IFNDEF DESIGN} , WebDOM; {$ELSE} ; {$ENDIF} Raul |
Mon, Jun 17 2019 12:43 PM | Permanent Link |
Mario Enríquez Open Consult | Thank you Raul, that did the trick.
Regards, Mario |
This web page was last updated on Monday, October 14, 2024 at 05:15 PM | Privacy PolicySite Map © 2024 Elevate Software, Inc. All Rights Reserved Questions or comments ? E-mail us at info@elevatesoft.com |