Tommi Prami 130 Posted February 8 [dcc32 Fatal Error] GX_About.pas(8): E2213 Bad packaged unit format: c:\program files (x86)\embarcadero\studio\23.0\lib\Win32\release\rtl.dcp.Winapi.Windows - Expected version: 36.0, Windows Unicode(x86) Found version: 95.84, Unk(CIL) I think I've never seen this error. Debug version builds just fine. -Tee- Share this post Link to post
Lajos Juhász 293 Posted February 8 1 hour ago, Tommi Prami said: I think I've never seen this error. Debug version builds just fine. In that case you was lucky or you are not using packages often. This error can appear at no reason, you have to recompile the packages and everything should work fine. Share this post Link to post
dummzeuch 1505 Posted February 8 I have never seen this error either. GExperts and other experts must be built with runtime packages, but I never use them in regular projects. The error message implies that the package format is not the expected one. Did you by chance already install the Delphi 12.1 update? Maybe there is something wrong with the package that comes with that update. Share this post Link to post
Lajos Juhász 293 Posted February 8 (In case of Delphi 12 patch 1 (it's not officially 12.1) a clean all was required before I could compile a project group. I have tried before to uninstall design time packages that was not enough to remove the Access Violation when I tried to compile. After clean all I was able to compile.) Share this post Link to post
Achim Kalwa 61 Posted February 8 It is a bug in Delphi 12 (and also Patch 1): https://quality.embarcadero.com/browse/RSP-42675, reported 3 month ago. You need to unload the project and load it again when switching from debug to release or vice versa. 1 1 Share this post Link to post
Tommi Prami 130 Posted February 8 5 hours ago, dummzeuch said: The error message implies that the package format is not the expected one. Did you by chance already install the Delphi 12.1 update? Maybe there is something wrong with the package that comes with that update. Updated D12, did not check is this 12.1 or 12.0 Fix1 But update is installed. -Tee- Share this post Link to post
Tommi Prami 130 Posted February 9 11 hours ago, Achim Kalwa said: It is a bug in Delphi 12 (and also Patch 1): https://quality.embarcadero.com/browse/RSP-42675, reported 3 month ago. You need to unload the project and load it again when switching from debug to release or vice versa. Please all vote for this. Vote seems up still... -Tee- Share this post Link to post
Tommi Prami 130 Posted February 16 Can someone build release version of GExperts with patched D12, with current sources? If can, could you share it for testing. Share this post Link to post
Dave Nottage 557 Posted February 16 9 minutes ago, Tommi Prami said: Can someone build release version of GExperts with patched D12, with current sources? Just the DLL? Builds for release OK here. GExpertsRS120.zip Share this post Link to post
Tommi Prami 130 Posted February 16 37 minutes ago, Dave Nottage said: Just the DLL? Builds for release OK here. GExpertsRS120.zip Seems that my problem is not affecting all then... -Tee- Share this post Link to post
dummzeuch 1505 Posted September 15 On 2/8/2024 at 5:54 PM, Achim Kalwa said: It is a bug in Delphi 12 (and also Patch 1): https://quality.embarcadero.com/browse/RSP-42675, reported 3 month ago. You need to unload the project and load it again when switching from debug to release or vice versa. Apparently that problem still exists in Delphi 12.2 😞 Share this post Link to post
SpringerRider 0 Posted September 23 To get the Icons on the top of the formsw, go here. It is under the Experts as Editor Enhancements. GExperts Editor Enhancement tab – twm's blog (dummzeuch.de) Share this post Link to post