Access violation using devexpress components

Hi, I’m starting to use Hydra, everything was fine until I added a DevExpress cxgrid to the visualplugin.
Now I get the following error
Access violation at address 0563D9B4 in module ‘NewPluginLibrary.dll’. Read of address 00000084

The things that I have tried are:

  1. add the runtime packages used by devexpress, on the host and in the plugin
  2. The error is presented executing it in the IDE and outside the IDE
  3. All the bpl are copied in the folder of the executable, as well as the dll of the plugin that is being called.
  4. I also made my own packetes using the following guide in:
    http://nwoolls.wordpress.com/creating-custom-packages-for-hydra/

I’m using:
A) Delphi Tokyo 10.2 update 3
B) Hydra 6.2.99.1229
C) DevExpress 18.1.6
C) The list of added packages are:
vcl; rtl; Hydra_Core_D25; Hydra_VCL_D25; dbrtl; vcldb; dxCoreRS25; cxLibraryRS25; dxGDIPlusRS25; dxThemeRS25; cxDataRS25; dxOfficeCoreRS25; cxEditorsRS25; cxPageControlRS25; dxLayoutControlRS25; dxSpreadSheetRS25; dxSpreadSheetCoreDialogsRS25; dxSpreadSheetCoreRS25; cxGridRS25; cxTreeListRS25; dxSpreadSheetCoreConditionalFormattingDialogsRS25

Please help to find a solution.

Thank you in advance for your help

Regards
Job Espejel

MadExcept call stack -----------------------

main thread ($2630):
0563d9b4 +000 NewPluginLibrary.dll
77162931 +021 ntdll.dll KiUserExceptionDispatcher
50060039 +01d rtl250.bpl System 18304 +2 @AfterConstruction
5015f48d +1fd rtl250.bpl System.Classes 11009 +38 TReader.ReadRootComponent
00c16f03 +033 Hydra_VCL_D25.bpl Uhypluginfactories THYPluginFactory.CreateInstance
00c2bce5 +0ad Hydra_VCL_D25.bpl Uhymodulemanager THYModuleManager.CreateInstance
00c2c5d3 +047 Hydra_VCL_D25.bpl Uhymodulemanager THYModuleManager.CreateVisualPlugin
00473630 +034 NewHostApplication.exe fMain 35 +2 TMainForm.BtnCargarClick
50ae51cb +073 vcl250.bpl Vcl.Controls 7454 +9 TControl.Click
50b0af8e +01e vcl250.bpl Vcl.StdCtrls 5449 +3 TCustomButton.Click
50c7a495 +0a5 vcl250.bpl Vcl.Buttons 1981 +26 TBitBtn.Click
50b0ba9c +010 vcl250.bpl Vcl.StdCtrls 5910 +1 TCustomButton.CNCommand
50ae4c5e +2be vcl250.bpl Vcl.Controls 7338 +91 TControl.WndProc
50ae9843 +63b vcl250.bpl Vcl.Controls 10209 +166 TWinControl.WndProc
50b0ac38 +06c vcl250.bpl Vcl.StdCtrls 5286 +13 TButtonControl.WndProc
50ae4898 +024 vcl250.bpl Vcl.Controls 7116 +10 TControl.Perform
50ae99a7 +023 vcl250.bpl Vcl.Controls 10278 +12 DoControlMsg
50aea433 +00b vcl250.bpl Vcl.Controls 10553 +1 TWinControl.WMCommand
50ae4c5e +2be vcl250.bpl Vcl.Controls 7338 +91 TControl.WndProc
50ae9843 +63b vcl250.bpl Vcl.Controls 10209 +166 TWinControl.WndProc
50ae8e10 +02c vcl250.bpl Vcl.Controls 9908 +3 TWinControl.MainWndProc
766a670e +11e USER32.dll SendMessageW
766a67ea +07a USER32.dll CallWindowProcW
50ae9952 +0e6 vcl250.bpl Vcl.Controls 10250 +30 TWinControl.DefaultHandler
50ae5620 +010 vcl250.bpl Vcl.Controls 7587 +1 TControl.WMLButtonUp
50ae52b8 +08c vcl250.bpl Vcl.Controls 7477 +7 TControl.DoMouseDown
50ae4c5e +2be vcl250.bpl Vcl.Controls 7338 +91 TControl.WndProc
50ae9843 +63b vcl250.bpl Vcl.Controls 10209 +166 TWinControl.WndProc
50b0ac38 +06c vcl250.bpl Vcl.StdCtrls 5286 +13 TButtonControl.WndProc
50ae8e10 +02c vcl250.bpl Vcl.Controls 9908 +3 TWinControl.MainWndProc
766a61ab +00b USER32.dll DispatchMessageW
50c31e1f +0f3 vcl250.bpl Vcl.Forms 10641 +23 TApplication.ProcessMessage
50c31e62 +00a vcl250.bpl Vcl.Forms 10671 +1 TApplication.HandleMessage
50c32195 +0c9 vcl250.bpl Vcl.Forms 10809 +26 TApplication.Run
0047573f +03b NewHostApplication.exe NewHostApplication 17 +3 initialization
75ad0417 +017 KERNEL32.DLL BaseThreadInitThunk

Hi,

try to apply solution from https://www.devexpress.com/Support/Center/Question/Details/T547019/using-form-withcx-component-in-a-dll-causes-an-exception
Will it solve this case?