[E-devel] Tutorial for EDC

2008-02-13 Thread Jess
Hello, I put together a basic tutorial for those just starting out. It is very basic, and pretty much highlights each step in turn, and I would like to get some feedback and review of potential snags that could lead people astray. This is really more of an example for basic mouse hover over,

Re: [E-devel] Ecore_Con_Url doesn't works well

2008-02-13 Thread Vincent Torri
On Wed, 13 Feb 2008, Massimiliano Calamelli wrote: > Here's my working code, very thank to Cedric for the tip. > As said in IRC, if my code sounds good, feel free to put in > test/orig/ecore/examples, if you like, it could be useful for others :) maybe we should start writing unit test with the

Re: [E-devel] Ecore_Con_Url doesn't works well

2008-02-13 Thread Massimiliano Calamelli
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 13 Feb 2008 15:43:13 +0100 "Cedric BAIL" <[EMAIL PROTECTED]> wrote: > You should use fwrite and use the size of the received data instead of > calling fputs. You can't be sure that the terminate '\0' is in this > data packet and with binary da

Re: [E-devel] Ecore_Con_Url doesn't works well

2008-02-13 Thread Cedric BAIL
2008/2/13 Massimiliano Calamelli <[EMAIL PROTECTED]>: > Hi all, i'm going on with my works for wallpaper fetcher, and now i'm > testing ecore_con_url features, but i found two problems. > > ** Problems ** > 0) downloading of text data: the downloaded data contains garbage > 1) downloading of binary

[E-devel] Ecore_Con_Url doesn't works well

2008-02-13 Thread Massimiliano Calamelli
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, i'm going on with my works for wallpaper fetcher, and now i'm testing ecore_con_url features, but i found two problems. ** Problems ** 0) downloading of text data: the downloaded data contains garbage 1) downloading of binary data: the downloa