Discussion of article "Expert Advisor featuring GUI: Adding functionality (part II)" - page 3

 
What's wrong with the download compilation error?' AddItem' - wrong parameters count CreateGUI.mqh 112 20

 

@Anatoli Kazharski

Hi

I asked this in private but I think you missed the question. Here is what I am wondering from the very first article and forward.

Let's say that I used easy and fast library and developed a working expert advisor either in mt4 or mt5, now I want to upload it in the mql5.com website to sell it. Considering that the website only accepts .ex4 and .ex5 files, how should I make the whole library integrated into the final product to only have a single file which contains all the headers and functionalities in itself? I hope the answer is not adding all of them into the expert's file making it a mega god file.


Please help and answer this question.


Thanks

 
There's an undefined library file. Just change it.
 
Zqh Zhang:
There's an undefined library file, just change it.

How can I change it?

 
So...

Where "ON_END_CREATE_GUI" is defined?
 
Not working :))
 
Mahdi Heydai #: Not working :))

Don't just state "Not working!". That is useless and helps no one. Explain yourself in detail so that someone can help you out with it.

 
There is a TimeCounter.mqh library file missing in the zip, it doesn't work, I don't know if the author intentionally removed it or not.
 
ymsterdan #:
What's wrong with the download compilation error?' AddItem' - wrong parameters count CreateGUI.mqh 112 20

Add an array of string type and add it to m_status_bar.AddItem() as below

aaa

 
'AddItem' - wrong parameters count CreateGUI.mqh 111 20
   void CStatusBar::AddItem(const string,const int) StatusBar.mqh 39 22

can some one point me to how i may solve this?