Re: [e-users] efl C++

2019-07-22 Thread Pierre Couderc
On 7/22/19 12:20 PM, Carsten Haitzler (The Rasterman) wrote: On Mon, 22 Jul 2019 11:21:51 +0200 Pierre Couderc 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

Re: [e-users] efl C++

2019-07-22 Thread The Rasterman
On Mon, 22 Jul 2019 11:21:51 +0200 Pierre Couderc 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++

[e-users] efl C++

2019-07-22 Thread Pierre Couderc
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... What do you suggest ? In this case how should be my main.cpp ?