Re: [E-devel] win32 patch for eet

2007-09-10 Thread The Rasterman
On Tue, 28 Aug 2007 15:53:27 +0200 (CEST) Vincent Torri <[EMAIL PROTECTED]> babbled: > > Hey, > > The edje bug I was hunting on the windows platform comes from eet. the %a > modifier, used to get the float or double values, is not supported on > windows (see the big comment in the patch). > >

[E-devel] win32 patch for eet

2007-08-28 Thread Vincent Torri
Hey, The edje bug I was hunting on the windows platform comes from eet. the %a modifier, used to get the float or double values, is not supported on windows (see the big comment in the patch). I have some questions about that patch: 1) do I copy/paste it for float or do I factorize the code