General Information
===================

This is VDK version 0.5.1 ,
a C++ Wrapper over GTK+ 1.1.1x library.
VDK author is: Mario Motta, mmotta@guest.net

VDK is distributed under LGPL.
==============================

The official web site is:
  http://www.guest.net/homepages/mmotta/VDKHome/index.htm
where you can find documentation also.

Installation
============

See the file 'INSTALL'

Known BUGS:
===========
- GNU g++ version <= 2.8.x
	VDK does not compile under this versions due to an unsupported template
	feature.
- Cygnus egcs 1.1.x
	VDK does not compile due to compiler internals errors. 
	This can be avoided using -O2 switch.
	VDKBtree class does not compile.
- VDKFileDialog:
 	Links to directories are not well recognized
 	Not all file masks are well handled
- VDKFileTreeDialog
	When dialog is opened program working die is not showed
	centered in tree widget
- VDKCanvas
	Changing line properties: thickness, shape,.. using Gtk+ widget
	<style> structure will affect style of container window.

How to report bugs
==================

To report a bug, send mail to:
mmotta@guest.net

Installation notes:
==================
VDK does not compile under g++ version < 2.8.x due to lack of
some features for templates.
You need GTK+ 1.1.13 or greater to use VDK.
You can download it at:
http://www.gtk.org





