**

Hi list,

Has anybody experiences with plugin development.

 

Here my question:

- It is possible to log information into the arplugin.log file from functions like ARDBCGetListEntryWithFields, ARDBCGetEntry, etc.

- How does it work?

 

- Has the parameter “version” in the function ARPluginIdentify any influence of the behaviour of the plugin or it is only for version control?

 

- Has anyone tested selfmade plugins on AR Server version 7 under Windows?

 

- I wrote the function ARPlugInSetProperties but in the arplugin.log the function is still undefined. Any hints

 

ARPLUGIN_EXPORT int ARPlugInSetProperties(ARPropList *propList,ARStatusList status)

{

    propList->numItems = 1;

 

    propList->props = (ARPropStruct *) calloc(1, sizeof(ARPropStruct));

    propList->props[0].prop = AR_PLUGIN_PROP_LOG_FUNCTION;

    propList->props[0].value.dataType = AR_DATA_TYPE_CHAR;

    propList->props[0].value.u.charVal = strdup("TEST PROP");

 

    return AR_RETURN_OK;

}

 

 

 

 

best regards

 

 

 

Torsten Brosow

[EMAIL PROTECTED] / http://www.ntuition.de   

 

__20060125_______________________This posting was submitted with HTML in it___

Reply via email to