|
From: | Bernhard Herzog |
Subject: | Re: Sketch on Windows (It's working) |
Date: | Wed, 08 Oct 2003 11:26:46 +0200 |
User-agent: | Gnus/5.1002 (Gnus v5.10.2) Emacs/21.2 (gnu/linux) |
Joonas Paalasmaa <address@hidden> writes: > I did the changes you requested and now it's working! Great! > C:\sketch\sketch-head\sketch\Sketch\Modules\skgtkimage.c(59) : error > C2036: 'void *' : unknown size The reason for those errors is probably that ximage->mem is of type gpointer which is a typedef for void*. Sometimes gcc is just too helpful :) as it allows pointer arithmetic with a void* among other things. We should cast all ximage->mem to unsigned char*. Bernhard -- Intevation GmbH http://intevation.de/ Sketch http://sketch.sourceforge.net/ Thuban http://thuban.intevation.org/
[Prev in Thread] | Current Thread | [Next in Thread] |