[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: cygwin & gtk
- From: Andreas Volz <andreas brachttal net>
- To: gtk-app-devel-list gnome org <gtk-app-devel-list gnome org>
- Subject: Re: cygwin & gtk
- Date: Tue, 4 Feb 2003 22:52:59 +0000
Am Tue, 4 Feb 2003 19:00:26 +0300 (MSK)
Sergey Zhitomirsky <szh@dgap-gw.mipt.ru> schrieb:
> On Tue, 4 Feb 2003, Andreas Volz wrote:
>
> > Why do you use cygwin for compiling a gtk2-app with windows?
> > You could compile a "normal" windows gtk2-app without cygwin.
> > I use Dev-C++ to do this.
>
> I already have gtk program made under linux, and was asked about
> window's version.
> Beside Gtk it uses mkdir() & rmdir() calls in multiple places,
> (I didn't find substitution for them in gtk/gdk)
> and I suppose they don't exist with the same interface in Windows.
> And the second - I have no any compiler installed under windows.
mkdir() and rmdir() exist both in windows. Look at the header files
#include <sys\types.h>
#include <dir.h> or <io.h>
This should help.
regards
Andreas
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]