THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 06/09/2009 at 17:15, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 11.5
Platform: Windows ; Mac ;
Language(s) : C++ ;
---------
Hi,
after some of my customers updated their R11 to 11.5, my plugin asks them for serials everytime and refuses the R11 plugin serials. Thsi is quite strange, as plugin serials are generated from the c4d base serials.
Maybe this has sth to do with the way that i check my serials ?
It's a tool plugin that checks the serial everytime it is inited. Thus if a wrong serial is written with WritePluginInfo, the serial dialog pops up. Cant see nothing wrong with that though..
I somehow have the feeling its the compare part of expected serial vs. entered serial that fails.
Maybe its bc the saved serial is a String converted to LONG and the expected serial is a LONG ?
greetings,
Daniel