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.

.) 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
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to