Hi,
I've got some code that lies in a browser, and wrote C++ plugins for both IE (COM/ActiveX) and firefox (NPAPI).
I now have to get this code work on Mac OS X. I found some input on apple's site, but it's written in Objective C.
I also read about SIMBL, but it seems to deal with Objective C code only, isn't it?
So here are my questions:
Is it possible to code a pure C++ plugin for Safari (re-using my Firefox NPAPI plugin would be great)?
If it's not possible, is there a way to use an objective C plugin as a loader for some C++ code?
I'm a total noob on Mac OS, and don't even have a Mac Box to mess around, hence the very generic question.
Thanks