I am looking at converting a plug-in from Carbon to Cocoa in Mac OS X.
The plug-in uses PDDrawCosObjToWindow (for previews and other functions).
I observe that the documention shows that this method uses either
CWindowPtr or GWorldPtr, neither of which is available in Cocoa so far
as I know. I also note warnings about not working in Mac 64 (planning
for the future and/or the PDF library).
So my question is: how to move forward with this functionality?