C programming in IOS?
Hi,
I am implementing an image editing program in C which should work both in Windows, IOS (iDevices). Ths point is that we do not want to re-write same code in Object-C or Xcode.
Let's say that we have a C program that is just resizing an input image by half. The program should be with some OpenCV librarie files.
We know it can be compiled and built in Windows with MinGW. But is there a way to compile and build same project files to run within iDevices? (This is supposed to be called from an iPhone application.)
Help!