![]() |
|
IW 16.2.0 Missing libraries - Printable Version +- Atozed Forums (https://www.atozed.com/forums) +-- Forum: Atozed Software (https://www.atozed.com/forums/forum-1.html) +--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html) +---- Forum: English (https://www.atozed.com/forums/forum-16.html) +----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html) +----- Thread: IW 16.2.0 Missing libraries (/thread-6110.html) |
IW 16.2.0 Missing libraries - JuergenS - 05-02-2026 C++ Builder 13 update 1 Edition: IntraWeb Ultimate Edition 16.2.0 The following libraries are unavailable after installation of IW 16.2.0: LibD13W32 -> Intraweb_16_D13.lib LibD13W64 -> Intraweb_16_D13.a Regards Juergen RE: IW 16.2.0 Missing libraries - AllBars - 05-21-2026 Is there a solution to this? RE: IW 16.2.0 Missing libraries - JuergenS - 05-22-2026 Only the linker switch for generating a static library needs to be enabled. The switch is probably off during a new installation of RAD Studio. The libraries are part of the delivery. RE: IW 16.2.0 Missing libraries - Alexandre Machado - 06-03-2026 I'll check and get back to you RE: IW 16.2.0 Missing libraries - Mikhael - 06-18-2026 Hello @Alexandre, have you found a solution? I'm also having a library problem with IntraWeb v16.2.1. I use C++ Builder 13 update 1 I simply created a new blank project, compiled it, and got: [Linker Error] Fatal: Unable to open the file 'JSONDATAOBJECTS.OBJ' With version 16.2.0, there are many errors like: [Linker Error] Error: 'Iwresourcestrings::RSExecute' Regards RE: IW 16.2.0 Missing libraries - Gregory_Twedt - 06-24-2026 Hey, I’m facing a similar issue too. Looks like something with the missing libs/linker setup after the IW 16.2.x update. Hopefully Alexandre or the team can confirm the proper fix soon. Thanks for sharing the workaround info ? |