Re: New to GTK+, please help

2005-12-23 Thread Tor Lillqvist
Jun Shen writes:
  ** (gtk.exe): WARNING **: The specified module could not be found.
  Failed to load Pango module for id: 'BasicScriptEngineWin32'

What does your pango.modules file look like?

Have you moved or copied the Pango (and other) DLLs around from where
they were after unzipping the zipfiles they come in? (Or from where
the installer put them if you used an installer?)

--tml

___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list


Re: New to GTK+, please help

2005-12-23 Thread Jun Shen
Thanks Tor.

It is working now. Like you said the problem is in my  pango.modules file.

Thanks again,

Jun



On 12/23/05, Tor Lillqvist [EMAIL PROTECTED] wrote:

 Jun Shen writes:
  ** (gtk.exe): WARNING **: The specified module could not be found.
  Failed to load Pango module for id: 'BasicScriptEngineWin32'

 What does your pango.modules file look like?

 Have you moved or copied the Pango (and other) DLLs around from where
 they were after unzipping the zipfiles they come in? (Or from where
 the installer put them if you used an installer?)

 --tml


___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list


Re: New to GTK+, please help

2005-12-23 Thread Tor Lillqvist
Jun Shen writes:
  It is working now. Like you said the problem is in my  pango.modules file.

It would be interesting to know if the problem is in a distributed
pango.modules file (from where did you get it?), or if you just had
edited it earlier and made some mistake.

--tml

___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list


Re: New to GTK+, please help

2005-12-23 Thread Jun Shen
Tor,

I am using pango.modules from pango-1.4.1\etc\pango. But I forgot to modify
the directories for dlls since I put all dll files in Debug directory.
Thanks,

Jun





On 12/23/05, Tor Lillqvist [EMAIL PROTECTED] wrote:

 Jun Shen writes:
  It is working now. Like you said the problem is in my  pango.modulesfile.

 It would be interesting to know if the problem is in a distributed
 pango.modules file (from where did you get it?), or if you just had
 edited it earlier and made some mistake.

 --tml


___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list


New to GTK+, please help

2005-12-23 Thread Jun Shen
Hi,

I am new to GTK+. I amtrying to run theHello World program from GTK+ 2.0 Tutorial in Visual C++ 6.0. But I am getting the following error. Please help.

Thank you very much.

Jun
** (gtk.exe): WARNING **: The specified module could not be found.Failed to load Pango module for id: 'BasicScriptEngineWin32' 
(gtk.exe): GLib-GObject-CRITICAL **: file gobject.c: line 1561 (g_object_ref): assertion `G_IS_OBJECT (object)' failed

** (gtk.exe): CRITICAL **: file pango-engine.c: line 68 (_pango_engine_shape_shape): assertion `PANGO_IS_FONT (font)' failed


___
gtk-list mailing list
gtk-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-list


Re: New to GTK+, please help

2005-12-23 Thread Carl B. Constantine
* Jun Shen ([EMAIL PROTECTED]) wrote:
 Hi,
 
 I am new to GTK+. I am trying to run the Hello World program from GTK+
 2.0Tutorial in Visual C++
 6.0. But I am getting the following error. Please help.
 
 Thank you very much.
 
 Jun
 
 ** (gtk.exe): WARNING **: The specified module could not be found.
 Failed to load Pango module for id: 'BasicScriptEngineWin32'
 
 (gtk.exe): GLib-GObject-CRITICAL **: file gobject.c: line 1561
 (g_object_ref): a
 ssertion `G_IS_OBJECT (object)' failed
 
 ** (gtk.exe): CRITICAL **: file pango-engine.c: line 68
 (_pango_engine_shape_sha
 pe): assertion `PANGO_IS_FONT (font)' failed

Do you have the Pango Libraries specified in your VC++ project? I'm not
up on Visual C but check to make sure everything is linked in correctly.

-- 
 .''`.  Carl B. Constantine
: :' : [EMAIL PROTECTED]
`. `'GnuPG: 135F FC30 7A02 B0EB 61DB  34E3 3AF1 DC6C 9F7A 3FF8
  `-  Debian GNU/Linux -- The power of freedom
  Claiming that your operating system is the best in the world because more
  people use it is like saying McDonalds makes the best food in the world.
___
gtk-list mailing list
gtk-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-list