Calling C++ library

Is it possible to call into a C++ library from inside a Corona app? If so, how would I go about doing it? Doing a require() doesn’t appear to be working as it tries to find it as a .lua file. [import]uid: 103377 topic_id: 19983 reply_id: 319983[/import]

Not at present. Sorry [import]uid: 84637 topic_id: 19983 reply_id: 77823[/import]

what about a standard C library ?

Lua is written in C, the whole Lua API is C based. correct ? [import]uid: 11094 topic_id: 19983 reply_id: 77843[/import]

No C either, sorry Troy. [import]uid: 52491 topic_id: 19983 reply_id: 77994[/import]