ylw633 / scite-mql

Alternate editor for your MQL files
31 stars 13 forks source link

#include in indicator or EA gives error while compiling #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. put #include <test.mqh> in EA or indicator (test.mq4) code, and write test 
function in test.mqh under experts\include folder
2. compile test.mq4 from scite-mql
3. It gives error stating that can't find file test.mqh

What is the expected output? What do you see instead?
If I enter relative path to file like #include "..\include\test\mqh", it 
compiles properly

What version of the product are you using? On what operating system?
1.4.2

Please provide any additional information below.
I have a request - It will be really nice feature if some how we can also have 
api auto completion and parameter suggestion for user defined functions.
Thank for extremely well designed mql editor. IMO MetaQuotes should replace 
their editor with this tool!

Regards,

Original issue reported on code.google.com by cws.ot...@gmail.com on 17 Aug 2012 at 12:52

GoogleCodeExporter commented 9 years ago
it's probably the limitation of MQL compiler. Currently the workaround is to 
create a symbolic link of "include" in indicator / script folder

Original comment by ylw...@gmail.com on 20 Aug 2012 at 1:58

GoogleCodeExporter commented 9 years ago

Original comment by ylw...@gmail.com on 5 Nov 2013 at 10:40