dummzeuch 1505 Posted December 29, 2018 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/ 1 Share this post Link to post
limelect 48 Posted December 30, 2018 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
limelect 48 Posted December 30, 2018 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
dummzeuch 1505 Posted December 30, 2018 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
limelect 48 Posted December 30, 2018 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
Edwin Yip 154 Posted May 10, 2019 Good job Thomas! I can't believe this package is not very popular, it makes it so easy to make a component visually! 1 Share this post Link to post