On 25/07/2013 at 00:34, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R13
Platform: Windows ;
Language(s) : C++ ;
---------
I try to save a c4d project using
SaveDocument(pDoc, fnProjectFile, SAVEDOCUMENTFLAGS_SAVECACHES, FORMAT_C4DEXPORT);
The project is saved, but the problem is that after calling SaveDocument(...) Cinema still sees the project as modified(in the GUI you will see the name of the project with * after) and if I try to close Cinema4D every time I get the question if I want to save the project or not.
How can I modify the flag for modified project, so I don't have this situation anymore?