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> if (pGeneric){<br> retval = pGeneric->Perform();
<br> delete pGeneric;<br> }<br>