Reading Files

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 05/10/2009 at 08:33, xxxxxxxx wrote:

User Information:
Cinema 4D Version:   10.506 
Platform:   Windows  ; Mac  ;  
Language(s) :     C++  ;

---------
Hey Guys,
I have a c++ class that uses the <iostream> library and I was curious if it is possible to use this class for reading of a specific file type. I know the C4D API has the BaseFile class for reading files, so would I need to port my class to use BaseFile or can I continue using the <iostream> library for reading the data?

Thanks,
Josh

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 05/10/2009 at 08:57, xxxxxxxx wrote:

Should work as is. Just be careful with C++ exceptions as the C4D API doesn't handle them.