Does anyone know how or where to change this. With so many Empty4 demo's installs running I get confused about which is which.
tia
webby
Change Empty4 Windows Title Bar
- gaheitman
- Trader
- Posts: 655
- Joined: Tue Nov 15, 2011 10:55 pm
- Location: Richmond, VA, US
Re: Change Empty4 Windows Title Bar
I can't tell by looking where they are keeping that information. You can change the icon that it uses, which might help.webregs wrote:Does anyone know how or where to change this. With so many Empty4 demo's installs running I get confused about which is which.
tia
webby
http://articles.mql4.com/776
George
-
jjasper7
- Trader
- Posts: 87
- Joined: Mon Mar 19, 2012 11:44 pm
- Location: Mesa,AZ (near Phoenix)
Empty4 limits
I took some repeated code out of a routine and made a subroutine out of it, and started to get compiler errors. it says 'subroutine name' - no dll defined for the imported function. What limit does Empty4 have on the number or configurations of subroutine calls you can have in a program? the variables in the definition line are not accepted giving several 'variable not defined' errors in the following code. any explanations?
-
jjasper7
- Trader
- Posts: 87
- Joined: Mon Mar 19, 2012 11:44 pm
- Location: Mesa,AZ (near Phoenix)
Empty4 limits
I took some repeated code out of a routine and made a subroutine out of it, and started to get compiler errors. it says 'subroutine name' - no dll defined for the imported function. What limit does Empty4 have on the number or configurations of subroutine calls you can have in a program? the variables in the definition line are not accepted giving several 'variable not defined' errors in the following code. any explanations?
-
garyfritz
Re: Change Empty4 Windows Title Bar
Hard to tell from that explanation. Did you move the subroutine into a different file, or is it in the same file as the rest of your code? Might want to post a screen shot of the compile errors, and the source.