Hey, > I tried it and I find it amazing ...
thanks (even if i just wrote the port. I'm not the main author) > I have developped a small application in C++/WTL but I would like to > rewrite it using this new framework. > I have some questions, what is the license ? Can I develop some commercial > software with it ? The licence is either BSD or LGPL, depending on the library. You can write commercial programs using these libraries. Some companies already use them (calaos, indt, swisscom, samsung, fancypants, etc...). > I see that your are using zlib, libjpeg, libpng but you could reduce binary > size because it's already > possible to manipulate this kind of image on wince(see IImaging) without > third party libs. Actually, I did that because of portability. The evas lib uses these libraries for loaders. But more important is the fact that libjpeg and zlib are used for a very specific purpose (in eet) and can not be replaced at all. About libpng, well, maybe it can be avoided. What is IImaging ? google can not give me useful informations about it. For now, I'm more concerned about stabilize the libs on Win CE (fixing remaining bugs and problems on that platform, optimizations) If you want more informations, I would suggest that you subscribe to the mailing lists (the development ML will be the most usefull for you), and you can also go to irc ([EMAIL PROTECTED]) Vincent Torri ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Cegcc-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cegcc-devel
