quote:
Originally posted by Chris Boulton
yay! Patchou added my suggestion about the contact name
My Borland Builder 6 gives the following error:
struct PLUGIN_PARAM
{
IDispatch *iConversationWnd;
const char sContactName[512];
};
E2232 Constant member 'PLUGIN_PARAM:
ContactName'in class without constructors.
The previous version of the sample plug-in worked fine, because this feature wasn't omplemented yet, but now it won't work with Borland Builder???