My team have built many useful plugins for Corona Enterprise, such as:
- Address Book APIs for Android/IOS
- Calendar APIs for Android/IOS
- Voice Recognition for Android/IOS
- Baidu Map support for China users for Android/IOS
- Mobile Meeting (Desktop Sharing) for Android
- Document supporting of Office/PDF/etc. for Android/IOS
- Cloud printing
- …(more)
And now, we want to build an advanced Winodws Corona Simulator with our plugins, which can run application samely as on device.
But I found Corona didn’t provide the linkable lib for plugin on windows !
All plugins provided by Corona, such as plugin_bit.dll, depends on “Corona Simulator.exe”. How can I link my plugin DLL with “Corona Simulator.exe” without a lib file (maybe “Corona Simulator.lib”).
I saw “Corona Simulator.exe” export many C function of lua, such as: lua_pushlstring(), lua_gettop(), luaL_register() …
But where is the “Corona Simulator.lib” ?