<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div><span>It's really easy actually.</span></div><div><br><span></span></div><div><span>You make the object in C, compile it and then build your patch in pd vanilla + the object.</span></div><div><span>Then in the xcode object you just call the setup function for the object, the source code for which gets included in the xcode project.</span></div><div><span>That's all I know. I'm not responsible for the Xcode/C++ of this app, only the Pd patch and Pd objects, so there may be more to it. It's quite simple though, my developer colleague tells me.</span></div><div><span>Don't forget, C is a subset of C++!<br></span></div><div><br><span></span></div><div><span>Ed</span></div><div>&nbsp;</div><div>Gemnotes-0.1alpha: Live music notation for Pure Data<br>http://sharktracks.co.uk/<br></div>  <div style="font-family: times new roman,new
 york,times,serif; font-size: 12pt;"> <div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"> <div dir="ltr"> <font face="Arial" size="2"> <hr size="1">  <b><span style="font-weight: bold;">From:</span></b> Joe White &lt;white.joe4@gmail.com&gt;<br> <b><span style="font-weight: bold;">To:</span></b> Charles Henry &lt;czhenry@gmail.com&gt; <br><b><span style="font-weight: bold;">Cc:</span></b> pd-list &lt;pd-list@iem.at&gt; <br> <b><span style="font-weight: bold;">Sent:</span></b> Friday, 27 April 2012, 9:56<br> <b><span style="font-weight: bold;">Subject:</span></b> Re: [PD] [Pd] Compile external with C++ compiler?<br> </font> </div> <br><div id="yiv1213285996"><div class="yiv1213285996gmail_extra">Hi Charles,</div><div class="yiv1213285996gmail_extra"><br></div><div class="yiv1213285996gmail_extra">Thanks for replying!</div><div class="yiv1213285996gmail_extra"><br></div><div class="yiv1213285996gmail_extra">I don't believe
 it's a problem calling C functions, you just have to declare them with 'extern "C"' to avoid name mangling (I think??).&nbsp;</div>

<div class="yiv1213285996gmail_extra"><br></div><div class="yiv1213285996gmail_extra">The issue is, when I want to use C++ I have to switch the implementation file to ".mm", which is a Objective-C++ file. As soon as I do this Xcode starts complaining about 'class_addmethod()' in my setup function. The weird thing is that it only applies to 'class_addmethod()'. For example, 'class_addbang()', 'class_new()' all work fine.&nbsp;</div>

<div class="yiv1213285996gmail_extra"><br></div><div class="yiv1213285996gmail_extra">It seems like it's an issue only with this function, and it looks like <a rel="nofollow" target="_blank" href="https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/ObjCRuntimeRef/Reference/reference.html">class_addMethod is already a function used by Objective-C&nbsp;</a>&nbsp;I think maybe there's some namespace issues, but I have no idea how to resolve this.&nbsp;</div>

<div class="yiv1213285996gmail_extra"><br></div><div class="yiv1213285996gmail_extra"><blockquote class="yiv1213285996gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0px 0px 0px 0.8ex; padding-left: 1ex;">

wrote wrapper functions to export a C-callable&nbsp;public interface to C++ functions.&nbsp;</blockquote><div><br></div><div>Yep, this is what I'm doing now. A bit annoying because I was so close :)&nbsp;</div><div><br></div><div>Thanks for your help!</div>

<div><br></div><div>Cheers,</div><div>Joe&nbsp;</div><br><div class="yiv1213285996gmail_quote">On 27 April 2012 04:10, Charles Henry <span dir="ltr">&lt;<a rel="nofollow" ymailto="mailto:czhenry@gmail.com" target="_blank" href="mailto:czhenry@gmail.com">czhenry@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="yiv1213285996gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi guys<br>
<br>
The part that I don't get is how to call C functions from C++? I don't<br>
think I've even tried that before. &nbsp;Have you?<br>
Joe: I've built externals that just call C++ functions that I declared<br>
with extern "C" or wrote wrapper functions to export a C-callable<br>
public interface to C++ functions. &nbsp;Best suggestion I've got is to<br>
identify which functions you've got are going to be public and which<br>
ones are private and plan out how you're going to declare them.<br>
<br>
Chuck<br>
<div class="yiv1213285996HOEnZb"><div class="yiv1213285996h5"><br>
On 4/26/12, Ed Kelly &lt;<a rel="nofollow" ymailto="mailto:morph_2016@yahoo.co.uk" target="_blank" href="mailto:morph_2016@yahoo.co.uk">morph_2016@yahoo.co.uk</a>&gt; wrote:<br>
&gt; Hi Joe,<br>
&gt;<br>
&gt; Have you thought of using ofxPd?<br>
&gt;<br>
&gt; I'm involved in the creation of an app for the iPhone right now, and we're<br>
&gt; using ofxPd from Dan Wilcox:<br>
&gt; <a rel="nofollow" target="_blank" href="https://github.com/danomatika/ofxPd">https://github.com/danomatika/ofxPd</a><br>
&gt; Since Openframeworks is a bunch of C++ wrappers for various libraries, ofxPd<br>
&gt; adds Pd to the libraries that you can work with in C++.<br>
&gt; Then you can call the setup function within the xcode build, and your object<br>
&gt; will work in libpd (i.e. ofxPd) in the app environment.<br>
&gt; Bear in mind that Apple do not like GnuGPL licensed stuff, so I've created<br>
&gt; BSD licensed versions of some of my own Pd externals for this project.<br>
&gt;<br>
&gt;<br>
&gt; And the app works. We're in the final stages now, so I'll post to the list<br>
&gt; when it's complete!<br>
&gt; Best,<br>
&gt; Ed<br>
&gt;<br>
&gt;<br>
&gt; Gemnotes-0.1alpha: Live music notation for Pure Data<br>
&gt; <a rel="nofollow" target="_blank" href="http://sharktracks.co.uk/">http://sharktracks.co.uk/</a><br>
&gt;<br>
&gt;<br>
&gt; ________________________________<br>
&gt; &nbsp;From: Joe White &lt;<a rel="nofollow" ymailto="mailto:white.joe4@gmail.com" target="_blank" href="mailto:white.joe4@gmail.com">white.joe4@gmail.com</a>&gt;<br>
&gt; To: pd-list &lt;<a rel="nofollow" ymailto="mailto:pd-list@iem.at" target="_blank" href="mailto:pd-list@iem.at">pd-list@iem.at</a>&gt;<br>
&gt; Sent: Thursday, 26 April 2012, 16:51<br>
&gt; Subject: [PD] [Pd] Compile external with C++ compiler?<br>
&gt;<br>
&gt;<br>
&gt; Hi all,<br>
&gt;<br>
&gt; Thought I might as well ask this here because you guys know everything :)<br>
&gt;<br>
&gt; I'm writing an external to be built into an iOS app that's running Pd. The<br>
&gt; catch is I need to interface with a C++ library within the external.<br>
&gt;<br>
&gt; The external builds and runs fine if I'm using the C compiler (in Xcode) but<br>
&gt; I can't access the C++ library functions. If I switch it to compile in C++<br>
&gt; (by changing the objective-c file from .m to .mm) then I can use the C++<br>
&gt; library functions but it complains that it can't find 'class_addmethod'<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 'No matching function for call to<br>
&gt; 'class_addmethod'<br>
&gt;<br>
&gt; I've tried declaring the setup function as C code like Katja explains on her<br>
&gt; site:<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; extern "C" void external_tilde_setup(void) { }<br>
&gt; But that still didn't seem to work. I was also going through the list and<br>
&gt; found this thread but I'm not sure if it's the right approach. Plus I'm more<br>
&gt; of an audio guy than programmer :)<br>
&gt;<br>
&gt; Any ideas would be much appreciated.<br>
&gt;<br>
&gt; Thanks,<br>
&gt; Joe<br>
&gt; --<br>
&gt; Follow me on Twitter @diplojocus<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; <a rel="nofollow" ymailto="mailto:Pd-list@iem.at" target="_blank" href="mailto:Pd-list@iem.at">Pd-list@iem.at</a> mailing list<br>
&gt; UNSUBSCRIBE and account-management -&gt;<br>
&gt; <a rel="nofollow" target="_blank" href="http://lists.puredata.info/listinfo/pd-list">http://lists.puredata.info/listinfo/pd-list</a><br>
<br>
_______________________________________________<br>
<a rel="nofollow" ymailto="mailto:Pd-list@iem.at" target="_blank" href="mailto:Pd-list@iem.at">Pd-list@iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -&gt; <a rel="nofollow" target="_blank" href="http://lists.puredata.info/listinfo/pd-list">http://lists.puredata.info/listinfo/pd-list</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br>Follow me on Twitter @diplojocus<br>
</div>
</div><br>_______________________________________________<br><a ymailto="mailto:Pd-list@iem.at" href="mailto:Pd-list@iem.at">Pd-list@iem.at</a> mailing list<br>UNSUBSCRIBE and account-management -&gt; <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br><br><br> </div> </div>  </div></body></html>