To: discussions about usage and development of dia <dia-list gnome org>
Subject: Re: Error starting program
Date: Sat, 21 Aug 2004 21:41:19 +0000
Steffen Macke writes:
> But basically this looks like a GTK+ problem. I'm using the
> binaries provided by Tor Lillqvist and so far they seem to have
> worked for Windows 9*. I have no idea why this should have changed.
Hmm, yeah, gtkfilesystemwin32.c now uses GetFileAttributesEx(), which
seems to be available only from Win98 up. If you care about keeping it
running on Win95, open a bug on bugzilla.gnome.org so this issue won't
be forgotten. One obvious way to fix it would be to use
GetFileAttributes() and GetFileTime() instead.
--tml