Test Plugin Authorization..
-
On 06/07/2014 at 14:58, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R14
Platform: Windows ;
Language(s) : C++ ;---------
When authorising ( authorizing ) with WritePluginInfo, is there any scope for testing before final release?For example, i`d like to test that the whole hashing, request-code, serial number etc is working including WritePluginInfo and ReadPluginInfo before releasing to public - but i understand that WritePluginInfo creates registry entries and cannot be undone without manually delving into the registry and removing keys etc..
Am i totally over thinking this or will i have to consider reg editing for authorisation testing?
-
On 08/07/2014 at 06:39, xxxxxxxx wrote:
Any suggestions on this would be much appreciated folks..
-
On 08/07/2014 at 07:54, xxxxxxxx wrote:
Hi,
You may try to check WritePluginInfo() with a temp/test plugin ID (1000001 for instance).
-
On 08/07/2014 at 09:25, xxxxxxxx wrote:
Thanks Yannick i guess i could do that.