On 14/09/2015 at 14:53, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R16
Platform: Windows ;
Language(s) : C++ ;
---------
Hello!
I have created a plugin that runs in my system as it supposed to (using Visual Studio 2013).
It creates a folder MyPlugin along with the corresponding menu item.
Everything works fine.
Sometimes though, when i transfer the plugin folder to other PCs, it is not loaded in Cinema4D.
Even when i try to run Cinema4D using visual studio (via cinema4dSDK) i get the messages:
'CINEMA 4D.exe' (Win32) : Loaded '<path>/my_plugin.cdl64'. Cannot find or open the PDB file.
'CINEMA 4D.exe' (Win32) : Unloaded '<path>/my_plugin.cdl64'
Why does it unload the plugin?
Thank you.