![]() |
|
Cannot find IdMessageBuilder... - Printable Version +- Atozed Forums (https://www.atozed.com/forums) +-- Forum: Open Source (https://www.atozed.com/forums/forum-19.html) +--- Forum: Indy (https://www.atozed.com/forums/forum-9.html) +--- Thread: Cannot find IdMessageBuilder... (/thread-2219.html) |
Cannot find IdMessageBuilder... - waikitlo - 01-04-2021 Hi, In Lazarus/FPC, I am using the package indylaz.lpk (v. 10.6.2). I want to use the unit IdMessageBuilder.pas in my project, so I included it in my uses clause. Unfortunately, I get the error message that the unit cannot be found during compile. How can I solve this issue? Thanks, Wai RE: Cannot find IdMessageBuilder... - rlebeau - 01-04-2021 I see you asked the same question in the FPC/Lazarus forum, so I posted a reply there: https://forum.lazarus.freepascal.org/index.php/topic,52756.0.html RE: Cannot find IdMessageBuilder... - waikitlo - 01-05-2021 (01-04-2021, 03:58 PM)rlebeau Wrote: I see you asked the same question in the FPC/Lazarus forum, so I posted a reply there: The solution to this problem can be found on this link: https://forum.lazarus.freepascal.org/index.php/topic,52756.msg389702/topicseen.html#new |