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. :)

> 
> 
> 
> _______________________________________________
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> 


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
Carsten Haitzler - ras...@rasterman.com



_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to