Linking to Objective C, C/C++ modules within Corona Script

How is this done in terms of naming convention and the Corona code for including such a module? Thanks! [import]uid: 11421 topic_id: 17026 reply_id: 317026[/import]

At the moment, Corona doesn’t allow the use of external Objective-C modules and libraries. At the moment, you must do everything in 100% Lua (external Lua modules and scripts are allowed). [import]uid: 52430 topic_id: 17026 reply_id: 63928[/import]

Thanks, Jonathan! [import]uid: 11421 topic_id: 17026 reply_id: 64061[/import]