loopsider
unread,May 29, 2012, 4:21:22 AM5/29/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to MqlLock
The idea is very good! But, as a code developer, I don't like the
authomatic separation into dll and mql parts too much. For complex
codes, it will lead a) to a low efficiency (slow execution), b)
inevitable small issues of compatibility between mql and C++, and c)
difficulty in ensuring that the modified code is exactly equivalent to
the original. For my codes, I would prefer to do the separation
manually, that is to provide explicitly the part of the code to be put
into dll. This should be qiute easy to incorporate into MqlLock as an
additional feature.