I have got Samurui, the Goo user interface library, working on Win32 with Visual C++. I've prepared archives of the libraries needed and a binary of Goo with Samurui compiled in. The basic test programs seems to work fine.
Firstly you will need to install Goo v0_153, followed by my Visual C++ changes. Then dowload the following:
- Windows GTK+ 2.0 libraries (and supporting libraries) (~9MB).
- Samurui Goo binary plus source (~3.8MB)
Unzip the GTK+ libraries into a directory. Place the 'bin' and 'lib' subdirectories into your Windows PATH. Unzip the Goo binary plus source over the standard Goo installation.
Edit sbuild.bat in the win32-vc directory of the modified Goo installation and replace references to d:/gtk/ to be the directory where you installed (1) above. You can use sbuild.bat to rebuild sgoovc.exe which is the Goo executable with compiled in support for Samurui.
Take a look at the Samurui Wiki page for examples on how to use.
Note that the files from (1) were sourced from the instructions obtained from Tor Lillqvist's GTK+ page.
11:51:43 PM
|