swig/Examples/guile
William S Fulton 8700e79b3e Guile port example fix for Guile 2.0
Rewinding the file before passing it to C fixed the problem of not being
able to read the file contents.

Also explain the error about writing to a string.
2013-05-23 23:24:19 +01:00
..
class Cosmetic makefile tidy up 2013-05-15 09:57:34 +01:00
constants Migrate Guile examples build into common Examples makefile 2013-05-09 19:28:09 +01:00
matrix Guile fix matrix example 2013-05-10 18:29:26 +02:00
multimap Guile add two more examples and use load-extension instead of dynamic-load 2013-05-13 22:40:16 +02:00
multivalue Guile add two more examples and use load-extension instead of dynamic-load 2013-05-13 22:40:16 +02:00
port Guile port example fix for Guile 2.0 2013-05-23 23:24:19 +01:00
simple Migrate Guile examples build into common Examples makefile 2013-05-09 19:28:09 +01:00
std_vector Guile add two more examples and use load-extension instead of dynamic-load 2013-05-13 22:40:16 +02:00
check.list Guile examples consistency changes 2013-05-09 18:35:18 +01:00
README Migrate Guile examples build into common Examples makefile 2013-05-09 19:28:09 +01:00

This directory contains examples for Guile.

constants   -- handling #define and %constant literals
class       -- classic c++ class example
matrix      -- a very simple Matrix example
multimap    -- typemaps with multiple sub-types
multivalue  -- using the %values_as_list directive
port        -- scheme ports as temporary FILE streams
simple      -- the simple example from the user manual
std_vector  -- C++ STL vector<int> and vector<double>


Note that the examples in this directory build a special version of
Guile which includes the wrapped functions in the top-level module.