RE: GTK 1.2 -> 1.3? (was Re: GTK+ 1.2.x on Win32?)



Does GTK 2 make using themes possible under windows?  I have noticed that
using themes under windows with version 1.3 only partially works.

Regards,

Martyn

-----Original Message-----
From: Philip Bunce [mailto:pjb carmel com]
Sent: Monday, April 08, 2002 1:45 AM
To: learfox furry ao net; GTK App Devel
Subject: Re: GTK 1.2 -> 1.3? (was Re: GTK+ 1.2.x on Win32?)


At 02:19 PM 4/7/2002 -0700, Taura Milana wrote:
On 2002.04.07 10:08 Philip Bunce wrote:

Yes.
I found that my users needed the following files which comes to about
7MB.

lib\iconv.dll*                lib\libgtk-win32-2.0-0.dll*
lib\libatk-1.0-0.dll*         lib\libintl-1.dll*
lib\libgdk-win32-2.0-0.dll*   lib\libpango-1.0-0.dll*
lib\libgdk_pixbuf-2.0-0.dll*  lib\libpangoft2-1.0-0.dll*
lib\libglib-2.0-0.dll*        lib\libpangowin32-1.0-0.dll*
lib\libgmodule-2.0-0.dll*     lib\libtiff.dll*
lib\libgobject-2.0-0.dll*     lib\libz.dll*
lib\libgthread-2.0-0.dll*

etc\gtk-2.0:
gtk.immodules*

etc\pango:
pango.modules*   pango.modules~*

lib\glib-2.0:
include/

lib\gtk-2.0:
2.0.0/    include/

lib\locale:
az/      el/      eu/      gl/      it/      nn/      ro/      sr/     
vi/
ca/      en IPA/  fa/      he/      ja/      no/      ru/      sv/     
wa/
cs/      en_GB/   fi/      hr/      ko/      pl/      sk/      ta/     
zh_CN/
da/      es/      fr/      hu/      lt/      pt/      sl/      tr/     
zh_TW/
de/      et/      ga/      ia/      nl/      pt_BR/   sp/      uk/

lib\pango:
1.0.0/

Note that I probably could have cut down on the locales if I had wanted
to.

I see, that's an aweful lot though. Where do end users place
those files to?

Just make sure that the lib directory is on the user's PATH.


Ah. Since you were coming from a Linux background I assumed that you
would prefer to use
a command line interface instead of messing around with the GUI stuff,
and so the instructions
I provided were how to use nmake to build your app.

You will need help from someone else if you want to use the GUI interface
to MSVC.

But if you do use the command line interface you simply execute the batch
file 
c:\Program Files\Microsoft Visual Studio/VC98/Bin/VCVARS32.BAT
to set the environment, and then type 'nmake' in the directory where you
put the makefile.
You wil see that the compiler is called cl and you can get help on the
compiler options
using cl -help.

M'kay, so to recap, I make a Makefile like the one you
showed me, in my project's dir. Then run a DOS prompt window
and execute the above script and nmake and then use cl?
Or will nmake work like the (gnu) make on Linux?

Very similar. But if you modify the Makefile you will find that nmake is
quite limited compared
with the GNU make.

C> nmake

That's it.



--
Sincerely,                  ,"-_                         \|/
-Capt. Taura M.             ,   O=__                    --X--
..__                         ,_JNMNNEO=_                 /|\
OMNOUMmnne.                  {OMMNNNEEEEOO=_
UOOOBIOOOEOMMn.               'LONMMMMNNEEEOOO=.__..,,..
UUOOEUUOOOOOOOObe              '"=OMMMMWNEEEOOOOO,"=OEEEOO=,._
OOUUUIEEIOONNOIUbe.                "7OMMMMNNNNNWWEEEEOOOOOO"   "'.
EEBNNMMMNWNWWEEIMMNe.             __  7EMMMNNNNNWWWEEEEEEEOO.     " .
NNMMMMWWWMMMWEINMMMNn            "=BBEEEEMMMMMMMMNNNWWWEEOOOOO=._     .
                 http://furry.ao.net/~learfox/

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

--------------------------------------------------------------------
--           Philip J. Bunce, Software Consultant
--     MIPS Assembly, Embedded Systems, PMON, UNIX, & C
--  Ph: 831-659-5684 Fax: 501-325-6812 http://www.carmel.com
--------------------------------------------------------------------


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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]