Can't find CheckLibCache documentation
-
On 19/01/2015 at 08:38, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R16
Platform: Mac OSX ;
Language(s) : C++ ;---------
Hi,In the C++ SDK I was searching for the documentation of CheckLibCache.
But I get this error: Sorry, no mathing entries found...Does anybody know how this comes?
I think I should be able to get information about this in the SDK..Greetings,
Casimir -
On 20/01/2015 at 07:29, xxxxxxxx wrote:
Hello,
in which context do you want to use CheckLibCache()? This function is just a utility function inside the interface of the collider library. It's just using
CheckLib()
[URL-REMOVED]; you can read the source code yourself in frameworks\cinema.framework\source\c4d_libs\lib_collider.cpp.As this function is just used internally in the collider lib it is not documented in the documentation.
Best wishes,
Sebastian
[URL-REMOVED] @maxon: This section contained a non-resolving link which has been removed.
-
On 20/01/2015 at 07:34, xxxxxxxx wrote:
Hi,
Im just looking into the code for collisions because I want to make a plugin which makes use of the collider functions. So I just wanted to know what it all does, and yeah, I found that out about an hour ago that it just uses CheckLib() with nothing else
Thanks for helping!
Greetings,Casimir