-
Actually, both the 1.31 and the latest from trunk seem to work fine if you don't declare methods with parameters of type vector but rather as vector. That is an acceptable work-around for now, although it would obviously be ideal if enumeration were recognized as such.
2007-09-04 21:52:40 UTC in SWIG
-
I am trying, but not having much luck with the build under windows. If I get it to work, I will give it a try.
2007-09-04 19:16:52 UTC in SWIG
-
I have defined an enum Test::NUMBER and a method with a parameter of type vector. I have added an include in the swig file for "std_vector.i" and added a %template directive that should handle the vector.
Instead, I get a segfault coming from _wrap_Test_test_enum_vector in the wrapper file. It seems to fail when calling push_back() on the instance of std::vector...
2007-08-31 18:42:34 UTC in SWIG
-
dsomerfield committed revision 1 to the AJAX Tree Control SVN repository, changing 116 files.
2007-08-14 17:34:00 UTC in AJAX Tree Control
-
dsomerfield registered the AJAX Tree Control project.
2007-07-24 19:05:15 UTC in AJAX Tree Control