Posts: 214
Threads: 53
Joined: Mar 2018
Reputation:
2
Location: Germany
05-02-2026, 06:17 AM
(This post was last modified: 05-03-2026, 03:12 PM by JuergenS.)
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
Posts: 6
Threads: 2
Joined: Apr 2018
Reputation:
0
Location: UK
Is there a solution to this?
Posts: 214
Threads: 53
Joined: Mar 2018
Reputation:
2
Location: Germany
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.
Posts: 2,374
Threads: 218
Joined: Mar 2018
Reputation:
87
Location: Auckland, New Zealand
I'll check and get back to you
Posts: 8
Threads: 1
Joined: May 2018
Reputation:
0
Location: France
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