Hi,
the template works fine for creating apps. Is there a way to get something similar for creating libraries (*.a) ?
Or any tips for converting an app project to a library one ?
Regards
Hello,
I’m not sure I realize how such library template should look like. We appreciate any ideas though.
As for now you can easily borrow the data access class from the application template, just create an application with the template and copy DataAccess.* files to your project. After this you need to adjust the header search path in the library project to make it see all required RO/DA headers. Also you need to manage the linker to link DA static library as well as yours when building an application.
Best regards - Sergey.
Hi Sergey,
to tell the whole story, I’m trying to build an IOS DA module for Titanium Mobile (from Appcelerator).
There is a Titanium module template. I have just suceed copying DA settings from the build settings, now I can compile the module. It’s just the begining, now I’m trying to do the hard work, that’s the first time I make IOS module for Ti Mobile, but I’m optimist.
If I suceed, will send to RO the source code, feel free to share it to RO community or RO XCode users. But will try to achieve it first. And why not trying the Android version also later
Regards