Atozed Forums
IW 15.3.6 & C++Builder 11.3 - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Atozed Software Products (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 15.3.6 & C++Builder 11.3 (/thread-3242.html)



IW 15.3.6 & C++Builder 11.3 - StephanM - 05-19-2023

I just upgraded to C++Builder 11.3. 
Got the latest IW 15.3.6 and installed it. No problem during install, but C++Builder won't load it when launching!
Error:
  Can't load C:\Users\smahaux\Documents\Embarcadero\Studio\22.0\Bpl\dclIntraweb_15_D11.bpl
  The specified module could not be found.
  Do you want to attempt to load this package next time?

BUT, when I look in that folder the BPL is there!

So I don't know what to do about it. Any advice?

UPDATE: I moved the dclIntraweb_15_D11.bpl to a public documents folder, and now it can load.
C:\Users\PUBLIC\Documents\Embarcadero\Studio\22.0\Bpl\dclIntraweb_15_D11.bpl

I hope that'll help someone else.


RE: IW 15.3.6 & C++Builder 11.3 - Alexandre Machado - 05-19-2023

IntraWeb installed the BPL files in your user folder as it is supposed to do *if* RAD Studio has been installed for the *current user* instead of *all users*.

How is your RAD Studio IDE installed?

To be more specific, can you please open your file rsvars.bat (you will find it inside the BIN subfolder of your RAD Studio root installation folder) and tell me where the variable BDSCOMMONDIR in there points to?


RE: IW 15.3.6 & C++Builder 11.3 - StephanM - 05-23-2023

Thanks for your reply.
@SET BDSCOMMONDIR=C:\Users\smahaux\Documents\Embarcadero\Studio\22.0
Should it point to the BPL sub-folder?

I did select to install for the current user. BUT why is RAD Studio unable to load the BPLs from that location?