I would like to hear your comments. Also, inclusion of the project into nimrod's example directory would be nice if we could figure out a way to structure the directories in such a way that one could launch the Lazarus or the iOS project and the they would both reference the same nimrod code, thus showing cross-platform reuse.
I'll be looking now at an Android version.
Hey! This is absolutely brilliant work.
Too bad I don't have an iPhone. I was actually planning to try to get Nimrod working on Android, i'm glad you are going to try this now; I am unfortunately too busy with other projects at the moment but if you get that working I will gladly take a look at it! Quite an exciting project :D
But using xcode's llvm to compile ignores the nimrod environment setup and therefore you either copy the file or add to the project a new include switch to find the header, which is not so portable between users and different machines. Not that this is much of a problem, I was just looking into making the examplie more resilient to compilation errors to be experienced by other users.
@dom96
I'm only doing it for the lulz, so I may not end up doing it if it turns out to be too painful. Just thinking of eclipse gives me goosebumps. Still, I would like to make a small sqlite example in nimrod working for both platforms.