cLTMessage
Anyone know how to point to that class? cLTMessage? 


g_LTClient = *(CLTClient**)LTClient; //Ini mainclass g_CommonLT = g_LTClient->Common(); LTRESULT nResult = g_CommonLT->CreateMessage(pMsg); if (nResult == LT_OK) m_pMsg = pMsg; //ASSERT(nResult == LT_OK); <- done needed here ;)
