Re: [E-devel] E SVN: hermet IN trunk/elementary/src: bin examples lib

2012-01-29 Thread ChunEon Park
;barbi...@profusion.mobigt; To: Enlightenment developer listlt;enlightenment-devel@lists.sourceforge.netgt; Cc: Sent: 12-01-27(금) 18:03:40 Subject: Re: [E-devel] E SVN: hermet IN trunk/elementary/src: bin examples lib On Friday, January 27, 2012, Vincent Torri lt;vincent.to...@gmail.comgt; wrote

Re: [E-devel] E SVN: hermet IN trunk/elementary/src: bin examples lib

2012-01-29 Thread David Seikel
On Mon, 30 Jan 2012 10:00:27 +0900 ChunEon Parkher...@naver.com wrote: When I use vs 2005/2008, I used to use the type INT, LONG, BOOL... which are macros to translate 32/64 bits if it's necessary. If your BOOLs are 64 bits long, you're doing it wrong. Then again, this is Windows we are

Re: [E-devel] E SVN: hermet IN trunk/elementary/src: bin examples lib

2012-01-29 Thread ChunEon Park
...@gmail.comgt; To: enlightenment-devel@lists.sourceforge.net Cc: Sent: 12-01-30(월) 10:04:41 Subject: Re: [E-devel] E SVN: hermet IN trunk/elementary/src: bin examples lib On Mon, 30 Jan 2012 10:00:27 +0900 ChunEon Parklt;her...@naver.comgt; wrote: When I use vs 2005/2008, I used to use the type INT

Re: [E-devel] E SVN: hermet IN trunk/elementary/src: bin examples lib

2012-01-27 Thread Tom Hacohen
On 27/01/12 08:12, ChunEon Park wrote: I changed to use ssize_t type for now, Since I'm not sure that long type will be expanded to 64bit. size_t is also not sure to be 64bit... It's likely, but not sure. The only correct way of doing it is intptr_t. You can alternatively keep the long (which

Re: [E-devel] E SVN: hermet IN trunk/elementary/src: bin examples lib

2012-01-27 Thread Vincent Torri
On Fri, Jan 27, 2012 at 9:10 AM, Tom Hacohen t...@stosb.com wrote: On 27/01/12 08:12, ChunEon Park wrote: I changed to use ssize_t type for now, Since I'm not sure that long type will be expanded to 64bit. size_t is also not sure to be 64bit... It's likely, but not sure. The only correct

Re: [E-devel] E SVN: hermet IN trunk/elementary/src: bin examples lib

2012-01-27 Thread Gustavo Sverzut Barbieri
On Friday, January 27, 2012, Vincent Torri vincent.to...@gmail.com wrote: On Fri, Jan 27, 2012 at 9:10 AM, Tom Hacohen t...@stosb.com wrote: On 27/01/12 08:12, ChunEon Park wrote: I changed to use ssize_t type for now, Since I'm not sure that long type will be expanded to 64bit. size_t is

Re: [E-devel] E SVN: hermet IN trunk/elementary/src: bin examples lib

2012-01-27 Thread Gustavo Sverzut Barbieri
On Friday, January 27, 2012, ChunEon Park her...@naver.com wrote: Thank you for explaining. So I leave the log messages for picking up any problems from there by someone like you. But It would be better if there were any comments to explain it why he/she wrote those unusual code. Anyway, once

Re: [E-devel] E SVN: hermet IN trunk/elementary/src: bin examples lib

2012-01-27 Thread Vincent Torri
On Fri, Jan 27, 2012 at 10:03 AM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Friday, January 27, 2012, Vincent Torri vincent.to...@gmail.com wrote: On Fri, Jan 27, 2012 at 9:10 AM, Tom Hacohen t...@stosb.com wrote: On 27/01/12 08:12, ChunEon Park wrote: I changed to use ssize_t

Re: [E-devel] E SVN: hermet IN trunk/elementary/src: bin examples lib

2012-01-27 Thread Tom Hacohen
On 27/01/12 11:25, Vincent Torri wrote: specific microsotf types : http://msdn.microsoft.com/en-us/library/aa383751%28VS.85%29.aspx or uintptr_t : http://msdn.microsoft.com/en-us/library/323b6b3k%28VS.80%29.aspx Who would have thought, it seems the correct way of doing it is the correct

Re: [E-devel] E SVN: hermet IN trunk/elementary/src: bin examples lib

2012-01-27 Thread The Rasterman
On Fri, 27 Jan 2012 07:28:52 +0100 Vincent Torri vincent.to...@gmail.com said: On Fri, Jan 27, 2012 at 1:39 AM, David Seikel onef...@gmail.com wrote: On Thu, 26 Jan 2012 20:37:42 -0200 Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Thu, Jan 26, 2012 at 8:16 PM, Boris Faure

Re: [E-devel] E SVN: hermet IN trunk/elementary/src: bin examples lib

2012-01-26 Thread Gustavo Sverzut Barbieri
It is needed for 64 bits where sizeof(void*) sizeof(int) Don't do these changes without asking anymore :-/ On Thursday, January 26, 2012, Enlightenment SVN no-re...@enlightenment.org wrote: Log: elementary/genlist - deprecated elm_genlist_item_data_set/get but please use

Re: [E-devel] E SVN: hermet IN trunk/elementary/src: bin examples lib

2012-01-26 Thread Tom Hacohen
On 26/01/12 13:10, Gustavo Sverzut Barbieri wrote: It is needed for 64 bits where sizeof(void*) sizeof(int) Don't do these changes without asking anymore :-/ On Thursday, January 26, 2012, Enlightenment SVNno-re...@enlightenment.org wrote: Log: elementary/genlist - deprecated

Re: [E-devel] E SVN: hermet IN trunk/elementary/src: bin examples lib

2012-01-26 Thread Gustavo Sverzut Barbieri
Dunno, raster is not too found of the _t variants, that's why we have almost no uint8_t et al On Thursday, January 26, 2012, Tom Hacohen tom.haco...@partner.samsung.com wrote: On 26/01/12 13:10, Gustavo Sverzut Barbieri wrote: It is needed for 64 bits where sizeof(void*) sizeof(int) Don't

Re: [E-devel] E SVN: hermet IN trunk/elementary/src: bin examples lib

2012-01-26 Thread Tom Hacohen
But this case is just ridiculous. :) -- Tom. On 26/01/12 14:11, Gustavo Sverzut Barbieri wrote: Dunno, raster is not too found of the _t variants, that's why we have almost no uint8_t et al On Thursday, January 26, 2012, Tom Hacohen tom.haco...@partner.samsung.com

Re: [E-devel] E SVN: hermet IN trunk/elementary/src: bin examples lib

2012-01-26 Thread Boris Faure
On Thu, Jan 26, 2012 at 13:11, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: Dunno, raster is not too found of the _t variants, that's why we have almost no uint8_t et al I don't want to troll on that but I'd like to know why raster doesn't want the use the types in stdint.h specified

Re: [E-devel] E SVN: hermet IN trunk/elementary/src: bin examples lib

2012-01-26 Thread Gustavo Sverzut Barbieri
On Thu, Jan 26, 2012 at 8:16 PM, Boris Faure bill...@gmail.com wrote: On Thu, Jan 26, 2012 at 13:11, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: Dunno, raster is not too found of the _t variants, that's why we have almost no uint8_t et al I don't want to troll on that but I'd

Re: [E-devel] E SVN: hermet IN trunk/elementary/src: bin examples lib

2012-01-26 Thread David Seikel
On Thu, 26 Jan 2012 20:37:42 -0200 Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Thu, Jan 26, 2012 at 8:16 PM, Boris Faure bill...@gmail.com wrote: On Thu, Jan 26, 2012 at 13:11, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: Dunno, raster is not too found of the _t

Re: [E-devel] E SVN: hermet IN trunk/elementary/src: bin examples lib

2012-01-26 Thread ChunEon Park
: enlightenment-...@lists.sourceforge.netlt;enlightenment-...@lists.sourceforge.netgt; Sent: 12-01-26(목) 20:10:06 Subject: Re: [E-devel] E SVN: hermet IN trunk/elementary/src: bin examples lib It is needed for 64 bits where sizeof(void*) sizeof(int) Don't do these changes without asking anymore

Re: [E-devel] E SVN: hermet IN trunk/elementary/src: bin examples lib

2012-01-26 Thread ChunEon Park
; Cc: enlightenment-...@lists.sourceforge.net Sent: 12-01-27(금) 11:52:52 Subject: Re: [E-devel]E SVN: hermet IN trunk/elementary/src: bin examples lib Thank you for explaining. So I leave the log messages for picking up any problems from there by someone like you. But It would be better

Re: [E-devel] E SVN: hermet IN trunk/elementary/src: bin examples lib

2012-01-26 Thread Vincent Torri
On Fri, Jan 27, 2012 at 1:39 AM, David Seikel onef...@gmail.com wrote: On Thu, 26 Jan 2012 20:37:42 -0200 Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Thu, Jan 26, 2012 at 8:16 PM, Boris Faure bill...@gmail.com wrote: On Thu, Jan 26, 2012 at 13:11, Gustavo Sverzut Barbieri

Re: [E-devel] E SVN: hermet IN trunk/elementary/src: bin examples lib

2011-12-08 Thread ChunEon Park
elementary/slideshow - Elm_Slideshow_Item - Elm_Object_Item WARNING. This may cause build breaks. -Regards, Hermet- -Original Message- From: Enlightenment SVNlt;no-re...@enlightenment.orggt; To: enlightenment-...@lists.sourceforge.net Cc: Sent:

Re: [E-devel] E SVN: hermet IN trunk/elementary/src: bin examples lib

2011-12-08 Thread Daniel Juyung Seo
Very good! Please update ElementaryChanges. http://trac.enlightenment.org/e/wiki/ElementaryChanges Daniel Juyung Seo (SeoZ) 2011/12/8 ChunEon Park her...@naver.com: elementary/slideshow - Elm_Slideshow_Item - Elm_Object_Item WARNING. This may cause build breaks.