Compiling SDK Problem
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 28/11/2007 at 09:59, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R10.111
Platform:
Language(s) : C++ ;---------
Hi
i started programming today and tried to compile the sdk. I read a lot here and downloaded the Windows platform SDK and included it to the vcproj file. I compiled this with VS 2005 Express and i get the following errors:
c:\programme\maxon\cinema 4d r10\resource\_api\c4d_basekey.h(31) : error C2027: Verwendung des undefinierten Typs "C4D_Key"
c:\programme\maxon\cinema 4d r10\resource\_api\operatingsystem.h(164) : Siehe Deklaration von 'C4D_Key'
c:\programme\maxon\cinema 4d r10\resource\_api\c4d_basekey.h(31) : error C2227: Links von "->FillKey" muss sich ein Zeiger auf Klassen-/Struktur-/Union-/generischen Typ befinden.
c:\programme\maxon\cinema 4d r10\resource\_api\c4d_basetrack.cpp(8) : error C2027: Verwendung des undefinierten Typs "C4D_Track"
...
...
... and so on
Any ideas??? -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 28/11/2007 at 14:15, xxxxxxxx wrote:
Translation of the Errors is:
Error C2027: Using an undefined Type "C4D_Key"
Error C2227: Left side of "->FillKey" has to be a pointer on a class/struct or union