Jump to content
dummzeuch

Delphi Custom Container Pack updated for Delphi 10.3 Rio

Recommended Posts

I have just updated the Delphi Custom Container Pack sources to support Delphi 10.3 Rio. This time it required than creating the packages for the new version and adding the latest version of the Delphiversions.inc file. When loading the designtime package an EAssertionFailed exception ...

https://blog.dummzeuch.de/2018/12/29/delphi-custom-container-pack-updated-for-delphi-10-3-rio/

  • Thanks 1

Share this post


Link to post
14 hours ago, dummzeuch said:

I have just updated the Delphi Custom Container Pack sources to support Delphi 10.3 Rio. This time it required than creating the packages for the new version and adding the latest version of the Delphiversions.inc file. When loading the designtime package an EAssertionFailed exception ...

https://blog.dummzeuch.de/2018/12/29/delphi-custom-container-pack-updated-for-delphi-10-3-rio/

I cannot download the whole source since my SVN-checkout fail to download the whole source. I do not know why.

But i somehow succeeded to down load rev42 and 40. (parts of them?).

I am using d10.2.3.

Further more i compiled your last  rev 42 it is only for 10.3 ?? it need "if" so all Delphi's can use the software.

It fail on sCategoryDelphiIndividualFiles in ccwiz.pas.

Rev 40 is OK.No above line.

Can you put the source on GIT? it is more friendly.

Share this post


Link to post
15 hours ago, dummzeuch said:

I have just updated the Delphi Custom Container Pack sources to support Delphi 10.3 Rio. This time it required than creating the packages for the new version and adding the latest version of the Delphiversions.inc file. When loading the designtime package an EAssertionFailed exception ...

https://blog.dummzeuch.de/2018/12/29/delphi-custom-container-pack-updated-for-delphi-10-3-rio/

P.S i added   if not Assigned(cat) then
    cat := catMgr.FindCategory(sCategoryDelphiNew);

to rev 40. OK?

Share this post


Link to post
3 hours ago, limelect said:

I cannot download the whole source since my SVN-checkout fail to download the whole source. I do not know why.

I just tried a new checkout and it worked fine for me. I also tried a read only checkout (via the http link given in the repository), also worked fine.

 

3 hours ago, limelect said:

Further more i compiled your last  rev 42 it is only for 10.3 ?? it need "if" so all Delphi's can use the software.

It fail on sCategoryDelphiIndividualFiles in ccwiz.pas.

Rev 40 is OK.No above line.

Sorry, I missed that one. Fixed now.

 

3 hours ago, limelect said:

Can you put the source on GIT? it is more friendly.

No, I don't see any advantage for me and I am the (only?) one who works on that project.

Share this post


Link to post

Ok new it compile

and as for TortoiseSVN it mite have been an older version

i installed   TortoiseSVN-1.11.0.28416-x64-svn-1.11.0 and now it is OK.

Thanks

Share this post


Link to post

Good job Thomas! I can't believe this package is not very popular, it makes it so easy to make a component visually!

  • Thanks 1

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×