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 unixish

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-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 all the

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 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 =

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

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 don't