Tom
unread,May 4, 2012, 9:52:53 AM5/4/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 mql...@googlegroups.com
Hello,
i read about, if we have #includes, we have to upload too- and in correct order.
So how to do it the correct way?
inside source code have:
....
#include <stdlib.mqh>
#include <stderror.mqh>
....
My take is that we should process the project as normal,
then next step would be to process the stdlib file and then the stderror file
So we then have 3 output files?
What if remote controle is active.. do we then need to "controle" all 3 files seperately?
This sounds weird to me and pretty sure i´m mistaken here!? but there is only one upload field so assuming multiple files are not going through.
Thank you!