GETTING STARTED WITH THE SDK
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 13/01/2003 at 13:06, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 8.012
Platform: Windows ;
Language(s) : C++ ;---------
For anyone encountering problems with the SDK on the Windows side here the important steps to get it running.
In the next version of C4D (probably out soon) we'll have fixed all of those problems.
Open the file C4D directory\resource\_api_lib\_api_v8.dsw
Set "Active Project Configuration" to Win32 Debug and choose build. After that do the same for Win32 Release.
Due to a distribution error in V8.000 - V8.012 the line endings of nearly *all* text files (*.cpp *.h *.res *.str) got screwed up. It's probably best to do a search for all those files and use a text editor capable of batchprocessing that'll correct the line endings.
Now open the C4D SDK, set "Active Project Configuration" to Win32 Debug or Win32 Release and compilation should work fine...
My apologies for those problems - the next version of C4D will definitely fix them!