Navigation

    • Register
    • Login
    • Search
    • Categories
    1. Home
    2. Tags
    3. project setup
    Log in to post

    • UNSOLVED Project Tool: Some projectdefinition.txt options don't seem to work
      Cinema 4D Development • c++ r21 microsoft windows apple macos project setup project tool • • fwilleke80  

      9
      0
      Votes
      9
      Posts
      61
      Views

      S

      I think we are talking past each other. You can of course build any project any way you like. An then make sure that your plugins link to the build result using the link options defined in projectdefinition.txt. But I think you want to include an already existing (non-plugin) project in the solution created by the Project Tool, right? And I think that is not possible. I guess you could add the project manually to the solution created by the Project Tool.
    • M

      SOLVED Visual Studio - Debugging Plugin Error
      Cinema 4D Development • c++ r19 issue project setup project tool • • mfersaoui  

      9
      0
      Votes
      9
      Posts
      66
      Views

      S

      Hello, you find information how to run a plugin from within Visual Studio in the documentation: Development for Microsoft Windows - Running Plugins. best wishes, Sebastian
    • M

      SOLVED Visual Studio - How to build the final plugin version.
      Cinema 4D Development • c++ project setup • • mfersaoui  

      5
      0
      Votes
      5
      Posts
      83
      Views

      M

      Thank you so much, all The Cinema 4D on the other computer was not updated to R19.068, I updated the c4d app and I made new test, it seem to work normally. To be sure, I will retest it again on a third computer. I have an error when I try to debugging plugins, I will create new topic concerning this error. Thanks again, and have a great day.
    • C

      SOLVED ProjectTool problems in MacOs Catalina
      Cinema 4D Development • c++ r21 sdk issue project tool project setup • • c4dmac  

      5
      0
      Votes
      5
      Posts
      127
      Views

      Hi c4dmac, thanks for following up here. With regard to the issue you've reported you can get fixed by reestablishing the executable bit on the kernel_app file found in the zip archive. To sum it up, upon downloading the project tool archive you have to: remove quarantine xattr -d "com.apple.quarantine" ./cinema4d_r21_project_tool_20190903.zip extract the archive (either via terminal or via finder) unzip -d ./cinema4d_r21_project_tool_20190903 ./cinema4d_r21_project_tool_20190903.zip re-establish the kernel_app executable bit chmod 555 ./cinema4d_r21_project_tool_20190903/kernel_app.app/Contents/MacOS/kernel_app Best, Riccardo
    • Y

      SOLVED C++ Debugging Setup
      Cinema 4D Development • c++ r21 sdk microsoft windows project setup • • Yakuza  

      6
      0
      Votes
      6
      Posts
      73
      Views

      M

      hello, We need to ask if you are compiling the SDK, your own project, etc. Different question, you should open a different thread :) It will help other people to find the thread. Cheers, Manuel
    • R

      SOLVED Visual Studio 2019 Support ?
      Cinema 4D Development • microsoft windows issue project setup • • Root Star.  

      2
      0
      Votes
      2
      Posts
      46
      Views

      Hi Root Star, thanks for reaching out us. With regard to the IDE version, we highly suggest sticking the compatibility table reported in our documentation. Visual Studio 2019 is not supported by R20 and it's likely not to be officially supported also on R21. With regard to .hxx files, these are generated by our source processor when the building process is initiated and it's highly discouraged to change or get rid of them during the building process. The issues you're facing are highly related to the fact that the solution/project file(s) built by the projecttool (when kernel_app_64bit.exe g_updateProject=<your path to Cinema SDK> is executed) are not 100% compatible with VS2019 resulting in building tool-chain flaws. Best, Riccardo
    • F

      SOLVED ProjectTool & visual studio: /DELAYLOAD
      Cinema 4D Development • r20 project setup project tool • • FilipM  

      8
      0
      Votes
      8
      Posts
      131
      Views

      M

      hello, if you can give us feedback that would be awesome. Cheers Manuel
    • F

      SOLVED Specify additional directories for DLL dependencies
      Cinema 4D Development • r20 classic api project setup • • FilipM  

      3
      0
      Votes
      3
      Posts
      176
      Views

      F

      @r_gigante said in Specify additional directories for DLL dependencies: If I end up with some workaround I'll come back here but for the time being I consider it solved. OK, thanks for the info! /Filip
    • F

      SOLVED Porting plugin to R20, disable style guide?
      Cinema 4D Development • r20 plugin migration project setup project tool • • FilipM  

      4
      0
      Votes
      4
      Posts
      215
      Views

      F

      Thanks Sebastian, I will try that! /Filip
    • M

      SOLVED Project tool: Custom plugin name and master solution
      Cinema 4D Development • microsoft windows issue apple macos project tool project setup • • mp5gosu  

      3
      0
      Votes
      3
      Posts
      190
      Views

      M

      Thanks Sebastian! Looking forward for a fix. ;) Meanwhile I'll take care of your recommendation. Best, Robert
    • M

      One to rule them all...
      General Programming & Plugin Discussions • r20 c++ r19 microsoft windows classic api apple macos project setup • • mp5gosu  

      3
      0
      Votes
      3
      Posts
      199
      Views

      M

      HI Andreas, no worries, this question was not exclusively targeted at Maxon, the opposite is the case. I was hoping for some information by other users here, like @kbar or even @m_adam (back in the days Maxime was not associated with Maxon. ;)) Meanwhile, I'm going to build a toolchain and see what works for me. I'll report back here if I have something to show. That may help someone else.
    • C

      SOLVED Projecttool - avoid updating all projects
      Cinema 4D Development • r20 project tool project setup • • C4DS  

      15
      0
      Votes
      15
      Posts
      735
      Views

      Here's an older blog post about VS property sheets. Still for VS2010, but the principle is still the same. Sharing project properties in Visual C++
    • R

      SOLVED Can't open project file in XCode
      Cinema 4D Development • r20 c++ plugin migration apple macos project tool project setup • • rui_mac  

      7
      0
      Votes
      7
      Posts
      394
      Views

      R

      I found the culprit. My cmyk.cpp file was inside of a folder. When I got it out and placed it alongside the main.cpp file, the project file created by the Project Tool finally opened in XCode. Now I'm getting other errors, but at least the problem reported in this post is solved.
    • C

      SOLVED PluginID / ModuleID
      Cinema 4D Development • r20 project setup project tool • • C4DS  

      7
      0
      Votes
      7
      Posts
      483
      Views

      B

      Thanks Riccardo, I will look into that.
    • S

      SOLVED Project tool and non-cpp file extensions
      Cinema 4D Development • r20 c++ microsoft windows limitation project tool project setup • • sgeggie  

      4
      0
      Votes
      4
      Posts
      361
      Views

      S

      That's great, Andreas. Thanks! I'll kludge on until then.
    • M

      SOLVED deformer object priority
      Cinema 4D Development • python project setup • • mike  

      3
      0
      Votes
      3
      Posts
      391
      Views

      M

      Thank you for your answer!@m_adam Although object go back normal after i clicked 'Redraw' (I guess that's the reason),it isn't make sure problem is 'refresh the viewport'. 'refresh the viewport' can also fix Priority error result . 'Shift Priority Tag' just effective Expression.It can't help. After asking questions,i try to use Python Tag to replace 'Spline Deformer Object' ,because Python Tag have Priority.Fortunately,even though it looks very complicated, but everything become ok!
    • R

      Source processor bug
      Cinema 4D Development • r20 c++ sdk microsoft windows issue project setup • • rootbender  

      3
      0
      Votes
      3
      Posts
      356
      Views

      Hi, actually this is not a bug, but a design decision. Here at MAXON we have a pretty large code base and especially disabled code branches tend to age a lot faster. So we try to force developers to also maintain such code pieces or to at least think about, if they are still valuable and otherwise remove and thus cleanup the code base. Cheers, Andreas
    • V

      MAXON_MODULE_ID undeclared identifier [R20 C++ plugin]
      Cinema 4D Development • r20 c++ project tool project setup • • victor  

      8
      0
      Votes
      8
      Posts
      950
      Views

      A

      Hi Riccardo! Thank you very very much for your detailed explanation. That helped me a lot and YEAHHHH....got it working Thanx in advance for your time! Best regards Andi
    • A

      Importing Modules (again)
      Cinema 4D Development • python r20 solved project setup • • alfieB  

      3
      0
      Votes
      3
      Posts
      427
      Views

      A

      damn. totally didn't look there. sorry. Alfie