how to geneate code from rmd-xml defined by ide?
Submitted by demian on Mon, 2009-07-13 02:58.
I want to geneate code like below to use rmd function.
================================================
static void clLogClientFilterSetNotifyAsyncCallback_4_0_0(ClRcT rc, void *pIdlCookie, C
lBufferHandleT inMsgHdl, ClBufferHandleT outMsgHdl)
{
ClIdlCookieT* pCookie = (ClIdlCookieT*)pIdlCookie;
ClRcT retVal = CL_OK;
ClNameT streamName;
ClUint32T streamScope;
ClNameT streamScopeNode;
ClLogFilterT_4_0_0 filter;
================================================
I generated code by using ide. but the code generated by using ide did not work properly.
How to generate the right code by using the ide or xml??
