I'm completely new to programming. I need to "convert" a C++ library to Intel Mac driver so I can run my old PCI soundcards on my (Hackintosh) Snow Leopard.
My cards are Echoaudio's MiaMIDI and Mona. From their site, I can get the library. This is what they say at the download page:
Interested in writing your own driver for Echo’s hardware? Then you need the generic driver code. This is the cross-platform C++ library used for our Windows and Mac PCI and Cardbus drivers.
Would you please point me to the right direction what should I do with this library? Can I do it in xCode?
Here's the link to the download page.
Thanks.