(posting here in a new topic)
@atilim,
@gorkem or any plugin expert!
ps: i'm starting now to study plugin system... only now...
but if i use c (not c++) i need to use a ..stub file like in sqlite plugin ?
i created a little plugin.. with very simple function in it and added to player and work fine in Apple iPhone emulator...
but for desktop (and gideros emulator) ? how do i do?
Comments
Yes you need a small .cpp file to trigger the plugin.
For the desktop, you need to build it as a dynamic library. I can send you a Makefile. Are you on Mac always, right? Because for windows, you need to install a development environment (e.g. mingw) also.
in C i would like to compile also for windows
www.tntengine.com
I appreciate it very much!
www.tntengine.com