- 	For a stupid error not yet resolved, please do not use
	an uppercase letter as first letter of your project name or
	project manager will be messed up.

- 	moving/resizing widgets contained into a fixed shows
	a "gummy" behaviour using mouse. Some widgets do not
	move/resize at all (specially containers), in such case
	is advisable to use keyboard that works near perfectly.

-	For redhat users (and most probably for others)
	If automake/autoconf support fails with:
	"AM_PATH_VDK macro not found on aclocal library" 
	make a symlink into /usr/share/aclocal/
	to /usr/local/share/aclocal/vdk.m4
	Like this:
	$ su
	Password: 
	(have su permission)
	# cd /usr/share/aclocal
	# ln -s /usr/local/share/aclocal/vdk.m4
	# exit
	$

- Automake/Autoconf support needs to be run twice (the first time)
	to assure a correct making of all necessary files.


