Bug Fixes:
ds_GetPluginNames stopped parsing plug-ins when it reached a plug-in with no name (typically, a stub plug-in). This is fixed.
ds_GetObjectMethodIDs and ds_GetFormObjectMethodIDs failed in parsing " old " forms (forms built with version of 4D < 6) with a bad error number. Now, in this case, those routines return error kUnknownFormFormat (-30315) or kAtLeastOneUnknownFormFormat (-30316). Note that you can just open the form and force 4D to save it again: it will convert it to the v6 format.
New Features:
Documentation Updates:
ds_TextToMethod and ds_MethodToText cant detokenize fields that are not prefixed by their table in form and object methods
ds_Preferences can return current version of DynamicStructure