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
    • Recent
    • Tags
    • Users
    • Login

    Open Source Plugins

    Scheduled Pinned Locked Moved SDK Help
    14 Posts 0 Posters 1.0k 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 14/01/2009 at 13:20, xxxxxxxx wrote:

      i feel that i am getting closer... here is my latest compiling error:

      LINK : cinema4dsdk.cdl not found or not built by the last incremental link; performing full link
      Creating library \\Midwayfs01\Staff\rperrine\CINEMA4DR11010 Demo\plugins\cinema4dsdk\obj\cinema4dsdk\Win32_Deb ug\cinema4dsdk.cdl.lib and object \\Midwayfs01\Staff\rperrine\CINEMA4DR11010 Demo\plugins\cinema4dsdk\obj\cinema4dsdk\Win32_Deb ug\cinema4dsdk.cdl.exp
      Main.obj : error LNK2019: unresolved external symbol "int __cdecl RegisterReSelector(void)" (?RegisterReSelector@@YAHXZ) referenced in function "int __cdecl PluginStart(void)" (?PluginStart@@YAHXZ)
      cinema4dsdk.cdl : fatal error LNK1120: 1 unresolved externals

      is this something simple or overlooked?

      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 15/01/2009 at 01:50, xxxxxxxx wrote:

        Any help? The other thing that I cannot understand is why the code for ReSelector does not showup in the solution explorer? I placed the cpp file in the same directory within the sdk, but it does not show up?

        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 15/01/2009 at 02:01, xxxxxxxx wrote:

          Which version of VisualStudio are you using?

          cheers,
          Matthias

          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 15/01/2009 at 02:08, xxxxxxxx wrote:

            VS2005 Pro

            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 15/01/2009 at 02:52, xxxxxxxx wrote:

              okay, figured out how to add the source code into the project, but get this message still:

              main.obj : error LNK2019: unresolved external symbol "int __cdecl RegisterReSelector(void)" (?RegisterReSelector@@YAHXZ) referenced in function "int __cdecl PluginStart(void)" (?PluginStart@@YAHXZ)
              2>cinema4dsdk.cdl : fatal error LNK1120: 1 unresolved externals

              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 15/01/2009 at 03:04, xxxxxxxx wrote:

                Have you added both "Main.cpp" and "ReSelector.cpp" files to your solution?

                I got it working here and will later upload the whole project as VS2005 project.

                cheers,
                Matthias

                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 15/01/2009 at 03:31, xxxxxxxx wrote:

                  thanks, matthias. not at all certain what i'm doing incorrectly, but look forward to your project...

                  both reselector.cpp and main.cpp are present. what i did was included registers for reselector in the main.cpp of the sdk. is this what i should be doing?

                  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 15/01/2009 at 04:49, xxxxxxxx wrote:

                    Here the link to the complete VS2005 project. It should work right out of the box. Just open the "Reseletor.sln" file and hit the F7 key (shortcut to compile).

                    ReSelector VS2005

                    cheers,
                    Matthias

                    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 15/01/2009 at 05:29, xxxxxxxx wrote:

                      thanks for the link, but it does not work.

                      as soon as I open the .sln file, i get:
                      The following error has occurred during XML parsing:

                      File: C:\Documents and Settings\rperrine\Desktop\ReSelector Project\ReSelector.vcproj
                      Line: 24
                      Column: 4
                      Error Message:
                      Property sheet file '..\..\resource\_api_lib\DebugWin32.vsprops' was not found or failed to load.
                      The file 'C:\Documents and Settings\rperrine\Desktop\ReSelector Project\ReSelector.vcproj' has failed to load.

                      what the heck is going on???

                      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 15/01/2009 at 05:33, xxxxxxxx wrote:

                        Could it be that you didn't extract the archive into your plugin directory?

                        cheers,
                        Matthias

                        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 15/01/2009 at 07:02, xxxxxxxx wrote:

                          matthias,
                          finally, success! i was having some strange issues with VS. rebooted the comp. and tried again.
                          thanks!
                          richard

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