ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Ethereal-dev: Re: [Ethereal-dev] What version of Glib with Win32?

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Sat, 30 Aug 2003 17:16:05 -0700

On Saturday, August 30, 2003, at 3:48 AM, Anders Broman wrote:

I suspect the question rather conserns compability between Windows
development and *nix systems.

No, it concerns compatibility between systems with GLib 1.2[.x] and systems with GLib 2.x.

What has happend is that a program developed under windows (probably ) uses
functions only avalable
under GLib 2.x/GTK+ 1.3[.x] compiles fine under windows but does not compile
on *nix systems.

Or, rather, does not compile on systems with GLib 1.2[.x]. There are *nix systems with GLib 2.x, although they probably also have GTK+ 2.x.

Is it possible to do the same in the "general" tree e.g use GTK 1.2.x and
GTK+ 1.2.x BUT GLib 2.2.x,
to get the same development environment for both Windows and other systems ?

I don't know whether GTK+ 1.2[.x] and GLib 2.x work together.

Furthermore, there are systems that will not have GLib 2.x, so you *still* have to make sure your code works with GLib 1.2[.x].

Or does the program have to be changed to work under GLib 1.2[.x]

Yes.