Re: Building and packaging for Windows

2007-11-06 Thread [EMAIL PROTECTED]
Eduardo M KALINOWSKI wrote: > There is a set of GTK+ installer files, with development > and runtime available at http://gladewin32.sourceforge.net/ Very Cool! It's going to be hard to keep my mind on my current Microshaft Winblows development deadline as I really want to play with this... Thanks

Re: Building and packaging for Windows

2007-11-06 Thread Tor Lillqvist
> Well, I'm afraid of just downloading the zipfiles and replacing the dlls > in my program with the new ones because I have no idea how they depend > on each other (version problems maybe). Is that not a concern? Well, there is no Linux-like package management on Windows where installable packages

Re: Building and packaging for Windows

2007-11-06 Thread Eduardo M KALINOWSKI
> Also it's a bit painful to download each zipfile, extract it, and find > the dll I want in there. But I don't know what an easier way would be - > that's why I asked. Maybe I can write some kind of script to download, > extract and copy files based on a list. If that sounds like a good idea > to

Re: Building and packaging for Windows

2007-11-06 Thread Andrew Smith
Tor Lillqvist a écrit : >> Is there a better place to get them from? Other than the gtk-win32 zipfiles? > > "Better" in what way? At least with the zipfiles you see exactly what > you have, and the zipfiles are the "original" distribution of GTK+ etc > for Windows. > Well, I'm afraid of just down

Re: Building and packaging for Windows - theme?

2007-11-06 Thread Tor Lillqvist
> That's right. I don't depend on mingwm10.dll, but I do on a dozen > gtk-related dlls, which I got from /mingw/bin Ah. In my opinion it is not a good idea to put stuff from other sources in the mingw tree. I tend to keep things from different sources in different locations, and then just use PATH

Re: Building and packaging for Windows - theme?

2007-11-06 Thread Andrew Smith
control H a écrit : >>> You copied some mingw dlls? That doesn't sound right. >> mingwm10.dll is usually required for thread support. > > Are you sure about that? As far as I understood mingw dll's are only > used during compile time, the result should be completely independant > on mingw or other

Re: Building and packaging for Windows - theme?

2007-11-05 Thread control H
> $ ldd ./foo.exe > ntdll.dll => ntdll.dll (0x7c90) > kernel32.dll => C:\WINDOWS\system32\kernel32.dll (0x7c80) > libglib-2.0-0.dll => c:\mingw\bin\libglib-2.0-0.dll (0x1000) > iconv.dll => c:\mingw\bin\iconv.dll (0x54) > MSVCRT.dll => C:\WIND

Re: Building and packaging for Windows - theme?

2007-11-05 Thread control H
> > You copied some mingw dlls? That doesn't sound right. > > mingwm10.dll is usually required for thread support. Are you sure about that? As far as I understood mingw dll's are only used during compile time, the result should be completely independant on mingw or other unixish help dll's. I've

Re: Building and packaging for Windows - theme?

2007-11-05 Thread Michael L Torrie
Daniel Atallah wrote: > On 11/1/07, Andrew Smith <[EMAIL PROTECTED]> wrote: >> Thanks everybody. I managed to build ISO Master on mingw and run it on a >> stock Windows box (just copied some dlls from the mingw bin directory), >> looks like the GTK parts work fine. Still, I'll be sure to look at al

Re: Building and packaging for Windows - theme?

2007-11-01 Thread Daniel Atallah
On 11/1/07, Andrew Smith <[EMAIL PROTECTED]> wrote: > Thanks everybody. I managed to build ISO Master on mingw and run it on a > stock Windows box (just copied some dlls from the mingw bin directory), > looks like the GTK parts work fine. Still, I'll be sure to look at all > the examples that you p

Re: Building and packaging for Windows - theme?

2007-10-31 Thread Andrew Smith
Andrew Smith a écrit : > Hello > > I am the author of ISO Master ( http://littlesvr.ca/isomaster/ ). It's a > reasonably simple GTK application. I'd like to make a Windows version. > If possible, without porting the GUI to Win32. I managed to compile ISO > Master on Windows using cygwin, but I

Re: Building and packaging for Windows

2007-10-31 Thread Enrico Tröger
On Tue, 30 Oct 2007 19:44:19 -0400, Andrew Smith <[EMAIL PROTECTED]> wrote: > Hello > > I am the author of ISO Master ( http://littlesvr.ca/isomaster/ ). > It's a reasonably simple GTK application. I'd like to make a Windows > version. If possible, without porting the GUI to Win32. I managed to >

Re: Building and packaging for Windows

2007-10-31 Thread Pavel A. da Mek
>> GTK is usually already installed with GIMP; > > Presumably not everyone is interested in installing GIMP just to get a > copy of GTK+. Is there a better choice of bitmap graphic editor than GIMP? (I am just curious, not starting flamewar :-) Of course, there may be some people who are not at al

Re: Building and packaging for Windows

2007-10-31 Thread Tor Lillqvist
> GTK is usually already installed with GIMP; Presumably not everyone is interested in installing GIMP just to get a copy of GTK+. > if not, the packages are on > http://gimp-win.sourceforge.net/old.html That "old" should tell you that the versions there are already obsolete, and will become inc

Re: Building and packaging for Windows

2007-10-31 Thread Pavel A. da Mek
> Can someone share ideas about how to compile a GTK application for > Windows and package it so it includes GTK and its dependencies? To develop GTK applications under Windows I am using Dev-C++ which includes Mingw compiler http://sourceforge.net/projects/dev-cpp/ GTK is usually already install

Re: Building and packaging for Windows

2007-10-30 Thread Dan McMahill
Hello > > I am the author of ISO Master ( http://littlesvr.ca/isomaster/ ). It's a > reasonably simple GTK application. I'd like to make a Windows version. > If possible, without porting the GUI to Win32. I managed to compile ISO > Master on Windows using cygwin, but I don't see how I could dis

Re: Building and packaging for Windows

2007-10-30 Thread Allin Cottrell
On Tue, 30 Oct 2007, Andrew Smith wrote: > I am the author of ISO Master ( http://littlesvr.ca/isomaster/ > ). It's a reasonably simple GTK application. I'd like to make a > Windows version. If possible, without porting the GUI to Win32. > I managed to compile ISO Master on Windows using cygwin

Re: Building and packaging for Windows

2007-10-30 Thread Brian J. Tarricone
Andrew Smith wrote: > Hello > > I am the author of ISO Master ( http://littlesvr.ca/isomaster/ ). It's a > reasonably simple GTK application. I'd like to make a Windows version. > If possible, without porting the GUI to Win32. I managed to compile ISO > Master on Windows using cygwin, but I don

Building and packaging for Windows

2007-10-30 Thread Andrew Smith
Hello I am the author of ISO Master ( http://littlesvr.ca/isomaster/ ). It's a reasonably simple GTK application. I'd like to make a Windows version. If possible, without porting the GUI to Win32. I managed to compile ISO Master on Windows using cygwin, but I don't see how I could distribute i