C++ SDK Documentation R11 online
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 31/10/2008 at 08:01, xxxxxxxx wrote:
User Information:
Cinema 4D Version:
Platform:
Language(s) :---------
Dear developers,I am pleased to announce the release of the C++ SDK documentation for CINEMA 4D R11. It includes many changes, additions and bug fixes.
As usual it is avaible as HTML files and Windows HTML (CHM) file download.
Get it at the PluginCafe:PluginCafe
[URL-REMOVED]cheers,
Matthias
[URL-REMOVED] @maxon: This section contained a non-resolving link which has been removed.
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 31/10/2008 at 10:06, xxxxxxxx wrote:
Cool,
the class BaseBitmapLink is exactly what I need(ed) this week.
Thanks...
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 31/10/2008 at 11:06, xxxxxxxx wrote:
Hi!
Is it a misspelling? 11.506?
> Quote: __
>
> * * *
>
> The documentation is for CINEMA 4D version 10.506.
>
>
>
> * * * -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 31/10/2008 at 11:11, xxxxxxxx wrote:
Unfortunatly the introduction chapters were not properly updated I will post an update after weekend.
Please report all bugs you find.
Thanks.
cheers,
Matthias -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 31/10/2008 at 11:20, xxxxxxxx wrote:
ah, ok.
> Quote: __
>
> * * *
>
> Please report all bugs you find.
>
>
>
>
> * * *I will do...
Nice weekend.
P.S. In the part "Creating libraries"
if (!lfib || !flib- >MyLibraryFunction) return FALSE;
(variable lfib is wrong -> flib)
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 03/11/2008 at 02:18, xxxxxxxx wrote:
The fixed documentation is online. Sorry for the inconvenience.
cheers,
Matthias -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 14/11/2008 at 09:51, xxxxxxxx wrote:
In String::StringToLong(), this
if (!(*error)) then there was a problem
needs to be this:
if (*error != 0) then there was a problem
- just like StringToReal().
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 28/11/2008 at 03:37, xxxxxxxx wrote:
Hi!
Found to 'bugs' in the documentation.
- Creating libraries:
if (!lfib || !flib->MyLibraryFunction) return FALSE;
lfib -> flib
- Reference page
The link "Threads" above "MPThread" does not work correctly. It should link to the class, shouldn't it?