File: known-problems

package info (click to toggle)
libgtkada2 2.8.1-6lenny3
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 13,496 kB
  • ctags: 3,886
  • sloc: ada: 103,189; ansic: 45,411; perl: 5,500; sh: 2,812; makefile: 1,169; xml: 19
file content (19 lines) | stat: -rw-r--r-- 912 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Known problems fixed in GtkAda 2.8.1

- F606-001 GtkAda 2.8.0 does not run in 16bits mode under Windows
  Problem:    The libcairo-2.dll provided with GtkAda 2.8.0 does not support
              16 bits display under Windows.
  Workaround: Use 24 or 32 bits display

Known problems fixed in GtkAda 2.4.3

- F106-004 Confusion in Glib.Signal_Id definition on 64 bit systems
  Problem:    The Glib.Signal_Id type is used for both signal id and handler
              id in Gtk.Handlers. In order to fix this confusion, a new
              type and field is used in Gtk.Handlers.Handler_Id.
              This confusion could cause troubles on 64 bit systems only
              where Integer'Size /= Long_Integer'Size
  Workaround: No work around needed. When upgrading to GtkAda 2.4.3, some
              code changes might be needed (Handler.Signal -> Handler.Id,
              Null_Signal_Id -> Null_Handler_Id)