10-25-2025, 11:20 PM
(This post was last modified: 10-25-2025, 11:20 PM by Alexandre Machado.)
Hi Siegbert,
it's not necessary but if you want to build it with IntraWeb 16 you may need to adjust the library path. If 2 different library paths for 2 different IntraWeb versions appear in the Delphi configuration, the first one will be used.
Go to Tools -> Options -> Language -> Delphi -> Library
Now, click on the button next to Library Path edit box and find the IntraWeb paths. Move the IW 16 path above the IW 15 path in the list.
You must do this for both 32-bit and 64-bit platforms.
Click OK and then Save.
Now rebuild your project and see if it now links with IntraWeb 16, instead of IntraWeb 15.
Please let me know if this fixed your issue.
it's not necessary but if you want to build it with IntraWeb 16 you may need to adjust the library path. If 2 different library paths for 2 different IntraWeb versions appear in the Delphi configuration, the first one will be used.
Go to Tools -> Options -> Language -> Delphi -> Library
Now, click on the button next to Library Path edit box and find the IntraWeb paths. Move the IW 16 path above the IW 15 path in the list.
You must do this for both 32-bit and 64-bit platforms.
Click OK and then Save.
Now rebuild your project and see if it now links with IntraWeb 16, instead of IntraWeb 15.
Please let me know if this fixed your issue.

