Re: [e-users] efl and c++

Vincent Torri <[email protected]>
Newsgroups gmane.comp.window-managers.enlightenment.user
Message-ID <CAMq1adq816nTxCLAcFGrhO2HZR99oYMyXVFy0EpsQnrP1_+u+Q@mail.gmail.com>
On Wed, Nov 8, 2023 at 10:06 AM Vincent Torri <[email protected]> wrote:
>
> On Wed, Nov 8, 2023 at 9:55 AM Pierre Couderc via enlightenment-users
> <[email protected]> wrote:
> >
> > Is there a topic to introduce efl under C++.
>
> i don't know one in c++
>
> it's not the answer you want, but there is one in C# :
> https://www.enlightenment.org/develop/tutorials/csharp/start.md
>
> maybe it could help
>
> vincent

maybe

src/tests/elementary_cxx/

there is a couple of files here

Vincent



>
> > I have  a problem with "hello world" in Unified C API
> >
> > If I compile
> > https://www.enlightenment.org/develop/tutorials/c/hello-world-gui.md
> > with C++ (linux), all is fine.
> >
> > Il I had a thread, it fails with nothing displayed  :
> >
> > void start()
> > {
> >
> >      while(1)
> >      {
> >          sleep(1);
> >      }
> >      return;
> > }
> > //******************************************************  main
> > *******************************************************
> > EAPI_MAIN void
> > efl_main(void *data EINA_UNUSED, const Efl_Event *ev EINA_UNUSED)
> > {
> >      _gui_setup();
> >      thread wait(start);
> >      wait.join();
> >
> > }
> > EFL_MAIN()
> >
> > Thanks.
> >
> > PC
> >
> >
> >
> > _______________________________________________
> > enlightenment-users mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-users


_______________________________________________
enlightenment-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.