Alternatively, you can adapt the above compiler and linker flags to
your directory structure...
2.2. MS Visual Studio 2005
---------------------
To build a gtkmm project with MS Visual Studio 2005 or Visual C++ 2005, simply create a new project and add the MSVC/gtkmm-2.4d.vsprops or MSVC/gtkmm-2.4.vsprops project sheets to the project for a Debug and Release target, respectively. See the MSDN documentation for more information on how to use project sheets. Add source and header files to the project, set the name of the executable to be created in the project properties, and build the solution/project.
3. Gtkmm methods and signals not available on win32