Compile mqh files

 

Hi all,


I've got an include.mqh file with a few useful functions that I'd like to provide to some people.

However I don't want to disclose my source code as it took long hours to do it.


The idea is for them to include my file like:


#include <coolfunctions.compileExtension>

function() {

coolfunction();

}


Is this possible, or are there any workarounds?


Thanks.

 
No. Make it a library.