Forum

Export enumeration

Hi, is it possible to export an enumeration or a constant in a library? Thanks Mario

Unresolved import function call

Hi, i've implmented a library "xx" with the following content: #property library #property copyright "Copyright 2013, Mario Semper" #property link "https://www.mql5.com" #property version "1.00" int getInt( void ) export { return 11 ; } now, i would like to use this library in a EA