#resource question

 

If I compiled abc.mq5 with a #resource xyz.ex5 is the xyz.ex5 apart of that abc.ex5 file?

Meaning if I deleted or changed the xyz.mq5 and compile it the abc.ex5 file is not effect by the deletion or change until I compiled the abc.mq5, correct?

 
Eugene Kendrick:

If I compiled abc.mq5 with a #resource xyz.ex5 is the xyz.ex5 apart of that abc.ex5 file?

Meaning if I deleted or changed the xyz.mq5 and compile it the abc.ex5 file is not effect by the deletion or change until I compiled the abc.mq5, correct?

Correct, resources are copied into the compiled file.