Good day.
Is there a tutorial on using C++ code alongside the android code in Corona Enterprise Framework somewhere?
There is a rather large C++ library consisting of several dozens of files. This C++ code has to be compiled. Its interface(header) are 2-3 functions in pure C:
CreateGAFobj, GAFupdate and a couple of others, which are to be called from Java code.
I have accomplished it easily in Objective C, but I have next to no experience in Java programming. I would rather not go into deep details if there is a solution as simple as in Objective C.