Atozed Forums
IW 15.1.2 design packages load error - 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 15.1.2 design packages load error (/thread-1169.html)



IW 15.1.2 design packages load error - JuergenS - 08-06-2019

Hi,

I'm using
C++Builder 10.3.1
IW 15.1.2 with subscription

After installing IW 15.1.2 in a new empty directory the system can not load the design packages dclIntraweb_15_D10_3.bpl, dclIWBootstrapD103.bpl and dclIWBootstrap4D103.bpl.
The error message is: "Procedure entry point can not be found in dll: @SystemAngryClasses@TFieldsCache@bcctr$qqrv"

I need to go back to IW 15.0.24 until i have a solution.

JuergenS


RE: IW 15.1.2 design packages load error - kudzu - 08-09-2019

Most likely you had left over parts.

Run the install cleaner which is on our download page before install.


RE: IW 15.1.2 design packages load error - JuergenS - 08-10-2019

Hi,

which "installer cleaner" do you mean ?
I have used the "Intraweb Bundled Removal Tool", but there was nothing to remove since i started from IW 15.0.24, not from a bundled version.
I also have deleted the entries in der design package list of RAD Studio and the INTRAWEB install directories.

The problem occurs for all three design packages and the dclIWBootstrap4D103.bpl was not yet part of IW 15.0.24,
so there can not be any old parts for this package.
Moving back to IW 15.0.24 using the same procedure doesn't cause any problems.

Maybe there is a problem with the definition of the main function within these design packages.

Regards
JürgenS


RE: IW 15.1.2 design packages load error - kudzu - 08-10-2019

Where are your BS packages from? Are you using the ones provided by us?


RE: IW 15.1.2 design packages load error - JuergenS - 08-10-2019

Yes, i use ATOZED original software only, no other packages.


RE: IW 15.1.2 design packages load error - Alexandre Machado - 08-12-2019

Install this:

http://blog.marcocantu.com/blog/2019-august-1032-runtime-packages-patch.html

This was caused by RAD Studio 3 Update 2 which broke Delphi (even if you didn't install it, we did - and we must do it always).

Install the patch and it will work. I recommend you to also install IW 15.1.3 which has been released yesterday as well.


RE: IW 15.1.2 design packages load error - JuergenS - 08-13-2019

Hi,

thanks for your help.

IW 15.1.3 with C++Builder 10.3.2 works so far.

However now there is a problem with a modal window (TIWModalWindow).
The modal window is shown with caption and buttons still, but the content element isn't shown anymore.
The content element is a descendant of TFrame, which i created with new() before.

Do you have any suggestion what i need to do to get it working again with IW 15.1.3 ?

Regards
JuergenS

OK, i could figure it out, it's working again.