How to create installing package

On 23/03/2018 at 04:08, xxxxxxxx wrote:

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

---------
I am developing a cinema4D plugin using the visual studio and programming language is C++. This plugin is work but when I copy the Myplugin.cdl64 and res in another system at the following path "C:\Program Files\MAXON\Cinema 4D R19 Demo\plugins\Myplugin'. It is not showing in cinema4D.

I want to know how to create a package for the cinema4d.

On 26/03/2018 at 02:53, xxxxxxxx wrote:

Hi Amlendra, thanks for writing us.

With reference to your question, unfortunately I can't be of any great help without further details:

  1. What's your Visual Studio version?
  2. Is Windows OS equal on the two systems?
  3. Do you have any library or dll referenced in your code which is found on the development machine and maybe missing on the destination machine?
  4. Might any file on the destination machine missing reading attributes?
  5. Are you actually using, on the destination machine, a release build and NOT a debug one? (in the second case you might be missing the c++ debug dll runtimes)

Last but not least, with Cinema 4D, there's no "plugin installing package" to create or to take care of: just copying the compiled plugin and the res folder does the trick

Best, Riccardo