I would love to see it :)

I'm currently creating a C# wrapper for EFL.
I would like it to make sure the bindings have an object oriented standard.

I was doing this:

Evas canvas = new Evas (x, y);

Where on your site you have this:

Canvas evas = new Canvas(x, y);

Thats exactly what I want to prevent between languages.

Should mabey a spec be made?



> Am Dienstag, den 22.03.2005, 13:52 +0100 schrieb Andreas Volz:
>> Am Tue, 22 Mar 2005 12:56:02 +0900 schrieb Carsten Haitzler (The
Rasterman):
>>
>> > > Am Thu, 17 Mar 2005 16:00:44 +0900 schrieb Carsten Haitzler (The
Rasterman):
>> > >
>> > > > > Also, if so, are there any scripting language bindings for the
relevant  APIs? I already have various routines for reading the
meta data files in  PHP and Perl.
>> > > >
>> > > > ruby is gaining lots of bindings thanks to tillman :)
>> > >
>> > > Ruby is great, but does someone yet work on python or C++ API for
the EFL?
>> >
>> > no need for c++ - u have the c api there already. it is all
accessible from c++.
>>
>> You're mostly right, but many people (including me) like to use a C++
version of an C API. No problem with the C API, but using C API in a
C++ app is not very "clean". But in the current stage there're more
important things to do than creating a C++ Wrapper ;-)
>
> For what it's worth... a couple of months ago, I have been working on a
C++ wrapper. It's in early stages, but I could make the code available,
if you want to help developing it :)
> The preliminary homepage is @ http://vanille.de/projects/efl++.html
>
>
> --
> Regards,
>
> Mickey.
> ------------------------------------------------------------------
Dipl.-Inf. Michael 'Mickey' Lauer <[EMAIL PROTECTED]>
------------------------------------------------------------------
>
>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by Microsoft Mobile & Embedded DevCon
2005 Attend MEDC 2005 May 9-12 in Vegas. Learn more about the latest
Windows Embedded(r) & Windows Mobile(tm) platforms, applications &
content. Register
> by 3/29 & save $300
> http://ads.osdn.com/?ad_id=6883&alloc_id=15149&op=click
> _______________________________________________
> enlightenment-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>





-------------------------------------------------------
This SF.net email is sponsored by Demarc:
A global provider of Threat Management Solutions.
Download our HomeAdmin security software for free today!
http://www.demarc.com/info/Sentarus/hamr30
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to