Re: gtk-app-devel-list Digest, Vol 14, Issue 55 (fwd)

2005-06-24 Thread Alf C Stockton
On Fri, 24 Jun 2005, Hubert [ISO-8859-2] Soko?owski wrote: On Fri, 24 Jun 2005 15:27:15 +0200 (SAST) Alf C Stockton <[EMAIL PROTECTED]> wrote: On Fri, 24 Jun 2005, Hubert Sokolowski wrote: look at Inno Setup Trying to read between the lines is it then being suggested that my devel

Re: gtk-app-devel-list Digest, Vol 14, Issue 55 (fwd)

2005-06-24 Thread Alf C Stockton
On Fri, 24 Jun 2005, Hubert Sokolowski wrote: look at Inno Setup Trying to read between the lines is it then being suggested that my development/deploy scenario should be as follows:- 1) Develop application on development machine. 2) Use "objdump -p" to find dependencies. 3) Package applicat

Re: gtk-app-devel-list Digest, Vol 14, Issue 55

2005-06-24 Thread Alf C Stockton
On Fri, 24 Jun 2005, Hubert Sokolowski wrote: On Fri, 24 Jun 2005, Hubert Sokolowski wrote: [EMAIL PROTECTED] wrote: 1. Re: Pango GTK+ on Windows (Hubert Soko?owski) please provide the exact directory structure of your program on your clients machine. All executables and .dll's that

Re: gtk-app-devel-list Digest, Vol 14, Issue 55 (fwd)

2005-06-24 Thread Alf C Stockton
s its electrical cord. -- Forwarded message -- Date: Fri, 24 Jun 2005 11:44:54 +0200 (SAST) From: Alf C Stockton <[EMAIL PROTECTED]> To: Hubert Sokolowski <[EMAIL PROTECTED]> Cc: gtk-app-devel-list@gnome.org Subject: Re: gtk-app-devel-list Digest, Vol 14, Issue 55 On

Re: gtk-app-devel-list Digest, Vol 14, Issue 55

2005-06-24 Thread Alf C Stockton
On Fri, 24 Jun 2005, Hubert Sokolowski wrote: [EMAIL PROTECTED] wrote: 1. Re: Pango GTK+ on Windows (Hubert Soko?owski) please provide the exact directory structure of your program on your clients machine. All executables and .dll's that "objdump -p" told me about are in c:\temp Theref

Re: Pango GTK+ on Windows

2005-06-23 Thread Alf C Stockton
What I did not point out in my original message is that my program works perfectly on my development box but when moved to my clients machine, where they do not have GTK installed, it fails with the pango message. On my clients machine the executable I created and all the .dlls that "objdump

Re: Pango GTK+ on Windows

2005-06-22 Thread Alf C Stockton
On Sun, 19 Jun 2005 Hubert Soko?owski <[EMAIL PROTECTED]> wrote:- On Sun, 19 Jun 2005 08:37:02 +0200 Alf Stockton <[EMAIL PROTECTED]> wrote: The error I am getting from a program I wrote using GTK+ 2.6.7 on Windows reads:- Pango-ERROR**:file shape.c: line 75(pango-shape) assertion failed: (gl

Re: Dependency Walker & my application

2005-06-10 Thread Alf C Stockton
On Fri, 10 Jun 2005, Tor Lillqvist wrote: Alf C Stockton writes: > I have searched through my code for g_module_open and > gtk_rc_reset_styles and found nothing there so I searched the dlls > and found g_module_open occurs in libgdk_pixbuf-2.0-0.dll, > libgmodule-2.0-0.dll and li

Re: Dependency Walker & my application

2005-06-10 Thread Alf C Stockton
On Fri, 10 Jun 2005, Tor Lillqvist wrote: Alf C Stockton writes: > When profiling my application in Dependency Walker 2.1 on Windows I get the > following lines appearing in red. > Is this a problem with my code ? > GetProcAddress(0x7C90 [NTDLL.DLL], "gtk_rc_reset_styles&q

Dependency Walker & my application

2005-06-10 Thread Alf C Stockton
When profiling my application in Dependency Walker 2.1 on Windows I get the following lines appearing in red. Is this a problem with my code ? GetProcAddress(0x7C90 [NTDLL.DLL], "gtk_rc_reset_styles") called from "LIBGMODULE-2.0-0.DLL" at address 0x0062161C and returned NULL. Error: The spe

Re: GTK+ app on Windows

2005-06-02 Thread Alf C Stockton
On Thu, 2 Jun 2005, Tor Lillqvist wrote: Alf Stockton writes: > I have just received the following error while attempting to run my > application on a strange machine. Umm, what error? I guess you mean about some missing DLL? Correct and thank you for reading between the images and thank you f

Re: Windows & GTK 2.6.7

2005-05-24 Thread Alf C Stockton
On Tue, 24 May 2005, Toni Willberg wrote: On Tue, 2005-05-24 at 15:32 +0200, Alf C Stockton wrote: I have just installed gtk-win32-devel-2.6.7-rc1 on my XP box and am getting an interesting & a little annoying effect. My program compiled under the above runs fine but won't quit clean

Windows & GTK 2.6.7

2005-05-24 Thread Alf C Stockton
I have just installed gtk-win32-devel-2.6.7-rc1 on my XP box and am getting an interesting & a little annoying effect. My program compiled under the above runs fine but won't quit cleanly. In my callbacks.c I have a function on_ExitButton_delete_event which calls gtk_main_quit(); However click