Re: Gtk2.0 on Windows with NO text?!
"Richard Warren" <[email protected]>
| Newsgroups | gmane.comp.video.gimp.windows.devel |
|---|---|
| Organization | Primagraphics Ltd. |
| Message-ID | <005001c2589c$5f2c0ca0$3d00a8c0@primag> |
Martyn, Are you getting tiny black dots/squares wherever you'd expect text to be? If so, it sounds like your probably missing the etc\pango\pango.modules file (which should be relative to wherever you've got the DLLs I think). If you used Tor's prebuilt packages then this should happen automatically when they were unzipped but if you've started moving things around it can go wrong. See the thread starting at http://mail.gnome.org/archives/gtk-app-devel-list/2002-June/msg00263.html for more information. Hope that helps. Richard W. ----- Original Message ----- From: <[email protected]> To: <[email protected]> Sent: Monday, September 09, 2002 7:31 PM Subject: [gimpwin-dev] Gtk2.0 on Windows with NO text?! > Hi, > > After spending a lot of time with Gtk1.2 on windows I have come to port an > application onto Windows using Gtk2.0. The program runs fine, with one > problem, there is NO text anywhere! All the controls are set up but the > text is not visible.?!? > > I am using libglade2.0 (compiled by myself) > I am using MSVC++ > I am using all the packages specified EXCEPT: > Zlib <http://gnuwin32.sourceforge.net/packages/zlib.htm>, libpng > <http://gnuwin32.sourceforge.net/packages/libpng.htm>, libjpeg > <http://gnuwin32.sourceforge.net/packages/jpeg.htm>, libtiff > <http://gnuwin32.sourceforge.net/packages/tiff.htm> and FreeType2 > <http://gnuwin32.sourceforge.net/packages/freetype.htm>. As ported and > packaged for Windows by the GnuWin32 <http://gnuwin32.sourceforge.net> > project. These are used both by GIMP, and by GTK+ 2.0 below. The "bin" > packages are the runtime ones, the "lib" packages are the ones needed by > developers. > > Are these required? > > At first I thought the reason for it now showing any text is because I > wasn't linking intl and/or iconv. I have done that and it is not working?! > > Could you give me any pointers?? > > Much appreciated, > > Regards, > > Martyn Russell >