Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware API
      • ZBrush Python API
      • ZBrush GoZ API
      • Code Examples on Github
    • Forum
    • Downloads
    • Support
      • Support Procedures
      • Registered Developer Program
      • Plugin IDs
      • Contact Us
    • Categories
      • Overview
      • News & Information
      • Cinema 4D SDK Support
      • Cineware SDK Support
      • ZBrush 4D SDK Support
      • Bugs
      • General Talk
    • Unread
    • Recent
    • Tags
    • Users
    • Login

    Serial.cpp

    SDK Help
    0
    6
    751
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • H
      Helper
      last edited by

      THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

      On 21/02/2003 at 07:25, xxxxxxxx wrote:

      User Information:
      Cinema 4D Version:   8.012 
      Platform:   Windows  ;   
      Language(s) :     C++  ;

      ---------
      Does anybody know how to use that project example? I made it run, but to be honest I don´t understand what the routine checks for. What does the user have to input in the dialog to make the example serial checking succeed? (something with TEST- but then?? Don´t get it)
      Any help appreciated. Rob? 🙂
      Best
      Samir

      1 Reply Last reply Reply Quote 0
      • H
        Helper
        last edited by

        THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

        On 22/02/2003 at 23:51, xxxxxxxx wrote:

        If the example is so confusing it's probably easier to write your own. There are no unique ideas in that code. But I think that the number must begin with "TEST" and a number.
        You only have to note the ReadPluginInfo()/WritePluginInfo() calls to store encrypted information. The rest is just dialog management, afaict.
        (C'mon, hackers have long been able to circumvent and reverse engineer serial schemes with a debugger only. And here you have the whole source code at your disposal... 😉

        1 Reply Last reply Reply Quote 0
        • H
          Helper
          last edited by

          THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

          On 23/02/2003 at 04:05, xxxxxxxx wrote:

          yes, I have already. 🙂 Thanks anyway

          1 Reply Last reply Reply Quote 0
          • H
            Helper
            last edited by

            THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

            On 16/05/2004 at 18:54, xxxxxxxx wrote:

            Howdy,

            What about the line:

            #define MYPLUGIN_ID    9999999 // CHANGE THIS !!!!

            Is this supposed to be a new ID from Plugin Cafe or the current ID of the plugin to be registered.

            What if there are several IDs in a plugin suite?

            Adios,
            Cactus Dan

            1 Reply Last reply Reply Quote 0
            • H
              Helper
              last edited by

              THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

              On 17/05/2004 at 06:25, xxxxxxxx wrote:

              That's a new unique ID, for the serial number part of the plugin.

              1 Reply Last reply Reply Quote 0
              • H
                Helper
                last edited by

                THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

                On 17/05/2004 at 14:18, xxxxxxxx wrote:

                Howdy,

                Thanks, Mikael.

                Adios,
                Cactus Dan

                1 Reply Last reply Reply Quote 0
                • First post
                  Last post