31 lines
1.6 KiB
MQL5
31 lines
1.6 KiB
MQL5
#property version "1.1";
|
|
/**********************************************************************************
|
|
* Copyright (C) 2010-2022 Dominik Egert <dominik.egert@freie-netze.de>
|
|
*
|
|
* This file is the binary LibError library.
|
|
*
|
|
* MQLplus library may not be copied and/or distributed without explecit permit.
|
|
* Author Dominik Egert / Freie Netze UG.
|
|
**********************************************************************************
|
|
*
|
|
* File information
|
|
* ================
|
|
*
|
|
* Version: 1.1
|
|
*
|
|
* Use: Lib Error library
|
|
*
|
|
*/
|
|
#property library
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Configure Lib Error
|
|
//
|
|
|
|
// Configure for binary compile target
|
|
#define LIB_ERROR_COMPILE_BINARY_LIBRARY
|
|
#include <MQLplus/lib_error.mqh>
|
|
|
|
|