diff --git a/dll/mcctrdll.dll b/dll/mcctrdll.dll index 336efa8..4428104 100644 Binary files a/dll/mcctrdll.dll and b/dll/mcctrdll.dll differ diff --git a/dll/mcctrdllD.dll b/dll/mcctrdllD.dll index ac3926f..6bb76e2 100644 Binary files a/dll/mcctrdllD.dll and b/dll/mcctrdllD.dll differ diff --git a/mcctrdll/Include/runctrl.h b/mcctrdll/Include/runctrl.h index 378ccc8..b49d8bd 100644 --- a/mcctrdll/Include/runctrl.h +++ b/mcctrdll/Include/runctrl.h @@ -271,6 +271,10 @@ public: virtual void InitRecipeInfo() = 0; virtual void InitPackageInfo() = 0; + // to implement by application + virtual void InitConfigInfo(); + // + void CloseLot(void); void EmStopRelease(void); // Operations diff --git a/mcctrdll/lib/mcctrdll.lib b/mcctrdll/lib/mcctrdll.lib index bda110c..3c161f8 100644 Binary files a/mcctrdll/lib/mcctrdll.lib and b/mcctrdll/lib/mcctrdll.lib differ diff --git a/mcctrdll/lib/mcctrdllD.lib b/mcctrdll/lib/mcctrdllD.lib index 0440478..0897524 100644 Binary files a/mcctrdll/lib/mcctrdllD.lib and b/mcctrdll/lib/mcctrdllD.lib differ