On Thu, 17 Feb 2011 20:49:09 -0200 Gustavo Sverzut Barbieri
<barbi...@profusion.mobi> said:

> On Thursday, February 17, 2011, Andreas Willich <sabotagea...@gmail.com>
> wrote:
> > Hi
> >
> > I think the C# bindings are ready to get the public release.
> > You can get it from here: http://dl.dropbox.com/u/21420050/efl-sharp.tar.gz
> >
> > As written in my last email I started implementing some common elementary
> > widgets and some methods of edje to load an edje-file and get the loaded
> > widgets.
> >
> > What does not work:
> > .) EinaList
> > There is some code for that already there, but it does not work at all.
> 
> I'd NOT expose such low level things such as eina, just make native c#
> datatypes and eina transparent. That's what we did in Python and it
> works fine.

agreed - eian - or the vast majority of it, need not  be exposed in these
higher level languages as what it provides is already part of the base language
specification.

> >
> > .) The autotools build system
> > I used MonoDevelop as my IDE, which should generate Makefiles and all the
> > stuff. But there are some major bugs in this generation. I didn't have the
> > time until now to fill bugs or patch MonoDevelop, but this is on top of my
> > todo list.
> >
> > How to get something build that is working
> > 1.) run autogen.sh
> > 2.) build the bindings with MonoDevelop
> > 3.) run sudo make install
> > 4.) go to %PREFIX%/lib/efl-sharp - here are the assemblies installed
> > 5.) add executable right to all dll's with sudo chmod +x *.dll
> > 6.) install the libraries in the Global Assembly Cache: run for every
> > dll-file sudo gacutil -i %FILENAME% -package efl-sharp
> >
> > Now you have installed the libraries and you can work with it.
> >
> > As an example app I started to write the RSS- reader efeed.
> > You can get the sources from here:
> > http://dl.dropbox.com/u/21420050/efeed.tar.gz
> > A screenshot: http://dl.dropbox.com/u/21420050/efeed.png
> >
> > Currently it is more an example and test app, but I plan to extend it to a
> > more usefull application.
> >
> >
> > I appreciate any feedback and suggestions for efl-sharp and efeed
> >
> > Best regards
> > Andreas
> > ------------------------------------------------------------------------------
> > The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
> > Pinpoint memory and threading errors before they happen.
> > Find and fix more than 250 security defects in the development cycle.
> > Locate bottlenecks in serial and parallel code that limit performance.
> > http://p.sf.net/sfu/intel-dev2devfeb
> > _______________________________________________
> > enlightenment-devel mailing list
> > enlightenment-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> >
> 
> -- 
> Gustavo Sverzut Barbieri
> http://profusion.mobi embedded systems
> --------------------------------------
> MSN: barbi...@gmail.com
> Skype: gsbarbieri
> Mobile: +55 (19) 9225-2202
> 
> ------------------------------------------------------------------------------
> The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
> Pinpoint memory and threading errors before they happen.
> Find and fix more than 250 security defects in the development cycle.
> Locate bottlenecks in serial and parallel code that limit performance.
> http://p.sf.net/sfu/intel-dev2devfeb
> _______________________________________________
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> 


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


------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to