diff --git a/API_MachMgr.cpp b/API_MachMgr.cpp index 721505f..e116b42 100644 --- a/API_MachMgr.cpp +++ b/API_MachMgr.cpp @@ -1093,6 +1093,13 @@ __stdcall EgtSetAxisPos( const wchar_t* wsAxis, double dVal) return ( ExeSetAxisPos( wstrztoA( wsAxis), dVal) ? TRUE : FALSE) ; } +//----------------------------------------------------------------------------- +BOOL +__stdcall EgtLoadTool( const wchar_t* wsHead, int nExit, const wchar_t* wsTool) +{ + return ( ExeLoadTool( wstrztoA( wsHead), nExit, wstrztoA( wsTool)) ? TRUE : FALSE) ; +} + //----------------------------------------------------------------------------- BOOL __stdcall EgtSetMachineLook( int nFlag) diff --git a/EgtInterface.rc b/EgtInterface.rc index 04e49b8..8c167c0 100644 Binary files a/EgtInterface.rc and b/EgtInterface.rc differ