Index: trunk/MagicSoft/Cosy/tcpip/MDriveCom.cc
===================================================================
--- trunk/MagicSoft/Cosy/tcpip/MDriveCom.cc	(revision 9443)
+++ trunk/MagicSoft/Cosy/tcpip/MDriveCom.cc	(revision 9445)
@@ -165,5 +165,5 @@
 
     if (fQueue)
-        fQueue->PostMsg(WM_STARGTPOINT, (void*)str.Data(), str.Length()+1);//, (void*)str.Data(), str.Length()+1);
+        fQueue->Proc(WM_STARGTPOINT, (void*)str.Data());
 
     return true;
@@ -177,5 +177,5 @@
 
     if (fQueue)
-        fQueue->PostMsg(WM_STARGMODE, &on, sizeof(bool));//, (void*)str.Data(), str.Length()+1);
+        fQueue->Proc(WM_STARGMODE, &on);
 
     return true;
