Re: [E-devel] E SVN: barbieri trunk/PROTO/elev8/src/modules/elm

2012-07-13 Thread Vincent Torri
On Fri, Jul 13, 2012 at 8:19 AM, Carsten Haitzler wrote: > On Fri, 13 Jul 2012 06:12:26 +0200 Vincent Torri > said: > > eh? even if compiling with gcc? Yes Vincent >> just to be sure : on win64, long is 32 bits long. Better using uintptr_t ? >> >> Vincent >> >> On Fri, Jul 13, 2012 at 1:53 AM

Re: [E-devel] E SVN: barbieri trunk/PROTO/elev8/src/modules/elm

2012-07-12 Thread The Rasterman
On Fri, 13 Jul 2012 06:12:26 +0200 Vincent Torri said: eh? even if compiling with gcc? > just to be sure : on win64, long is 32 bits long. Better using uintptr_t ? > > Vincent > > On Fri, Jul 13, 2012 at 1:53 AM, Enlightenment SVN > wrote: > > Log: > > fix compiler error on 64bits machines: >

Re: [E-devel] E SVN: barbieri trunk/PROTO/elev8/src/modules/elm

2012-07-12 Thread Vincent Torri
just to be sure : on win64, long is 32 bits long. Better using uintptr_t ? Vincent On Fri, Jul 13, 2012 at 1:53 AM, Enlightenment SVN wrote: > Log: > fix compiler error on 64bits machines: > > CElmPopup.cc: In function 'void elm::_item_selected_cb(void*, Evas_Object*, > void*)': > CElmPopup