<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>Cycling 74  &#187;  Topic: problem with class_is_ui()</title>
		<atom:link href="http://cycling74.com/forums/topic/problem-with-class_is_ui/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/problem-with-class_is_ui/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 04:41:12 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/problem-with-class_is_ui/#post-51287</guid>
					<title><![CDATA[problem with class_is_ui()]]></title>
					<link>http://cycling74.com/forums/topic/problem-with-class_is_ui/#post-51287</link>
					<pubDate>Thu, 08 Jul 2010 20:55:31 +0000</pubDate>
					<dc:creator>andrea agostini</dc:creator>

					<description>
						<![CDATA[
						<p>Hi.</p>
<p>I can&#8217;t get class_is_ui() working. If I build my source with a call to class_is_ui(), I have a &#8220;Symbol(s) not found&#8221; linker error.</p>
<p>I&#8217;m on Xcode 3.2.2, SDK 5.1.1.</p>
<p>Does anyone have a clue?</p>
<p>aa</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/problem-with-class_is_ui/#post-183919</guid>
					<title><![CDATA[Re: problem with class_is_ui()]]></title>
					<link>http://cycling74.com/forums/topic/problem-with-class_is_ui/#post-183919</link>
					<pubDate>Fri, 09 Jul 2010 13:24:29 +0000</pubDate>
					<dc:creator>Timothy Place</dc:creator>

					<description>
						<![CDATA[
						<p>Some investigation shows that this function is exported on Windows but not on the Mac.  I will fix this for Max 5.1.5.</p>
<p>best,<br />
  Tim</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/problem-with-class_is_ui/#post-183920</guid>
					<title><![CDATA[Re: problem with class_is_ui()]]></title>
					<link>http://cycling74.com/forums/topic/problem-with-class_is_ui/#post-183920</link>
					<pubDate>Fri, 09 Jul 2010 13:51:07 +0000</pubDate>
					<dc:creator>andrea agostini</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you&#8230; I can live without it for the moment, and I&#8217;ll wait for 5.1.5.<br />
best<br />
aa</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/problem-with-class_is_ui/#post-183921</guid>
					<title><![CDATA[Re: problem with class_is_ui()]]></title>
					<link>http://cycling74.com/forums/topic/problem-with-class_is_ui/#post-183921</link>
					<pubDate>Fri, 09 Jul 2010 19:22:05 +0000</pubDate>
					<dc:creator>Joshua Kit Clayton</dc:creator>

					<description>
						<![CDATA[
						<p>FWIW, it&#8217;s just a simple function that tests the CLASS_FLAG_UIOBJECT class flag.</p>
<p>long class_is_ui(t_class *c)<br />
{<br />
	long val = 0; </p>
<p>	if (c &#038;&#038; (c->c_flags &#038; CLASS_FLAG_UIOBJECT)) {<br />
		val = 1;<br />
	}<br />
	return val;<br />
}</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/problem-with-class_is_ui/#post-183922</guid>
					<title><![CDATA[Re: problem with class_is_ui()]]></title>
					<link>http://cycling74.com/forums/topic/problem-with-class_is_ui/#post-183922</link>
					<pubDate>Sun, 11 Jul 2010 13:06:57 +0000</pubDate>
					<dc:creator>andrea agostini</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you Joshua.<br />
in fact, this is more or less what I had done instead.<br />
cheers<br />
aa</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

