I use LinkShell: http://schinagl.priv.at/nt/hardlinkshellext/linkshellextension.html
to have common folders for several installation folders.
It uses Windows' hard links.
Hi, I'm working with three different MetaEditors (A,B,C) and develop three different MT4-Programs (P1,P2,P3). All programs are using the following include-file
#include <Lib_Base.mqh> (stored in the include-file-direcrory of A,B,C)
When I make changes in the include file (of A), I must copy the include file to the two other include-folders (B,C).
Is it possible to (store) the (Lib_Base.mqh) in a special directory (or a common include-file directory) where all MetaEditors (A,B,C) (have access) and can load it.
Thank you for your answer.
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hi, I'm working with three different MetaEditors (A,B,C) and develop three different MT4-Programs (P1,P2,P3). All programs are using the following include-file
#include <Lib_Base.mqh> (stored in the include-file-direcrory of A,B,C)
When I make changes in the include file (of A), I must copy the include file to the two other include-folders (B,C).
Is it possible to (store) the (Lib_Base.mqh) in a special directory (or a common include-file directory) where all MetaEditors (A,B,C) (have access) and can load it.
Thank you for your answer.