XTYP_EXECUTE,
DDE_TIMEOUT,
&result) != 0;
+
if ( !ok )
{
DDELogError(_T("DDE execute request failed"));
0);
DdeFreeDataHandle(hData);
if ( connection->OnExecute(connection->m_topicName,
- connection->m_bufPtr,
+ (wxChar *) connection->m_bufPtr,
(int)len,
(wxIPCFormat) wFmt) )
{
DdeFreeDataHandle(hData);
if ( connection->OnAdvise(connection->m_topicName,
item_name,
- connection->m_bufPtr,
+ (wxChar *) connection->m_bufPtr,
(int)len,
(wxIPCFormat) wFmt) )
{