On 7/22/19 12:20 PM, Carsten Haitzler (The Rasterman) wrote:
On Mon, 22 Jul 2019 11:21:51 +0200 Pierre Couderc <pie...@couderc.eu> said:
I think to write a small efl application in C++.
I see than c++ bindings are not updated since 2016. Moreover, I know
better C api. Moreover, it is a general rule to trust more C APis then
derived bindings...
Efl generates C++ bindings for the new eo efl API. This is beta and unstable
still (changes) so it's really for experimenting with it, but the bindings are
thus automatically updated whenever EFL is compiled and installed (and C++
bindings are enabled). If you meant the external efl cxx bindings - they are
manual on top of the legacy (existing stable) C API and indeed may not be
updated. The C API is what is considered supported and stable. You can happily
use it from C++ if you like.
What do you suggest ?
In this case how should be my main.cpp ?
the same as C - use the ELM_MAIN wrapper - check the hello world example. :)
Works fine ! Thank you.
_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users