I have a plugin that compiles, links and run under R20.
Now I want to port it to R21.207.
I downloaded the latest Project Tool, changed projectsettings.txt (for the solution and for the plugin).
I use Windows 10 and VC++2017 version 15.9.17.
Now I get the following error:
The first 5 are cinema 4d errors.
The last 3, 'strange' errors in my code.
Here some more info.
The solution projectsettings.txt
Platform=Win64;OSX
Type=Solution
Solution=\
plugins/cinema4dsdk;\
plugins/maxonsdk.module;\
plugins/CommandLineRendering
And the project projectsettings.txt
// Supported platforms
Platform=Win64;OSX
// Type of project
Type=DLL
// this plugin depends on these frameworks:
APIS=\
cinema.framework; \
misc.framework; \
image.framework; \
core.framework; \
python.framework
// Enable some advanced classic API support; not needed for hybrid plugins
C4D=true
// Plug-in code-style check level
stylecheck.level=0
// Custom ID
ModuleId=net.maxonexample.commandlinerender