diff --git a/API_MachMgr.cpp b/API_MachMgr.cpp index 43aaecd..b5ac2b2 100644 --- a/API_MachMgr.cpp +++ b/API_MachMgr.cpp @@ -673,6 +673,13 @@ __stdcall EgtRotateFixture( int nFxtId, double dDeltaAngDeg) return ( ExeRotateFixture( nFxtId, dDeltaAngDeg) ? TRUE : FALSE) ; } +//----------------------------------------------------------------------------- +BOOL +__stdcall EgtSetFixtureLink( int nFxtId, const wchar_t* wsTaLink) +{ + return ( ExeSetFixtureLink( nFxtId, wstrztoA( wsTaLink)) ? TRUE : FALSE) ; +} + //----------------------------------------------------------------------------- BOOL __stdcall EgtMoveFixtureMobile( int nFxtId, double dDeltaMov) diff --git a/EgtInterface.rc b/EgtInterface.rc index 11d058e..6c0d784 100644 Binary files a/EgtInterface.rc and b/EgtInterface.rc differ