Any way to access an external C library?

I have a C library which contains basic mathematical functions along with some fixed information (namely, ephemeris). Is there a way to access the functions of this library from within Corona?

Thanks. [import]uid: 87 topic_id: 669 reply_id: 300669[/import]

Right now, no. We’re considering adding this in the future, but it’s not easy, since the iPhone doesn’t allow loading dynamic libraries. [import]uid: 54 topic_id: 669 reply_id: 1398[/import]