[perl-win32-gui-users] HEAD cvs compile error on treeview

2004-04-04 Thread Blair Sutton/Odey
fixed by prepending following lines with cast (BOOL) in treeview.xs RETVAL = TreeView_SelectDropTarget(handle, item); - RETVAL = (BOOL) TreeView_SelectDropTarget(handle, item); RETVAL = TreeView_SelectItem(handle, item); - RETVAL = (BOOL) TreeView_SelectItem(handle, item); RETVAL=

[perl-win32-gui-users] Win32::GUI::XMLBuilder

2003-11-20 Thread Blair Sutton/Odey
Hi all, Great work on Win32::GUI, I feel with Perl's new ithreads system there's a lot of capability. I've created a basic module that uses XML::Twig to create GUIs from XML (have you seen XAML?). The XML can also include perl scripts to generate parts of the GUI on the fly. It also helps