Running EA with imported DLL

 
In MT5 when you start the terminal with the configuration file
command line: terminal.exe /config:FileName.ini
a script or an expert advisor loads which is specified in the section of INI file such as:

[StartUp]
Script=ScriptName
Expert=ExpertName
Symbol=EURUSD
Period=M15
In this case, if the expert advisor uses imported DLL libraries and there is a record allowing import in the appropriate section of the INI file:

[Experts]
AllowDllImport=1
then scripts are running and work without any errors, but expert advisors are unloaded with mistake:
DLL loading is not allowed
 

Can anyone from MetaQuotes answer is there a way to allow DLL import for expert advisors or maybe I am doing something wrong?

 
artem.reznikov:

Can anyone from MetaQuotes answer is there a way to allow DLL import for expert advisors or maybe I am doing something wrong?

Fix will be available at next build.
 
antt:
Fix will be available at next build.
Thank you for your help!
Reason: