[REQ][Plugin handling] Tell user about failed initialization
Posted: 2008-07-02, 10:14 UTC
Tried with a WDX plugin, possibly happens with all others.
When a plugin returns 0 in DllMain(DLL_PROCESS_ATTACH), TC doesn't receive a handle to it and cannot use it. In such case I would expect that it tells user that something's wrong with the plugin. Instead, TC acts as if the plugin was ok, but returned empty strings in all fields.
When a plugin returns 0 in DllMain(DLL_PROCESS_ATTACH), TC doesn't receive a handle to it and cannot use it. In such case I would expect that it tells user that something's wrong with the plugin. Instead, TC acts as if the plugin was ok, but returned empty strings in all fields.