I've been reviewing the documentation and the sample conduit and I have a very basic question:  Is it possible for me to use the PFC classes when building my conduit with the Bridge library?  I'm using XCode 2.2 and am targeting OSX 
10.3 and higher on PPC.<br><br>Basically what I'm thinking of doing is something like this:<br><br>pGeneric = new CPTPConduitSync(rProps, GENERIC_FLAG_APPINFO_SUPPORTED );<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if (pGeneric){<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; retval = pGeneric-&gt;Perform();
<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; delete pGeneric;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }<br>