Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 10/04/2008 at 13:17, xxxxxxxx wrote:
User Information: Cinema 4D Version: 10.5 Platform: Mac ; Language(s) : C++ ;
--------- Hi,
I'm new to the SDK. I would like to write an importer plugin for a XML file. I've already prepared everything I need concerning SDK calls. Is there any reason why I should not link my importer against the Mac OS X Cocoa framework so I can use the XML classes? The importer is intended for OS X only.
- Stefan
On 10/04/2008 at 22:10, xxxxxxxx wrote:
hmmm... i do not know any. as long as you use your plugin on OSX only.
i would use (in fact i do use) TinyXML.
works on all platforms, quite useful if you have to compile for windows some day.