![]() | ![]() Products ![]() ![]() ![]() ![]() |
Home » Technical Support » Elevate Web Builder Technical Support » Support Forums » Elevate Web Builder General » View Thread |
Messages 1 to 3 of 3 total |
![]() |
Tue, Mar 19 2019 5:05 PM | Permanent Link |
Mario Enríquez Open Consult | Hello,
I've run into this compile error and can not make sense of it. (Please see attached image) The error pops up when I include a particular unit. But this very same unit is use elsewhere and compiles just fine.. Any ideas? Regards, Mane Attachments: CompileError.jpg |
Wed, Mar 20 2019 3:04 AM | Permanent Link |
Michael Dreher | Mario Enríquez wrote:
// Any ideas? Yeah, it happens to me all the time ![]() In your screenshot the component palette is empty. It looks like the IDE cannot rebuild he component library because one oder more units refere to unit WebDOM. Try to locate this unit and use a conditional define, something like this: {$IFDEF DESIGN} uses WebDesign, WebCore; // <-- IDE component rebuild is looking at this {$ELSE} uses WebDOM, WebCore; // <-- here WebDOM is not visible to IDE component rebuild {$ENDIF} Michael Dreher |
Wed, Mar 20 2019 2:15 PM | Permanent Link |
Mario Enríquez Open Consult | Thank you Michael, you tip was spot on.
Didn't have use conditionals. Base on you advice, I managed to clean up some units, and it compile without errors. Regards, Mario |
This web page was last updated on Friday, December 1, 2023 at 06:01 PM | Privacy Policy![]() © 2023 Elevate Software, Inc. All Rights Reserved Questions or comments ? ![]() |