THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 25/10/2009 at 12:40, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 11.5
Platform:
Language(s) : C++ ;
---------
Hi!
Can anyone check out this code?
> <code>
>
>> `
\> BaseContainer bc;
\> bc.SetReal(1, (Real)5.0);
\> bc.SetLong(1, (LONG)3);
\> if(bc.GetType(1)==DA_REAL)
\> GePrint("hmm??");
\>
`
>
> </code>
Can anyone confirm? In my opinion it should be DA_LONG.
Thanks! :)
Cheers, Sebastian