<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[A strange error]]></title><description><![CDATA[<p dir="auto">Hello, i have this unexpeced errors while trying to build a ObjectData plugin</p>
<p dir="auto"><strong>'NewObjClear': identifier not found</strong></p>
<p dir="auto">in</p>
<pre><code>class SubdivObject : public ObjectData
{
public:
	virtual Bool Init(GeListNode* node);

	virtual BaseObject* GetVirtualObjects(BaseObject* op, HierarchyHelp* hh);
	virtual Bool Message(GeListNode* node, Int32 type, void* t_data);

	static NodeData* Alloc() { return NewObjClear(SubdivObject); }


};
</code></pre>
<p dir="auto">any clues as to why this is happening?</p>
]]></description><link>http://developers.maxon.net/forum/topic/12267/a-strange-error</link><generator>RSS for Node</generator><lastBuildDate>Mon, 18 May 2026 22:07:07 GMT</lastBuildDate><atom:link href="http://developers.maxon.net/forum/topic/12267.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 13 Feb 2020 10:26:32 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to A strange error on Thu, 13 Feb 2020 15:45:53 GMT]]></title><description><![CDATA[<p dir="auto">Ah, ok. Somehow missed that line. I thought defining the legacy framework in the api list was sufficient. Cheers!</p>
]]></description><link>http://developers.maxon.net/forum/post/61498</link><guid isPermaLink="true">http://developers.maxon.net/forum/post/61498</guid><dc:creator><![CDATA[adlarch]]></dc:creator><pubDate>Thu, 13 Feb 2020 15:45:53 GMT</pubDate></item><item><title><![CDATA[Reply to A strange error on Thu, 13 Feb 2020 11:09:07 GMT]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">please use tags and the Q&amp;A system when posting questions.</p>
<p dir="auto">What version of Cinema 4D and the SDK are you using?</p>
<p dir="auto">You can enable utility functions like <code>NewObjClear()</code> by enabling this setting in your <code>projectdefinition.txt</code> file</p>
<pre><code>C4D=true
</code></pre>
<p dir="auto">and re-creating the project files. See <a href="https://developers.maxon.net/docs/cpp/2023_2/page_maxonapi_projecttool.html#page_maxonapi_projecttool_definition_general" target="_blank" rel="noopener noreferrer nofollow ugc">Project Tool</a>.</p>
<p dir="auto">best wishes,<br />
Sebastian</p>
]]></description><link>http://developers.maxon.net/forum/post/61493</link><guid isPermaLink="true">http://developers.maxon.net/forum/post/61493</guid><dc:creator><![CDATA[s_bach]]></dc:creator><pubDate>Thu, 13 Feb 2020 11:09:07 GMT</pubDate></item></channel></rss>