THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 31/07/2008 at 10:17, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R10.5
Platform: Mac OSX ;
Language(s) : C++ ;
---------
Here's one for you. I have a MacOS X 10.5, C4D R10.5 user who can't get my plugin's serial number registered ("Wrong Serial"). Unlike the other times, this isn't 'direct' user error for sure. So, I added a couple extra MessageDialog() responses to error conditions. Well, it turns out that 'regdate' is returning the error.
LONG regdate
The date of the registration, or 0 if the serial was entered for the first time.
The error can only occur if regdate is 0. Okay, it's 0 the first time the serial is entered. But, for this user, it continues to remain 0 whereas it should be set to the registration date (in days) after successful entry of the serial number.
Any ideas???