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

    can't see plugins in (release)

    Scheduled Pinned Locked Moved SDK Help
    7 Posts 0 Posters 501 Views
    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 Offline
      Helper
      last edited by

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

      On 05/12/2012 at 17:46, xxxxxxxx wrote:

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

      ---------
      the whole sdk compiles correct in debug and release
      but i can see plugins inside cinema4d in debug (compile) only

      what may cause this problem?

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

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

        On 05/12/2012 at 19:00, xxxxxxxx wrote:

        most obvious thing would be another platform - 32/64 bit.

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

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

          On 05/12/2012 at 19:50, xxxxxxxx wrote:

          don't understand 😄
          explain more please

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

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

            On 06/12/2012 at 00:49, xxxxxxxx wrote:

            I think littledevil means, that it may be because you compiled for 32 bit, but
            started the 64 bit Cinema 4D. I can also not think of another reason .. ^^

            -Nik

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

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

              On 06/12/2012 at 05:53, xxxxxxxx wrote:

              that's why i asked i don't understand 😄
              i know well that .cdl work for 32 bit and .cdl64 work for 64 bit 🙂
              but i think another reason ...not sure though ...may be some (initializing) is done automatically in debug mode so i can see plugins ..but in release that doesn't happend

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

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

                On 06/12/2012 at 07:35, xxxxxxxx wrote:

                It's not due to some difference between the debug and release build. If you're using the cinema4dsdk project as the basis for any new project you create, it should all just work. If you're setting up the project (including compiler and linker options) yourself from scratch, then you've done something wrong. I can't think of any other reason either.

                One obvious question is, when you build in release mode, does it actually build the executable at all? In other words, if it builds a .cdl or .cdl64 but the plugin doesn't appear in Cinema, there's something wrong in the code which is preventing it from running. If it doesn't get built, you should be getting an error from the compiler or linker.

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

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

                  On 06/12/2012 at 11:58, xxxxxxxx wrote:

                  well i checked the differences between linker in debug mode and release mode ...debug mode got 1 more path for cinema4d\resources\_api_lib ...while release doesn't ...but it doesn't give errors ...may be it's the one making the problem 😄

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